Lines Matching refs:mei_wdt
92 struct mei_wdt { struct
166 static int mei_wdt_ping(struct mei_wdt *wdt) in mei_wdt_ping()
194 static int mei_wdt_stop(struct mei_wdt *wdt) in mei_wdt_stop()
222 struct mei_wdt *wdt = watchdog_get_drvdata(wdd); in mei_wdt_ops_start()
238 struct mei_wdt *wdt = watchdog_get_drvdata(wdd); in mei_wdt_ops_stop()
264 struct mei_wdt *wdt = watchdog_get_drvdata(wdd); in mei_wdt_ops_ping()
296 struct mei_wdt *wdt = watchdog_get_drvdata(wdd); in mei_wdt_ops_set_timeout()
329 static inline bool __mei_wdt_is_registered(struct mei_wdt *wdt) in __mei_wdt_is_registered()
339 static void mei_wdt_unregister(struct mei_wdt *wdt) in mei_wdt_unregister()
359 static int mei_wdt_register(struct mei_wdt *wdt) in mei_wdt_register()
399 struct mei_wdt *wdt = container_of(work, struct mei_wdt, unregister); in mei_wdt_unregister_work()
411 struct mei_wdt *wdt = mei_cldev_get_drvdata(cldev); in mei_wdt_rx()
483 struct mei_wdt *wdt = mei_cldev_get_drvdata(cldev); in mei_wdt_notif()
496 struct mei_wdt *wdt = file->private_data; in mei_dbgfs_read_activation()
518 struct mei_wdt *wdt = file->private_data; in mei_dbgfs_read_state()
534 static void dbgfs_unregister(struct mei_wdt *wdt) in dbgfs_unregister()
540 static void dbgfs_register(struct mei_wdt *wdt) in dbgfs_register()
555 static inline void dbgfs_unregister(struct mei_wdt *wdt) {} in dbgfs_unregister()
556 static inline void dbgfs_register(struct mei_wdt *wdt) {} in dbgfs_register()
562 struct mei_wdt *wdt; in mei_wdt_probe()
565 wdt = kzalloc(sizeof(struct mei_wdt), GFP_KERNEL); in mei_wdt_probe()
624 struct mei_wdt *wdt = mei_cldev_get_drvdata(cldev); in mei_wdt_remove()