Lines Matching refs:sch56xx_watchdog_data
67 struct sch56xx_watchdog_data { struct
281 struct sch56xx_watchdog_data *data = in sch56xx_watchdog_release_resources()
282 container_of(r, struct sch56xx_watchdog_data, kref); in sch56xx_watchdog_release_resources()
286 static int watchdog_set_timeout(struct sch56xx_watchdog_data *data, in watchdog_set_timeout()
336 static int watchdog_get_timeout(struct sch56xx_watchdog_data *data) in watchdog_get_timeout()
350 static int watchdog_start(struct sch56xx_watchdog_data *data) in watchdog_start()
413 static int watchdog_trigger(struct sch56xx_watchdog_data *data) in watchdog_trigger()
433 static int watchdog_stop_unlocked(struct sch56xx_watchdog_data *data) in watchdog_stop_unlocked()
458 static int watchdog_stop(struct sch56xx_watchdog_data *data) in watchdog_stop()
471 struct sch56xx_watchdog_data *data = filp->private_data; in watchdog_release()
492 struct sch56xx_watchdog_data *pos, *data = NULL; in watchdog_open()
534 struct sch56xx_watchdog_data *data = filp->private_data; in watchdog_write()
566 struct sch56xx_watchdog_data *data = filp->private_data; in watchdog_ioctl()
630 struct sch56xx_watchdog_data *sch56xx_watchdog_register( in sch56xx_watchdog_register()
633 struct sch56xx_watchdog_data *data; in sch56xx_watchdog_register()
654 data = kzalloc(sizeof(struct sch56xx_watchdog_data), GFP_KERNEL); in sch56xx_watchdog_register()
714 void sch56xx_watchdog_unregister(struct sch56xx_watchdog_data *data) in sch56xx_watchdog_unregister()