Home
last modified time | relevance | path

Searched refs:watchdog_device (Results 1 – 25 of 137) sorted by relevance

123456

/Linux-v6.1/include/linux/
Dwatchdog.h21 struct watchdog_device;
46 int (*start)(struct watchdog_device *);
48 int (*stop)(struct watchdog_device *);
49 int (*ping)(struct watchdog_device *);
50 unsigned int (*status)(struct watchdog_device *);
51 int (*set_timeout)(struct watchdog_device *, unsigned int);
52 int (*set_pretimeout)(struct watchdog_device *, unsigned int);
53 unsigned int (*get_timeleft)(struct watchdog_device *);
54 int (*restart)(struct watchdog_device *, unsigned long, void *);
55 long (*ioctl)(struct watchdog_device *, unsigned int, unsigned long);
[all …]
/Linux-v6.1/drivers/watchdog/
Dwatchdog_pretimeout.h7 struct watchdog_device;
11 void (*pretimeout)(struct watchdog_device *wdd);
20 int watchdog_register_pretimeout(struct watchdog_device *wdd);
21 void watchdog_unregister_pretimeout(struct watchdog_device *wdd);
23 int watchdog_pretimeout_governor_get(struct watchdog_device *wdd, char *buf);
24 int watchdog_pretimeout_governor_set(struct watchdog_device *wdd,
34 static inline int watchdog_register_pretimeout(struct watchdog_device *wdd) in watchdog_register_pretimeout()
39 static inline void watchdog_unregister_pretimeout(struct watchdog_device *wdd) in watchdog_unregister_pretimeout()
48 static inline int watchdog_pretimeout_governor_get(struct watchdog_device *wdd, in watchdog_pretimeout_governor_get()
54 static inline int watchdog_pretimeout_governor_set(struct watchdog_device *wdd, in watchdog_pretimeout_governor_set()
Dwatchdog_core.h43 struct watchdog_device *wdd;
62 extern int watchdog_dev_register(struct watchdog_device *);
63 extern void watchdog_dev_unregister(struct watchdog_device *);
67 static inline bool watchdog_have_pretimeout(struct watchdog_device *wdd) in watchdog_have_pretimeout()
74 void watchdog_hrtimer_pretimeout_init(struct watchdog_device *wdd);
75 void watchdog_hrtimer_pretimeout_start(struct watchdog_device *wdd);
76 void watchdog_hrtimer_pretimeout_stop(struct watchdog_device *wdd);
78 static inline void watchdog_hrtimer_pretimeout_init(struct watchdog_device *wdd) {} in watchdog_hrtimer_pretimeout_init()
79 static inline void watchdog_hrtimer_pretimeout_start(struct watchdog_device *wdd) {} in watchdog_hrtimer_pretimeout_start()
80 static inline void watchdog_hrtimer_pretimeout_stop(struct watchdog_device *wdd) {} in watchdog_hrtimer_pretimeout_stop()
Dwatchdog_core.c67 static void watchdog_deferred_registration_add(struct watchdog_device *wdd) in watchdog_deferred_registration_add()
73 static void watchdog_deferred_registration_del(struct watchdog_device *wdd) in watchdog_deferred_registration_del()
76 struct watchdog_device *wdd_tmp; in watchdog_deferred_registration_del()
79 wdd_tmp = list_entry(p, struct watchdog_device, in watchdog_deferred_registration_del()
88 static void watchdog_check_min_max_timeout(struct watchdog_device *wdd) in watchdog_check_min_max_timeout()
118 int watchdog_init_timeout(struct watchdog_device *wdd, in watchdog_init_timeout()
161 struct watchdog_device *wdd; in watchdog_reboot_notifier()
163 wdd = container_of(nb, struct watchdog_device, reboot_nb); in watchdog_reboot_notifier()
181 struct watchdog_device *wdd = container_of(nb, struct watchdog_device, in watchdog_restart_notifier()
196 struct watchdog_device *wdd; in watchdog_pm_notifier()
[all …]
Drave-sp-wdt.c41 int (*configure)(struct watchdog_device *, bool);
42 int (*restart)(struct watchdog_device *);
54 struct watchdog_device wdd;
60 static struct rave_sp_wdt *to_rave_sp_wdt(struct watchdog_device *wdd) in to_rave_sp_wdt()
65 static int rave_sp_wdt_exec(struct watchdog_device *wdd, void *data, in rave_sp_wdt_exec()
72 static int rave_sp_wdt_legacy_configure(struct watchdog_device *wdd, bool on) in rave_sp_wdt_legacy_configure()
85 static int rave_sp_wdt_rdu_configure(struct watchdog_device *wdd, bool on) in rave_sp_wdt_rdu_configure()
112 static int rave_sp_wdt_configure(struct watchdog_device *wdd, bool on) in rave_sp_wdt_configure()
117 static int rave_sp_wdt_legacy_restart(struct watchdog_device *wdd) in rave_sp_wdt_legacy_restart()
128 static int rave_sp_wdt_rdu_restart(struct watchdog_device *wdd) in rave_sp_wdt_rdu_restart()
[all …]
Dwatchdog_dev.c75 static inline bool watchdog_need_worker(struct watchdog_device *wdd) in watchdog_need_worker()
98 static ktime_t watchdog_next_keepalive(struct watchdog_device *wdd) in watchdog_next_keepalive()
128 static inline void watchdog_update_worker(struct watchdog_device *wdd) in watchdog_update_worker()
143 static int __watchdog_ping(struct watchdog_device *wdd) in __watchdog_ping()
190 static int watchdog_ping(struct watchdog_device *wdd) in watchdog_ping()
205 struct watchdog_device *wdd = wd_data->wdd; in watchdog_worker_should_ping()
247 static int watchdog_start(struct watchdog_device *wdd) in watchdog_start()
290 static int watchdog_stop(struct watchdog_device *wdd) in watchdog_stop()
329 static unsigned int watchdog_get_status(struct watchdog_device *wdd) in watchdog_get_status()
366 static int watchdog_set_timeout(struct watchdog_device *wdd, in watchdog_set_timeout()
[all …]
Dbcm47xx_wdt.c43 static inline struct bcm47xx_wdt *bcm47xx_wdt_get(struct watchdog_device *wdd) in bcm47xx_wdt_get()
48 static int bcm47xx_wdt_hard_keepalive(struct watchdog_device *wdd) in bcm47xx_wdt_hard_keepalive()
57 static int bcm47xx_wdt_hard_start(struct watchdog_device *wdd) in bcm47xx_wdt_hard_start()
62 static int bcm47xx_wdt_hard_stop(struct watchdog_device *wdd) in bcm47xx_wdt_hard_stop()
71 static int bcm47xx_wdt_hard_set_timeout(struct watchdog_device *wdd, in bcm47xx_wdt_hard_set_timeout()
87 static int bcm47xx_wdt_restart(struct watchdog_device *wdd, in bcm47xx_wdt_restart()
119 static int bcm47xx_wdt_soft_keepalive(struct watchdog_device *wdd) in bcm47xx_wdt_soft_keepalive()
128 static int bcm47xx_wdt_soft_start(struct watchdog_device *wdd) in bcm47xx_wdt_soft_start()
138 static int bcm47xx_wdt_soft_stop(struct watchdog_device *wdd) in bcm47xx_wdt_soft_stop()
148 static int bcm47xx_wdt_soft_set_timeout(struct watchdog_device *wdd, in bcm47xx_wdt_soft_set_timeout()
Dimx2_wdt.c66 struct watchdog_device wdog;
93 static int imx2_wdt_restart(struct watchdog_device *wdog, unsigned long action, in imx2_wdt_restart()
123 static inline void imx2_wdt_setup(struct watchdog_device *wdog) in imx2_wdt_setup()
161 static int imx2_wdt_ping(struct watchdog_device *wdog) in imx2_wdt_ping()
173 static void __imx2_wdt_set_timeout(struct watchdog_device *wdog, in __imx2_wdt_set_timeout()
182 static int imx2_wdt_set_timeout(struct watchdog_device *wdog, in imx2_wdt_set_timeout()
193 static int imx2_wdt_set_pretimeout(struct watchdog_device *wdog, in imx2_wdt_set_pretimeout()
211 struct watchdog_device *wdog = wdog_arg; in imx2_wdt_isr()
222 static int imx2_wdt_start(struct watchdog_device *wdog) in imx2_wdt_start()
261 struct watchdog_device *wdog; in imx2_wdt_probe()
[all …]
Dtwl4030_wdt.c30 static int twl4030_wdt_start(struct watchdog_device *wdt) in twl4030_wdt_start()
35 static int twl4030_wdt_stop(struct watchdog_device *wdt) in twl4030_wdt_stop()
40 static int twl4030_wdt_set_timeout(struct watchdog_device *wdt, in twl4030_wdt_set_timeout()
62 struct watchdog_device *wdt; in twl4030_wdt_probe()
87 struct watchdog_device *wdt = platform_get_drvdata(pdev); in twl4030_wdt_suspend()
96 struct watchdog_device *wdt = platform_get_drvdata(pdev); in twl4030_wdt_resume()
Dbooke_wdt.c110 struct watchdog_device *wdog = data; in __booke_wdt_set()
129 static int booke_wdt_ping(struct watchdog_device *wdog) in booke_wdt_ping()
139 struct watchdog_device *wdog = data; in __booke_wdt_enable()
171 static int booke_wdt_start(struct watchdog_device *wdog) in booke_wdt_start()
179 static int booke_wdt_stop(struct watchdog_device *wdog) in booke_wdt_stop()
187 static int booke_wdt_set_timeout(struct watchdog_device *wdt_dev, in booke_wdt_set_timeout()
209 static struct watchdog_device booke_wdt_dev = {
Dapple_wdt.c57 struct watchdog_device wdd;
62 static struct apple_wdt *to_apple_wdt(struct watchdog_device *wdd) in to_apple_wdt()
67 static int apple_wdt_start(struct watchdog_device *wdd) in apple_wdt_start()
77 static int apple_wdt_stop(struct watchdog_device *wdd) in apple_wdt_stop()
86 static int apple_wdt_ping(struct watchdog_device *wdd) in apple_wdt_ping()
95 static int apple_wdt_set_timeout(struct watchdog_device *wdd, unsigned int s) in apple_wdt_set_timeout()
107 static unsigned int apple_wdt_get_timeleft(struct watchdog_device *wdd) in apple_wdt_get_timeleft()
118 static int apple_wdt_restart(struct watchdog_device *wdd, unsigned long mode, in apple_wdt_restart()
Dstmp3xxx_rtc_wdt.c27 static int wdt_start(struct watchdog_device *wdd) in wdt_start()
36 static int wdt_stop(struct watchdog_device *wdd) in wdt_stop()
45 static int wdt_set_timeout(struct watchdog_device *wdd, unsigned new_timeout) in wdt_set_timeout()
63 static struct watchdog_device stmp3xxx_wdd = {
120 struct watchdog_device *wdd = &stmp3xxx_wdd; in stmp3xxx_wdt_suspend()
130 struct watchdog_device *wdd = &stmp3xxx_wdd; in stmp3xxx_wdt_resume()
Dda9063_wdt.c97 static int da9063_wdt_start(struct watchdog_device *wdd) in da9063_wdt_start()
110 static int da9063_wdt_stop(struct watchdog_device *wdd) in da9063_wdt_stop()
123 static int da9063_wdt_ping(struct watchdog_device *wdd) in da9063_wdt_ping()
144 static int da9063_wdt_set_timeout(struct watchdog_device *wdd, in da9063_wdt_set_timeout()
172 static int da9063_wdt_restart(struct watchdog_device *wdd, unsigned long action, in da9063_wdt_restart()
210 struct watchdog_device *wdd; in da9063_wdt_probe()
260 struct watchdog_device *wdd = dev_get_drvdata(dev); in da9063_wdt_suspend()
273 struct watchdog_device *wdd = dev_get_drvdata(dev); in da9063_wdt_resume()
Darm_smc_wdt.c34 static int smcwd_call(struct watchdog_device *wdd, enum smcwd_call call, in smcwd_call()
54 static int smcwd_ping(struct watchdog_device *wdd) in smcwd_ping()
59 static unsigned int smcwd_get_timeleft(struct watchdog_device *wdd) in smcwd_get_timeleft()
69 static int smcwd_set_timeout(struct watchdog_device *wdd, unsigned int timeout) in smcwd_set_timeout()
79 static int smcwd_stop(struct watchdog_device *wdd) in smcwd_stop()
84 static int smcwd_start(struct watchdog_device *wdd) in smcwd_start()
113 struct watchdog_device *wdd; in smcwd_probe()
Dgxp-wdt.c26 struct watchdog_device wdd;
38 static int gxp_wdt_start(struct watchdog_device *wdd) in gxp_wdt_start()
47 static int gxp_wdt_stop(struct watchdog_device *wdd) in gxp_wdt_stop()
58 static int gxp_wdt_set_timeout(struct watchdog_device *wdd, in gxp_wdt_set_timeout()
71 static unsigned int gxp_wdt_get_timeleft(struct watchdog_device *wdd) in gxp_wdt_get_timeleft()
79 static int gxp_wdt_ping(struct watchdog_device *wdd) in gxp_wdt_ping()
87 static int gxp_restart(struct watchdog_device *wdd, unsigned long action, in gxp_restart()
Dda9055_wdt.c32 struct watchdog_device wdt;
52 static int da9055_wdt_set_timeout(struct watchdog_device *wdt_dev, in da9055_wdt_set_timeout()
81 static int da9055_wdt_ping(struct watchdog_device *wdt_dev) in da9055_wdt_ping()
97 static int da9055_wdt_start(struct watchdog_device *wdt_dev) in da9055_wdt_start()
102 static int da9055_wdt_stop(struct watchdog_device *wdt_dev) in da9055_wdt_stop()
125 struct watchdog_device *da9055_wdt; in da9055_wdt_probe()
Dqcom-wdt.c48 struct watchdog_device wdd;
60 struct qcom_wdt *to_qcom_wdt(struct watchdog_device *wdd) in to_qcom_wdt()
67 struct watchdog_device *wdd = arg; in qcom_wdt_isr()
74 static int qcom_wdt_start(struct watchdog_device *wdd) in qcom_wdt_start()
87 static int qcom_wdt_stop(struct watchdog_device *wdd) in qcom_wdt_stop()
95 static int qcom_wdt_ping(struct watchdog_device *wdd) in qcom_wdt_ping()
103 static int qcom_wdt_set_timeout(struct watchdog_device *wdd, in qcom_wdt_set_timeout()
110 static int qcom_wdt_set_pretimeout(struct watchdog_device *wdd, in qcom_wdt_set_pretimeout()
117 static int qcom_wdt_restart(struct watchdog_device *wdd, unsigned long action, in qcom_wdt_restart()
144 static int qcom_wdt_is_running(struct watchdog_device *wdd) in qcom_wdt_is_running()
Dda9052_wdt.c28 struct watchdog_device wdt;
49 static int da9052_wdt_set_timeout(struct watchdog_device *wdt_dev, in da9052_wdt_set_timeout()
98 static int da9052_wdt_start(struct watchdog_device *wdt_dev) in da9052_wdt_start()
103 static int da9052_wdt_stop(struct watchdog_device *wdt_dev) in da9052_wdt_stop()
108 static int da9052_wdt_ping(struct watchdog_device *wdt_dev) in da9052_wdt_ping()
156 struct watchdog_device *da9052_wdt; in da9052_wdt_probe()
Dmt7621_wdt.c53 static int mt7621_wdt_ping(struct watchdog_device *w) in mt7621_wdt_ping()
60 static int mt7621_wdt_set_timeout(struct watchdog_device *w, unsigned int t) in mt7621_wdt_set_timeout()
69 static int mt7621_wdt_start(struct watchdog_device *w) in mt7621_wdt_start()
85 static int mt7621_wdt_stop(struct watchdog_device *w) in mt7621_wdt_stop()
106 static int mt7621_wdt_is_running(struct watchdog_device *w) in mt7621_wdt_is_running()
124 static struct watchdog_device mt7621_wdt_dev = {
Dts72xx_wdt.c47 struct watchdog_device wdd;
51 static int ts72xx_wdt_start(struct watchdog_device *wdd) in ts72xx_wdt_start()
61 static int ts72xx_wdt_stop(struct watchdog_device *wdd) in ts72xx_wdt_stop()
71 static int ts72xx_wdt_ping(struct watchdog_device *wdd) in ts72xx_wdt_ping()
80 static int ts72xx_wdt_settimeout(struct watchdog_device *wdd, unsigned int to) in ts72xx_wdt_settimeout()
127 struct watchdog_device *wdd; in ts72xx_wdt_probe()
Dnpcm_wdt.c45 struct watchdog_device wdd;
50 static inline struct npcm_wdt *to_npcm_wdt(struct watchdog_device *wdd) in to_npcm_wdt()
55 static int npcm_wdt_ping(struct watchdog_device *wdd) in npcm_wdt_ping()
66 static int npcm_wdt_start(struct watchdog_device *wdd) in npcm_wdt_start()
102 static int npcm_wdt_stop(struct watchdog_device *wdd) in npcm_wdt_stop()
114 static int npcm_wdt_set_timeout(struct watchdog_device *wdd, in npcm_wdt_set_timeout()
153 static int npcm_wdt_restart(struct watchdog_device *wdd, in npcm_wdt_restart()
168 static bool npcm_is_running(struct watchdog_device *wdd) in npcm_is_running()
Dimx_sc_wdt.c44 struct watchdog_device wdd;
48 static int imx_sc_wdt_ping(struct watchdog_device *wdog) in imx_sc_wdt_ping()
58 static int imx_sc_wdt_start(struct watchdog_device *wdog) in imx_sc_wdt_start()
73 static int imx_sc_wdt_stop(struct watchdog_device *wdog) in imx_sc_wdt_stop()
83 static int imx_sc_wdt_set_timeout(struct watchdog_device *wdog, in imx_sc_wdt_set_timeout()
95 static int imx_sc_wdt_set_pretimeout(struct watchdog_device *wdog, in imx_sc_wdt_set_pretimeout()
159 struct watchdog_device *wdog; in imx_sc_wdt_probe()
Djz4740_wdt.c40 struct watchdog_device wdt;
46 static int jz4740_wdt_ping(struct watchdog_device *wdt_dev) in jz4740_wdt_ping()
55 static int jz4740_wdt_set_timeout(struct watchdog_device *wdt_dev, in jz4740_wdt_set_timeout()
75 static int jz4740_wdt_start(struct watchdog_device *wdt_dev) in jz4740_wdt_start()
96 static int jz4740_wdt_stop(struct watchdog_device *wdt_dev) in jz4740_wdt_stop()
106 static int jz4740_wdt_restart(struct watchdog_device *wdt_dev, in jz4740_wdt_restart()
141 struct watchdog_device *jz4740_wdt; in jz4740_wdt_probe()
Dsl28cpld_wdt.c41 struct watchdog_device wdd;
47 static int sl28cpld_wdt_ping(struct watchdog_device *wdd) in sl28cpld_wdt_ping()
55 static int sl28cpld_wdt_start(struct watchdog_device *wdd) in sl28cpld_wdt_start()
70 static int sl28cpld_wdt_stop(struct watchdog_device *wdd) in sl28cpld_wdt_stop()
78 static unsigned int sl28cpld_wdt_get_timeleft(struct watchdog_device *wdd) in sl28cpld_wdt_get_timeleft()
91 static int sl28cpld_wdt_set_timeout(struct watchdog_device *wdd, in sl28cpld_wdt_set_timeout()
122 struct watchdog_device *wdd; in sl28cpld_wdt_probe()
/Linux-v6.1/include/trace/events/
Dwatchdog.h13 TP_PROTO(struct watchdog_device *wdd, int err),
31 TP_PROTO(struct watchdog_device *wdd, int err),
35 TP_PROTO(struct watchdog_device *wdd, int err),
39 TP_PROTO(struct watchdog_device *wdd, int err),
44 TP_PROTO(struct watchdog_device *wdd, unsigned int timeout, int err),

123456