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()
400 struct mei_wdt *wdt = container_of(work, struct mei_wdt, unregister); in mei_wdt_unregister_work()
412 struct mei_wdt *wdt = mei_cldev_get_drvdata(cldev); in mei_wdt_rx()
484 struct mei_wdt *wdt = mei_cldev_get_drvdata(cldev); in mei_wdt_notif()
497 struct mei_wdt *wdt = file->private_data; in mei_dbgfs_read_activation()
519 struct mei_wdt *wdt = file->private_data; in mei_dbgfs_read_state()
535 static void dbgfs_unregister(struct mei_wdt *wdt) in dbgfs_unregister()
541 static void dbgfs_register(struct mei_wdt *wdt) in dbgfs_register()
556 static inline void dbgfs_unregister(struct mei_wdt *wdt) {} in dbgfs_unregister()
557 static inline void dbgfs_register(struct mei_wdt *wdt) {} in dbgfs_register()
563 struct mei_wdt *wdt; in mei_wdt_probe()
566 wdt = kzalloc(sizeof(struct mei_wdt), GFP_KERNEL); in mei_wdt_probe()
625 struct mei_wdt *wdt = mei_cldev_get_drvdata(cldev); in mei_wdt_remove()