Home
last modified time | relevance | path

Searched defs:wdd (Results 1 - 25 of 155) sorted by relevance

1234567

/kernel/linux/linux-5.10/drivers/watchdog/
H A Dpretimeout_noop.c18 static void pretimeout_noop(struct watchdog_device *wdd) in pretimeout_noop() argument
H A Dpretimeout_panic.c18 static void pretimeout_panic(struct watchdog_device *wdd) in pretimeout_panic() argument
H A Dwatchdog_pretimeout.h34 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 Dwatchdog_pretimeout.c24 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 Dep93xx_wdt.c45 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 Dtqmx86_wdt.c28 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 Dstmp3xxx_rtc_wdt.c27 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 Dsun4v_wdt.c37 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 Dstpmic1_wdt.c35 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 Debc-c384_wdt.c92 struct watchdog_device *wdd; in ebc_c384_wdt_probe() local
[all...]
H A Dux500_wdt.c40 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 Dpretimeout_noop.c18 static void pretimeout_noop(struct watchdog_device *wdd) in pretimeout_noop() argument
H A Dpretimeout_panic.c18 static void pretimeout_panic(struct watchdog_device *wdd) in pretimeout_panic() argument
H A Dwatchdog_hrtimer_pretimeout.c22 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 Dwatchdog_pretimeout.h34 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 Dep93xx_wdt.c42 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 Dtqmx86_wdt.c28 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 Dwatchdog_pretimeout.c25 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 Dwatchdog_core.h43 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 Ddb8500_wdt.c38 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 Debc-c384_wdt.c92 struct watchdog_device *wdd; in ebc_c384_wdt_probe() local
[all...]
H A Dstmp3xxx_rtc_wdt.c27 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 Dsun4v_wdt.c37 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 Dbcm47xx_wdt.h17 struct watchdog_device wdd; member
/kernel/linux/linux-6.6/include/linux/
H A Dbcm47xx_wdt.h17 struct watchdog_device wdd; member

Completed in 9 milliseconds

1234567