/drivers/watchdog/ |
D | watchdog_dev.c | 60 struct watchdog_device *wdd; member 96 static inline bool watchdog_need_worker(struct watchdog_device *wdd) in watchdog_need_worker() 119 static ktime_t watchdog_next_keepalive(struct watchdog_device *wdd) in watchdog_next_keepalive() 149 static inline void watchdog_update_worker(struct watchdog_device *wdd) in watchdog_update_worker() 164 static int __watchdog_ping(struct watchdog_device *wdd) in __watchdog_ping() 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 264 static int watchdog_start(struct watchdog_device *wdd) in watchdog_start() 305 static int watchdog_stop(struct watchdog_device *wdd) in watchdog_stop() 342 static unsigned int watchdog_get_status(struct watchdog_device *wdd) in watchdog_get_status() [all …]
|
D | watchdog_core.c | 63 static void watchdog_deferred_registration_add(struct watchdog_device *wdd) in watchdog_deferred_registration_add() 69 static void watchdog_deferred_registration_del(struct watchdog_device *wdd) in watchdog_deferred_registration_del() 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 202 void watchdog_set_restart_priority(struct watchdog_device *wdd, int priority) in watchdog_set_restart_priority() 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() [all …]
|
D | rave-sp-wdt.c | 54 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() 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() 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() [all …]
|
D | bcm47xx_wdt.c | 43 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()
|
D | npcm_wdt.c | 44 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()
|
D | arm_smc_wdt.c | 34 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
|
D | sp805_wdt.c | 67 struct watchdog_device wdd; member 82 static bool wdt_is_running(struct watchdog_device *wdd) in wdt_is_running() 91 static int wdt_setload(struct watchdog_device *wdd, unsigned int timeout) in wdt_setload() 119 static unsigned int wdt_timeleft(struct watchdog_device *wdd) in wdt_timeleft() 136 wdt_restart(struct watchdog_device *wdd, unsigned long mode, void *cmd) in wdt_restart() 151 static int wdt_config(struct watchdog_device *wdd, bool ping) in wdt_config() 184 static int wdt_ping(struct watchdog_device *wdd) in wdt_ping() 190 static int wdt_enable(struct watchdog_device *wdd) in wdt_enable() 196 static int wdt_disable(struct watchdog_device *wdd) in wdt_disable()
|
D | qcom-wdt.c | 48 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()
|
D | sirfsoc_wdt.c | 41 static void __iomem *sirfsoc_wdt_base(struct watchdog_device *wdd) in sirfsoc_wdt_base() 46 static unsigned int sirfsoc_wdt_gettimeleft(struct watchdog_device *wdd) in sirfsoc_wdt_gettimeleft() 62 static int sirfsoc_wdt_updatetimeout(struct watchdog_device *wdd) in sirfsoc_wdt_updatetimeout() 84 static int sirfsoc_wdt_enable(struct watchdog_device *wdd) in sirfsoc_wdt_enable() 101 static int sirfsoc_wdt_disable(struct watchdog_device *wdd) in sirfsoc_wdt_disable() 113 static int sirfsoc_wdt_settimeout(struct watchdog_device *wdd, unsigned int to) in sirfsoc_wdt_settimeout() 181 struct watchdog_device *wdd = dev_get_drvdata(dev); in sirfsoc_wdt_resume() local
|
D | sl28cpld_wdt.c | 41 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
|
D | asm9260_wdt.c | 56 struct watchdog_device wdd; member 67 static int asm9260_wdt_feed(struct watchdog_device *wdd) in asm9260_wdt_feed() 77 static unsigned int asm9260_wdt_gettimeleft(struct watchdog_device *wdd) in asm9260_wdt_gettimeleft() 87 static int asm9260_wdt_updatetimeout(struct watchdog_device *wdd) in asm9260_wdt_updatetimeout() 99 static int asm9260_wdt_enable(struct watchdog_device *wdd) in asm9260_wdt_enable() 116 static int asm9260_wdt_disable(struct watchdog_device *wdd) in asm9260_wdt_disable() 127 static int asm9260_wdt_settimeout(struct watchdog_device *wdd, unsigned int to) in asm9260_wdt_settimeout() 172 static int asm9260_restart(struct watchdog_device *wdd, unsigned long action, in asm9260_restart() 289 struct watchdog_device *wdd; in asm9260_wdt_probe() local
|
D | ziirave_wdt.c | 83 struct watchdog_device wdd; member 123 static int ziirave_wdt_set_state(struct watchdog_device *wdd, int state) in ziirave_wdt_set_state() 130 static int ziirave_wdt_start(struct watchdog_device *wdd) in ziirave_wdt_start() 135 static int ziirave_wdt_stop(struct watchdog_device *wdd) in ziirave_wdt_stop() 140 static int ziirave_wdt_ping(struct watchdog_device *wdd) in ziirave_wdt_ping() 148 static int ziirave_wdt_set_timeout(struct watchdog_device *wdd, in ziirave_wdt_set_timeout() 161 static unsigned int ziirave_wdt_get_timeleft(struct watchdog_device *wdd) in ziirave_wdt_get_timeleft() 173 static int ziirave_firm_read_ack(struct watchdog_device *wdd) in ziirave_firm_read_ack() 187 static int ziirave_firm_set_read_addr(struct watchdog_device *wdd, u32 addr) in ziirave_firm_set_read_addr() 218 static int __ziirave_firm_write_pkt(struct watchdog_device *wdd, in __ziirave_firm_write_pkt() [all …]
|
D | ts72xx_wdt.c | 47 struct watchdog_device wdd; member 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() local
|
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() 77 int watchdog_pretimeout_governor_set(struct watchdog_device *wdd, in watchdog_pretimeout_governor_set() 99 void watchdog_notify_pretimeout(struct watchdog_device *wdd) in watchdog_notify_pretimeout() 176 int watchdog_register_pretimeout(struct watchdog_device *wdd) in watchdog_register_pretimeout() 196 void watchdog_unregister_pretimeout(struct watchdog_device *wdd) in watchdog_unregister_pretimeout()
|
D | rti_wdt.c | 66 struct watchdog_device wdd; member 69 static int rti_wdt_start(struct watchdog_device *wdd) in rti_wdt_start() 108 static int rti_wdt_ping(struct watchdog_device *wdd) in rti_wdt_ping() 120 static int rti_wdt_setup_hw_hb(struct watchdog_device *wdd, u32 wsize) in rti_wdt_setup_hw_hb() 161 static unsigned int rti_wdt_get_timeleft_ms(struct watchdog_device *wdd) in rti_wdt_get_timeleft_ms() 181 static unsigned int rti_wdt_get_timeleft(struct watchdog_device *wdd) in rti_wdt_get_timeleft() 203 struct watchdog_device *wdd; in rti_wdt_probe() local
|
D | sbsa_gwdt.c | 84 struct watchdog_device wdd; member 118 static int sbsa_gwdt_set_timeout(struct watchdog_device *wdd, in sbsa_gwdt_set_timeout() 141 static unsigned int sbsa_gwdt_get_timeleft(struct watchdog_device *wdd) in sbsa_gwdt_get_timeleft() 163 static int sbsa_gwdt_keepalive(struct watchdog_device *wdd) in sbsa_gwdt_keepalive() 176 static int sbsa_gwdt_start(struct watchdog_device *wdd) in sbsa_gwdt_start() 186 static int sbsa_gwdt_stop(struct watchdog_device *wdd) in sbsa_gwdt_stop() 224 struct watchdog_device *wdd; in sbsa_gwdt_probe() local
|
D | ep93xx_wdt.c | 45 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
|
D | da9062_wdt.c | 84 static int da9062_wdt_start(struct watchdog_device *wdd) in da9062_wdt_start() 99 static int da9062_wdt_stop(struct watchdog_device *wdd) in da9062_wdt_stop() 115 static int da9062_wdt_ping(struct watchdog_device *wdd) in da9062_wdt_ping() 128 static int da9062_wdt_set_timeout(struct watchdog_device *wdd, in da9062_wdt_set_timeout() 146 static int da9062_wdt_restart(struct watchdog_device *wdd, unsigned long action, in da9062_wdt_restart() 237 struct watchdog_device *wdd = dev_get_drvdata(dev); in da9062_wdt_suspend() local 251 struct watchdog_device *wdd = dev_get_drvdata(dev); in da9062_wdt_resume() local
|
D | nic7018_wdt.c | 48 struct watchdog_device wdd; member 86 static int nic7018_set_timeout(struct watchdog_device *wdd, in nic7018_set_timeout() 104 static int nic7018_start(struct watchdog_device *wdd) in nic7018_start() 122 static int nic7018_stop(struct watchdog_device *wdd) in nic7018_stop() 133 static int nic7018_ping(struct watchdog_device *wdd) in nic7018_ping() 142 static unsigned int nic7018_get_timeleft(struct watchdog_device *wdd) in nic7018_get_timeleft() 171 struct watchdog_device *wdd; in nic7018_probe() local
|
D | tegra_wdt.c | 60 struct watchdog_device wdd; member 78 static int tegra_wdt_start(struct watchdog_device *wdd) in tegra_wdt_start() 110 static int tegra_wdt_stop(struct watchdog_device *wdd) in tegra_wdt_stop() 121 static int tegra_wdt_ping(struct watchdog_device *wdd) in tegra_wdt_ping() 130 static int tegra_wdt_set_timeout(struct watchdog_device *wdd, in tegra_wdt_set_timeout() 143 static unsigned int tegra_wdt_get_timeleft(struct watchdog_device *wdd) in tegra_wdt_get_timeleft() 185 struct watchdog_device *wdd; in tegra_wdt_probe() local
|
D | da9063_wdt.c | 93 static int da9063_wdt_start(struct watchdog_device *wdd) in da9063_wdt_start() 106 static int da9063_wdt_stop(struct watchdog_device *wdd) in da9063_wdt_stop() 119 static int da9063_wdt_ping(struct watchdog_device *wdd) in da9063_wdt_ping() 133 static int da9063_wdt_set_timeout(struct watchdog_device *wdd, in da9063_wdt_set_timeout() 161 static int da9063_wdt_restart(struct watchdog_device *wdd, unsigned long action, in da9063_wdt_restart() 194 struct watchdog_device *wdd; in da9063_wdt_probe() local
|
D | ni903x_wdt.c | 41 struct watchdog_device wdd; member 64 static int ni903x_wdd_set_timeout(struct watchdog_device *wdd, in ni903x_wdd_set_timeout() 79 static unsigned int ni903x_wdd_get_timeleft(struct watchdog_device *wdd) in ni903x_wdd_get_timeleft() 98 static int ni903x_wdd_ping(struct watchdog_device *wdd) in ni903x_wdd_ping() 109 static int ni903x_wdd_start(struct watchdog_device *wdd) in ni903x_wdd_start() 122 static int ni903x_wdd_stop(struct watchdog_device *wdd) in ni903x_wdd_stop() 183 struct watchdog_device *wdd; in ni903x_acpi_add() local
|
D | sp5100_tco.c | 55 struct watchdog_device wdd; member 98 static int tco_timer_start(struct watchdog_device *wdd) in tco_timer_start() 114 static int tco_timer_stop(struct watchdog_device *wdd) in tco_timer_stop() 126 static int tco_timer_ping(struct watchdog_device *wdd) in tco_timer_ping() 138 static int tco_timer_set_timeout(struct watchdog_device *wdd, in tco_timer_set_timeout() 223 struct watchdog_device *wdd) in sp5100_tco_setupdevice() 398 struct watchdog_device *wdd; in sp5100_tco_probe() local
|
D | kempld_wdt.c | 75 struct watchdog_device wdd; member 199 static int kempld_wdt_set_timeout(struct watchdog_device *wdd, in kempld_wdt_set_timeout() 226 static int kempld_wdt_set_pretimeout(struct watchdog_device *wdd, in kempld_wdt_set_pretimeout() 281 static int kempld_wdt_start(struct watchdog_device *wdd) in kempld_wdt_start() 306 static int kempld_wdt_stop(struct watchdog_device *wdd) in kempld_wdt_stop() 326 static int kempld_wdt_keepalive(struct watchdog_device *wdd) in kempld_wdt_keepalive() 338 static long kempld_wdt_ioctl(struct watchdog_device *wdd, unsigned int cmd, in kempld_wdt_ioctl() 364 static int kempld_wdt_probe_stages(struct watchdog_device *wdd) in kempld_wdt_probe_stages() 441 struct watchdog_device *wdd; in kempld_wdt_probe() local 505 struct watchdog_device *wdd = &wdt_data->wdd; in kempld_wdt_suspend() local [all …]
|
D | ftwdt010_wdt.c | 38 struct watchdog_device wdd; member 45 struct ftwdt010_wdt *to_ftwdt010_wdt(struct watchdog_device *wdd) in to_ftwdt010_wdt() 50 static int ftwdt010_wdt_start(struct watchdog_device *wdd) in ftwdt010_wdt_start() 68 static int ftwdt010_wdt_stop(struct watchdog_device *wdd) in ftwdt010_wdt_stop() 77 static int ftwdt010_wdt_ping(struct watchdog_device *wdd) in ftwdt010_wdt_ping() 86 static int ftwdt010_wdt_set_timeout(struct watchdog_device *wdd, in ftwdt010_wdt_set_timeout()
|