Home
last modified time | relevance | path

Searched defs:wdd (Results 1 – 25 of 253) sorted by relevance

1234567891011

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/watchdog/
H A Dwatchdog_core.c63 static void watchdog_deferred_registration_add(struct watchdog_device *wdd) in watchdog_deferred_registration_add()
84 static void watchdog_check_min_max_timeout(struct watchdog_device *wdd) in watchdog_check_min_max_timeout()
114 int watchdog_init_timeout(struct watchdog_device *wdd, in watchdog_init_timeout()
157 struct watchdog_device *wdd; in watchdog_reboot_notifier() local
176 struct watchdog_device *wdd = container_of(nb, struct watchdog_device, in watchdog_restart_notifier() local
208 static int __watchdog_register_device(struct watchdog_device *wdd) in __watchdog_register_device()
309 int watchdog_register_device(struct watchdog_device *wdd) in watchdog_register_device()
332 static void __watchdog_unregister_device(struct watchdog_device *wdd) in __watchdog_unregister_device()
355 void watchdog_unregister_device(struct watchdog_device *wdd) in watchdog_unregister_device()
382 struct watchdog_device *wdd) in devm_watchdog_register_device()
[all …]
H A Dwatchdog_dev.c60 struct watchdog_device *wdd; member
205 static int watchdog_ping(struct watchdog_device *wdd) in watchdog_ping()
220 struct watchdog_device *wdd = wd_data->wdd; in watchdog_worker_should_ping() local
452 struct watchdog_device *wdd = dev_get_drvdata(dev); in nowayout_show() local
460 struct watchdog_device *wdd = dev_get_drvdata(dev); in nowayout_store() local
480 struct watchdog_device *wdd = dev_get_drvdata(dev); in status_show() local
495 struct watchdog_device *wdd = dev_get_drvdata(dev); in bootstatus_show() local
665 struct watchdog_device *wdd; in watchdog_write() local
717 struct watchdog_device *wdd; in watchdog_ioctl() local
828 struct watchdog_device *wdd; in watchdog_open() local
[all …]
H A Drave-sp-wdt.c54 struct watchdog_device wdd; member
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()
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()
165 static int rave_sp_wdt_restart(struct watchdog_device *wdd, in rave_sp_wdt_restart()
179 static int rave_sp_wdt_start(struct watchdog_device *wdd) in rave_sp_wdt_start()
190 static int rave_sp_wdt_stop(struct watchdog_device *wdd) in rave_sp_wdt_stop()
195 static int rave_sp_wdt_set_timeout(struct watchdog_device *wdd, in rave_sp_wdt_set_timeout()
203 static int rave_sp_wdt_ping(struct watchdog_device *wdd) in rave_sp_wdt_ping()
[all …]
H A 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()
H A 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() local
H A Dnpcm_wdt.c44 struct watchdog_device wdd; member
48 static inline struct npcm_wdt *to_npcm_wdt(struct watchdog_device *wdd) in to_npcm_wdt()
53 static int npcm_wdt_ping(struct watchdog_device *wdd) in npcm_wdt_ping()
64 static int npcm_wdt_start(struct watchdog_device *wdd) in npcm_wdt_start()
97 static int npcm_wdt_stop(struct watchdog_device *wdd) in npcm_wdt_stop()
106 static int npcm_wdt_set_timeout(struct watchdog_device *wdd, in npcm_wdt_set_timeout()
145 static int npcm_wdt_restart(struct watchdog_device *wdd, in npcm_wdt_restart()
156 static bool npcm_is_running(struct watchdog_device *wdd) in npcm_is_running()
H A Dqcom-wdt.c48 struct watchdog_device wdd; member
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() local
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()
H A Dep93xx_wdt.c45 struct watchdog_device wdd; member
48 static int ep93xx_wdt_start(struct watchdog_device *wdd) in ep93xx_wdt_start()
57 static int ep93xx_wdt_stop(struct watchdog_device *wdd) in ep93xx_wdt_stop()
66 static int ep93xx_wdt_ping(struct watchdog_device *wdd) in ep93xx_wdt_ping()
94 struct watchdog_device *wdd; in ep93xx_wdt_probe() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/watchdog/
H A Dwatchdog_core.c63 static void watchdog_deferred_registration_add(struct watchdog_device *wdd) in watchdog_deferred_registration_add()
84 static void watchdog_check_min_max_timeout(struct watchdog_device *wdd) in watchdog_check_min_max_timeout()
114 int watchdog_init_timeout(struct watchdog_device *wdd, in watchdog_init_timeout()
157 struct watchdog_device *wdd; in watchdog_reboot_notifier() local
176 struct watchdog_device *wdd = container_of(nb, struct watchdog_device, in watchdog_restart_notifier() local
208 static int __watchdog_register_device(struct watchdog_device *wdd) in __watchdog_register_device()
309 int watchdog_register_device(struct watchdog_device *wdd) in watchdog_register_device()
332 static void __watchdog_unregister_device(struct watchdog_device *wdd) in __watchdog_unregister_device()
355 void watchdog_unregister_device(struct watchdog_device *wdd) in watchdog_unregister_device()
382 struct watchdog_device *wdd) in devm_watchdog_register_device()
[all …]
H A Dwatchdog_dev.c60 struct watchdog_device *wdd; member
205 static int watchdog_ping(struct watchdog_device *wdd) in watchdog_ping()
220 struct watchdog_device *wdd = wd_data->wdd; in watchdog_worker_should_ping() local
452 struct watchdog_device *wdd = dev_get_drvdata(dev); in nowayout_show() local
460 struct watchdog_device *wdd = dev_get_drvdata(dev); in nowayout_store() local
480 struct watchdog_device *wdd = dev_get_drvdata(dev); in status_show() local
495 struct watchdog_device *wdd = dev_get_drvdata(dev); in bootstatus_show() local
665 struct watchdog_device *wdd; in watchdog_write() local
717 struct watchdog_device *wdd; in watchdog_ioctl() local
828 struct watchdog_device *wdd; in watchdog_open() local
[all …]
H A Drave-sp-wdt.c54 struct watchdog_device wdd; member
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()
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()
165 static int rave_sp_wdt_restart(struct watchdog_device *wdd, in rave_sp_wdt_restart()
179 static int rave_sp_wdt_start(struct watchdog_device *wdd) in rave_sp_wdt_start()
190 static int rave_sp_wdt_stop(struct watchdog_device *wdd) in rave_sp_wdt_stop()
195 static int rave_sp_wdt_set_timeout(struct watchdog_device *wdd, in rave_sp_wdt_set_timeout()
203 static int rave_sp_wdt_ping(struct watchdog_device *wdd) in rave_sp_wdt_ping()
[all …]
H A 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()
H A 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() local
H A Dnpcm_wdt.c44 struct watchdog_device wdd; member
48 static inline struct npcm_wdt *to_npcm_wdt(struct watchdog_device *wdd) in to_npcm_wdt()
53 static int npcm_wdt_ping(struct watchdog_device *wdd) in npcm_wdt_ping()
64 static int npcm_wdt_start(struct watchdog_device *wdd) in npcm_wdt_start()
97 static int npcm_wdt_stop(struct watchdog_device *wdd) in npcm_wdt_stop()
106 static int npcm_wdt_set_timeout(struct watchdog_device *wdd, in npcm_wdt_set_timeout()
145 static int npcm_wdt_restart(struct watchdog_device *wdd, in npcm_wdt_restart()
156 static bool npcm_is_running(struct watchdog_device *wdd) in npcm_is_running()
H A Dqcom-wdt.c48 struct watchdog_device wdd; member
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() local
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()
H A Dep93xx_wdt.c45 struct watchdog_device wdd; member
48 static int ep93xx_wdt_start(struct watchdog_device *wdd) in ep93xx_wdt_start()
57 static int ep93xx_wdt_stop(struct watchdog_device *wdd) in ep93xx_wdt_stop()
66 static int ep93xx_wdt_ping(struct watchdog_device *wdd) in ep93xx_wdt_ping()
94 struct watchdog_device *wdd; in ep93xx_wdt_probe() local
H A Dsl28cpld_wdt.c41 struct watchdog_device wdd; member
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() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/watchdog/
H A Dwatchdog_core.c63 static void watchdog_deferred_registration_add(struct watchdog_device *wdd) in watchdog_deferred_registration_add()
84 static void watchdog_check_min_max_timeout(struct watchdog_device *wdd) in watchdog_check_min_max_timeout()
114 int watchdog_init_timeout(struct watchdog_device *wdd, in watchdog_init_timeout()
157 struct watchdog_device *wdd; in watchdog_reboot_notifier() local
176 struct watchdog_device *wdd = container_of(nb, struct watchdog_device, in watchdog_restart_notifier() local
208 static int __watchdog_register_device(struct watchdog_device *wdd) in __watchdog_register_device()
309 int watchdog_register_device(struct watchdog_device *wdd) in watchdog_register_device()
332 static void __watchdog_unregister_device(struct watchdog_device *wdd) in __watchdog_unregister_device()
355 void watchdog_unregister_device(struct watchdog_device *wdd) in watchdog_unregister_device()
382 struct watchdog_device *wdd) in devm_watchdog_register_device()
[all …]
H A Dwatchdog_dev.c60 struct watchdog_device *wdd; member
205 static int watchdog_ping(struct watchdog_device *wdd) in watchdog_ping()
220 struct watchdog_device *wdd = wd_data->wdd; in watchdog_worker_should_ping() local
452 struct watchdog_device *wdd = dev_get_drvdata(dev); in nowayout_show() local
460 struct watchdog_device *wdd = dev_get_drvdata(dev); in nowayout_store() local
480 struct watchdog_device *wdd = dev_get_drvdata(dev); in status_show() local
495 struct watchdog_device *wdd = dev_get_drvdata(dev); in bootstatus_show() local
665 struct watchdog_device *wdd; in watchdog_write() local
717 struct watchdog_device *wdd; in watchdog_ioctl() local
828 struct watchdog_device *wdd; in watchdog_open() local
[all …]
H A Drave-sp-wdt.c54 struct watchdog_device wdd; member
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()
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()
165 static int rave_sp_wdt_restart(struct watchdog_device *wdd, in rave_sp_wdt_restart()
179 static int rave_sp_wdt_start(struct watchdog_device *wdd) in rave_sp_wdt_start()
190 static int rave_sp_wdt_stop(struct watchdog_device *wdd) in rave_sp_wdt_stop()
195 static int rave_sp_wdt_set_timeout(struct watchdog_device *wdd, in rave_sp_wdt_set_timeout()
203 static int rave_sp_wdt_ping(struct watchdog_device *wdd) in rave_sp_wdt_ping()
[all …]
H A 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()
H A 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() local
H A Dnpcm_wdt.c44 struct watchdog_device wdd; member
48 static inline struct npcm_wdt *to_npcm_wdt(struct watchdog_device *wdd) in to_npcm_wdt()
53 static int npcm_wdt_ping(struct watchdog_device *wdd) in npcm_wdt_ping()
64 static int npcm_wdt_start(struct watchdog_device *wdd) in npcm_wdt_start()
97 static int npcm_wdt_stop(struct watchdog_device *wdd) in npcm_wdt_stop()
106 static int npcm_wdt_set_timeout(struct watchdog_device *wdd, in npcm_wdt_set_timeout()
145 static int npcm_wdt_restart(struct watchdog_device *wdd, in npcm_wdt_restart()
156 static bool npcm_is_running(struct watchdog_device *wdd) in npcm_is_running()
H A Dqcom-wdt.c48 struct watchdog_device wdd; member
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() local
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()
H A Dep93xx_wdt.c45 struct watchdog_device wdd; member
48 static int ep93xx_wdt_start(struct watchdog_device *wdd) in ep93xx_wdt_start()
57 static int ep93xx_wdt_stop(struct watchdog_device *wdd) in ep93xx_wdt_stop()
66 static int ep93xx_wdt_ping(struct watchdog_device *wdd) in ep93xx_wdt_ping()
94 struct watchdog_device *wdd; in ep93xx_wdt_probe() local

1234567891011