/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | pretimeout_noop.c | 18 static void pretimeout_noop(struct watchdog_device *wdd) in pretimeout_noop() argument
|
H A D | pretimeout_panic.c | 18 static void pretimeout_panic(struct watchdog_device *wdd) in pretimeout_panic() argument
|
H A D | watchdog_pretimeout.h | 34 static inline int watchdog_register_pretimeout(struct watchdog_device *wdd) in watchdog_register_pretimeout() argument 39 static inline void watchdog_unregister_pretimeout(struct watchdog_device *wdd) in watchdog_unregister_pretimeout() argument 48 static inline int watchdog_pretimeout_governor_get(struct watchdog_device *wdd, in watchdog_pretimeout_governor_get() argument 54 static inline int watchdog_pretimeout_governor_set(struct watchdog_device *wdd, in watchdog_pretimeout_governor_set() argument
|
H A D | watchdog_pretimeout.c | 24 struct watchdog_device *wdd; member 65 int watchdog_pretimeout_governor_get(struct watchdog_device *wdd, char *buf) in watchdog_pretimeout_governor_get() argument 77 int watchdog_pretimeout_governor_set(struct watchdog_device *wdd, in watchdog_pretimeout_governor_set() argument 99 void watchdog_notify_pretimeout(struct watchdog_device *wdd) in watchdog_notify_pretimeout() argument 176 watchdog_register_pretimeout(struct watchdog_device *wdd) watchdog_register_pretimeout() argument 196 watchdog_unregister_pretimeout(struct watchdog_device *wdd) watchdog_unregister_pretimeout() argument [all...] |
H A D | ep93xx_wdt.c | 45 struct watchdog_device wdd; member 48 static int ep93xx_wdt_start(struct watchdog_device *wdd) in ep93xx_wdt_start() argument 57 static int ep93xx_wdt_stop(struct watchdog_device *wdd) in ep93xx_wdt_stop() argument 66 static int ep93xx_wdt_ping(struct watchdog_device *wdd) in ep93xx_wdt_ping() argument 94 struct watchdog_device *wdd; in ep93xx_wdt_probe() local [all...] |
H A D | tqmx86_wdt.c | 28 struct watchdog_device wdd; member 35 static int tqmx86_wdt_start(struct watchdog_device *wdd) in tqmx86_wdt_start() argument 44 static int tqmx86_wdt_set_timeout(struct watchdog_device *wdd, unsigned int t) in tqmx86_wdt_set_timeout() argument [all...] |
H A D | stmp3xxx_rtc_wdt.c | 27 static int wdt_start(struct watchdog_device *wdd) in wdt_start() argument 36 static int wdt_stop(struct watchdog_device *wdd) in wdt_stop() argument 45 static int wdt_set_timeout(struct watchdog_device *wdd, unsigned new_timeout) in wdt_set_timeout() argument 120 struct watchdog_device *wdd = &stmp3xxx_wdd; in stmp3xxx_wdt_suspend() local 130 struct watchdog_device *wdd = &stmp3xxx_wdd; stmp3xxx_wdt_resume() local [all...] |
H A D | sun4v_wdt.c | 37 static int sun4v_wdt_stop(struct watchdog_device *wdd) in sun4v_wdt_stop() argument 44 static int sun4v_wdt_ping(struct watchdog_device *wdd) in sun4v_wdt_ping() argument 60 static int sun4v_wdt_set_timeout(struct watchdog_device *wdd, in sun4v_wdt_set_timeout() argument 84 static struct watchdog_device wdd = { variable [all...] |
H A D | stpmic1_wdt.c | 35 static int pmic_wdt_start(struct watchdog_device *wdd) in pmic_wdt_start() argument 43 static int pmic_wdt_stop(struct watchdog_device *wdd) in pmic_wdt_stop() argument 51 static int pmic_wdt_ping(struct watchdog_device *wdd) in pmic_wdt_ping() argument 59 static int pmic_wdt_set_timeout(struct watchdog_device *wdd, in pmic_wdt_set_timeout() argument
|
H A D | ebc-c384_wdt.c | 92 struct watchdog_device *wdd; in ebc_c384_wdt_probe() local [all...] |
H A D | ux500_wdt.c | 40 static int ux500_wdt_start(struct watchdog_device *wdd) in ux500_wdt_start() argument 45 static int ux500_wdt_stop(struct watchdog_device *wdd) in ux500_wdt_stop() argument 50 static int ux500_wdt_keepalive(struct watchdog_device *wdd) in ux500_wdt_keepalive() argument 55 static int ux500_wdt_set_timeout(struct watchdog_device *wdd, in ux500_wdt_set_timeout() argument
|
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | pretimeout_noop.c | 18 static void pretimeout_noop(struct watchdog_device *wdd) in pretimeout_noop() argument
|
H A D | pretimeout_panic.c | 18 static void pretimeout_panic(struct watchdog_device *wdd) in pretimeout_panic() argument
|
H A D | watchdog_hrtimer_pretimeout.c | 22 void watchdog_hrtimer_pretimeout_init(struct watchdog_device *wdd) in watchdog_hrtimer_pretimeout_init() argument 30 void watchdog_hrtimer_pretimeout_start(struct watchdog_device *wdd) in watchdog_hrtimer_pretimeout_start() argument 41 watchdog_hrtimer_pretimeout_stop(struct watchdog_device *wdd) watchdog_hrtimer_pretimeout_stop() argument [all...] |
H A D | watchdog_pretimeout.h | 34 static inline int watchdog_register_pretimeout(struct watchdog_device *wdd) in watchdog_register_pretimeout() argument 39 static inline void watchdog_unregister_pretimeout(struct watchdog_device *wdd) in watchdog_unregister_pretimeout() argument 48 static inline int watchdog_pretimeout_governor_get(struct watchdog_device *wdd, in watchdog_pretimeout_governor_get() argument 54 static inline int watchdog_pretimeout_governor_set(struct watchdog_device *wdd, in watchdog_pretimeout_governor_set() argument
|
H A D | ep93xx_wdt.c | 42 struct watchdog_device wdd; member 45 static int ep93xx_wdt_start(struct watchdog_device *wdd) in ep93xx_wdt_start() argument 54 static int ep93xx_wdt_stop(struct watchdog_device *wdd) in ep93xx_wdt_stop() argument 63 static int ep93xx_wdt_ping(struct watchdog_device *wdd) in ep93xx_wdt_ping() argument 91 struct watchdog_device *wdd; in ep93xx_wdt_probe() local [all...] |
H A D | tqmx86_wdt.c | 28 struct watchdog_device wdd; member 35 static int tqmx86_wdt_start(struct watchdog_device *wdd) in tqmx86_wdt_start() argument 44 static int tqmx86_wdt_set_timeout(struct watchdog_device *wdd, unsigned int t) in tqmx86_wdt_set_timeout() argument [all...] |
H A D | watchdog_pretimeout.c | 25 struct watchdog_device *wdd; member 66 int watchdog_pretimeout_governor_get(struct watchdog_device *wdd, char *buf) in watchdog_pretimeout_governor_get() argument 78 int watchdog_pretimeout_governor_set(struct watchdog_device *wdd, in watchdog_pretimeout_governor_set() argument 100 void watchdog_notify_pretimeout(struct watchdog_device *wdd) in watchdog_notify_pretimeout() argument 177 watchdog_register_pretimeout(struct watchdog_device *wdd) watchdog_register_pretimeout() argument 197 watchdog_unregister_pretimeout(struct watchdog_device *wdd) watchdog_unregister_pretimeout() argument [all...] |
H A D | watchdog_core.h | 43 struct watchdog_device *wdd; member 67 static inline bool watchdog_have_pretimeout(struct watchdog_device *wdd) in watchdog_have_pretimeout() argument 78 static inline void watchdog_hrtimer_pretimeout_init(struct watchdog_device *wdd) {} in watchdog_hrtimer_pretimeout_init() argument 79 static inline void watchdog_hrtimer_pretimeout_start(struct watchdog_device *wdd) {} in watchdog_hrtimer_pretimeout_start() argument 80 static inline void watchdog_hrtimer_pretimeout_stop(struct watchdog_device *wdd) {} in watchdog_hrtimer_pretimeout_stop() argument [all...] |
H A D | db8500_wdt.c | 38 static int db8500_wdt_start(struct watchdog_device *wdd) in db8500_wdt_start() argument 43 static int db8500_wdt_stop(struct watchdog_device *wdd) in db8500_wdt_stop() argument 48 static int db8500_wdt_keepalive(struct watchdog_device *wdd) in db8500_wdt_keepalive() argument 53 static int db8500_wdt_set_timeout(struct watchdog_device *wdd, in db8500_wdt_set_timeout() argument
|
H A D | ebc-c384_wdt.c | 92 struct watchdog_device *wdd; in ebc_c384_wdt_probe() local [all...] |
H A D | stmp3xxx_rtc_wdt.c | 27 static int wdt_start(struct watchdog_device *wdd) in wdt_start() argument 36 static int wdt_stop(struct watchdog_device *wdd) in wdt_stop() argument 45 static int wdt_set_timeout(struct watchdog_device *wdd, unsigned new_timeout) in wdt_set_timeout() argument 119 struct watchdog_device *wdd = &stmp3xxx_wdd; in stmp3xxx_wdt_suspend() local 129 struct watchdog_device *wdd = &stmp3xxx_wdd; stmp3xxx_wdt_resume() local [all...] |
H A D | sun4v_wdt.c | 37 static int sun4v_wdt_stop(struct watchdog_device *wdd) in sun4v_wdt_stop() argument 44 static int sun4v_wdt_ping(struct watchdog_device *wdd) in sun4v_wdt_ping() argument 60 static int sun4v_wdt_set_timeout(struct watchdog_device *wdd, in sun4v_wdt_set_timeout() argument 84 static struct watchdog_device wdd = { variable [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | bcm47xx_wdt.h | 17 struct watchdog_device wdd; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bcm47xx_wdt.h | 17 struct watchdog_device wdd; member
|