/drivers/watchdog/ |
D | watchdog_dev.c | 62 static int watchdog_ping(struct watchdog_device *wdd) in watchdog_ping() 95 static int watchdog_start(struct watchdog_device *wdd) in watchdog_start() 128 static int watchdog_stop(struct watchdog_device *wdd) in watchdog_stop() 165 static int watchdog_get_status(struct watchdog_device *wdd, in watchdog_get_status() 194 static int watchdog_set_timeout(struct watchdog_device *wdd, in watchdog_set_timeout() 227 static int watchdog_get_timeleft(struct watchdog_device *wdd, in watchdog_get_timeleft() 257 static int watchdog_ioctl_op(struct watchdog_device *wdd, unsigned int cmd, in watchdog_ioctl_op() 294 struct watchdog_device *wdd = file->private_data; in watchdog_write() local 337 struct watchdog_device *wdd = file->private_data; in watchdog_ioctl() local 417 struct watchdog_device *wdd; in watchdog_open() local [all …]
|
D | watchdog_core.c | 63 static int watchdog_deferred_registration_add(struct watchdog_device *wdd) in watchdog_deferred_registration_add() 70 static void watchdog_deferred_registration_del(struct watchdog_device *wdd) in watchdog_deferred_registration_del() 85 static void watchdog_check_min_max_timeout(struct watchdog_device *wdd) in watchdog_check_min_max_timeout() 111 int watchdog_init_timeout(struct watchdog_device *wdd, in watchdog_init_timeout() 140 static int __watchdog_register_device(struct watchdog_device *wdd) in __watchdog_register_device() 219 int watchdog_register_device(struct watchdog_device *wdd) in watchdog_register_device() 233 static void __watchdog_unregister_device(struct watchdog_device *wdd) in __watchdog_unregister_device() 258 void watchdog_unregister_device(struct watchdog_device *wdd) in watchdog_unregister_device() 275 struct watchdog_device *wdd; in watchdog_deferred_registration() local
|
D | bcm47xx_wdt.c | 47 static inline struct bcm47xx_wdt *bcm47xx_wdt_get(struct watchdog_device *wdd) in bcm47xx_wdt_get() 52 static int bcm47xx_wdt_hard_keepalive(struct watchdog_device *wdd) in bcm47xx_wdt_hard_keepalive() 61 static int bcm47xx_wdt_hard_start(struct watchdog_device *wdd) in bcm47xx_wdt_hard_start() 66 static int bcm47xx_wdt_hard_stop(struct watchdog_device *wdd) in bcm47xx_wdt_hard_stop() 75 static int bcm47xx_wdt_hard_set_timeout(struct watchdog_device *wdd, in bcm47xx_wdt_hard_set_timeout() 112 static int bcm47xx_wdt_soft_keepalive(struct watchdog_device *wdd) in bcm47xx_wdt_soft_keepalive() 121 static int bcm47xx_wdt_soft_start(struct watchdog_device *wdd) in bcm47xx_wdt_soft_start() 131 static int bcm47xx_wdt_soft_stop(struct watchdog_device *wdd) in bcm47xx_wdt_soft_stop() 141 static int bcm47xx_wdt_soft_set_timeout(struct watchdog_device *wdd, in bcm47xx_wdt_soft_set_timeout()
|
D | sirfsoc_wdt.c | 42 static unsigned int sirfsoc_wdt_gettimeleft(struct watchdog_device *wdd) in sirfsoc_wdt_gettimeleft() 58 static int sirfsoc_wdt_updatetimeout(struct watchdog_device *wdd) in sirfsoc_wdt_updatetimeout() 80 static int sirfsoc_wdt_enable(struct watchdog_device *wdd) in sirfsoc_wdt_enable() 97 static int sirfsoc_wdt_disable(struct watchdog_device *wdd) in sirfsoc_wdt_disable() 109 static int sirfsoc_wdt_settimeout(struct watchdog_device *wdd, unsigned int to) in sirfsoc_wdt_settimeout() 170 struct watchdog_device *wdd = platform_get_drvdata(pdev); in sirfsoc_wdt_shutdown() local 189 struct watchdog_device *wdd = dev_get_drvdata(dev); in sirfsoc_wdt_resume() local
|
D | sama5d4_wdt.c | 29 struct watchdog_device wdd; member 53 static int sama5d4_wdt_start(struct watchdog_device *wdd) in sama5d4_wdt_start() 65 static int sama5d4_wdt_stop(struct watchdog_device *wdd) in sama5d4_wdt_stop() 77 static int sama5d4_wdt_ping(struct watchdog_device *wdd) in sama5d4_wdt_ping() 86 static int sama5d4_wdt_set_timeout(struct watchdog_device *wdd, in sama5d4_wdt_set_timeout() 154 struct watchdog_device *wdd = &wdt->wdd; in sama5d4_wdt_init() local 177 struct watchdog_device *wdd; in sama5d4_wdt_probe() local
|
D | kempld_wdt.c | 83 struct watchdog_device wdd; member 212 static int kempld_wdt_set_timeout(struct watchdog_device *wdd, in kempld_wdt_set_timeout() 239 static int kempld_wdt_set_pretimeout(struct watchdog_device *wdd, in kempld_wdt_set_pretimeout() 294 static int kempld_wdt_start(struct watchdog_device *wdd) in kempld_wdt_start() 319 static int kempld_wdt_stop(struct watchdog_device *wdd) in kempld_wdt_stop() 339 static int kempld_wdt_keepalive(struct watchdog_device *wdd) in kempld_wdt_keepalive() 351 static long kempld_wdt_ioctl(struct watchdog_device *wdd, unsigned int cmd, in kempld_wdt_ioctl() 377 static int kempld_wdt_probe_stages(struct watchdog_device *wdd) in kempld_wdt_probe_stages() 454 struct watchdog_device *wdd; in kempld_wdt_probe() local 519 struct watchdog_device *wdd = &wdt_data->wdd; in kempld_wdt_remove() local [all …]
|
D | stmp3xxx_rtc_wdt.c | 28 static int wdt_start(struct watchdog_device *wdd) in wdt_start() 37 static int wdt_stop(struct watchdog_device *wdd) in wdt_stop() 46 static int wdt_set_timeout(struct watchdog_device *wdd, unsigned new_timeout) in wdt_set_timeout() 100 struct watchdog_device *wdd = &stmp3xxx_wdd; in stmp3xxx_wdt_suspend() local 110 struct watchdog_device *wdd = &stmp3xxx_wdd; in stmp3xxx_wdt_resume() local
|
D | qcom-wdt.c | 28 struct watchdog_device wdd; member 36 struct qcom_wdt *to_qcom_wdt(struct watchdog_device *wdd) in to_qcom_wdt() 41 static int qcom_wdt_start(struct watchdog_device *wdd) in qcom_wdt_start() 52 static int qcom_wdt_stop(struct watchdog_device *wdd) in qcom_wdt_stop() 60 static int qcom_wdt_ping(struct watchdog_device *wdd) in qcom_wdt_ping() 68 static int qcom_wdt_set_timeout(struct watchdog_device *wdd, in qcom_wdt_set_timeout()
|
D | sp805_wdt.c | 64 struct watchdog_device wdd; member 78 static int wdt_setload(struct watchdog_device *wdd, unsigned int timeout) in wdt_setload() 106 static unsigned int wdt_timeleft(struct watchdog_device *wdd) in wdt_timeleft() 124 static int wdt_config(struct watchdog_device *wdd, bool ping) in wdt_config() 158 static int wdt_ping(struct watchdog_device *wdd) in wdt_ping() 164 static int wdt_enable(struct watchdog_device *wdd) in wdt_enable() 170 static int wdt_disable(struct watchdog_device *wdd) in wdt_disable()
|
D | tegra_wdt.c | 68 struct watchdog_device wdd; member 86 static int tegra_wdt_start(struct watchdog_device *wdd) in tegra_wdt_start() 118 static int tegra_wdt_stop(struct watchdog_device *wdd) in tegra_wdt_stop() 129 static int tegra_wdt_ping(struct watchdog_device *wdd) in tegra_wdt_ping() 138 static int tegra_wdt_set_timeout(struct watchdog_device *wdd, in tegra_wdt_set_timeout() 151 static unsigned int tegra_wdt_get_timeleft(struct watchdog_device *wdd) in tegra_wdt_get_timeleft() 192 struct watchdog_device *wdd; in tegra_wdt_probe() local
|
D | gpio_wdt.c | 41 struct watchdog_device wdd; member 55 struct watchdog_device *wdd = (struct watchdog_device *)data; in gpio_wdt_hwping() local 90 static int gpio_wdt_start(struct watchdog_device *wdd) in gpio_wdt_start() 100 static int gpio_wdt_stop(struct watchdog_device *wdd) in gpio_wdt_stop() 113 static int gpio_wdt_ping(struct watchdog_device *wdd) in gpio_wdt_ping() 122 static int gpio_wdt_set_timeout(struct watchdog_device *wdd, unsigned int t) in gpio_wdt_set_timeout()
|
D | davinci_wdt.c | 68 struct watchdog_device wdd; member 71 static int davinci_wdt_start(struct watchdog_device *wdd) in davinci_wdt_start() 107 static int davinci_wdt_ping(struct watchdog_device *wdd) in davinci_wdt_ping() 118 static unsigned int davinci_wdt_get_timeleft(struct watchdog_device *wdd) in davinci_wdt_get_timeleft() 161 struct watchdog_device *wdd; in davinci_wdt_probe() local
|
D | ux500_wdt.c | 41 static int ux500_wdt_start(struct watchdog_device *wdd) in ux500_wdt_start() 46 static int ux500_wdt_stop(struct watchdog_device *wdd) in ux500_wdt_stop() 51 static int ux500_wdt_keepalive(struct watchdog_device *wdd) in ux500_wdt_keepalive() 56 static int ux500_wdt_set_timeout(struct watchdog_device *wdd, in ux500_wdt_set_timeout()
|
D | max63xx_wdt.c | 47 struct watchdog_device wdd; member 119 static int max63xx_wdt_ping(struct watchdog_device *wdd) in max63xx_wdt_ping() 127 static int max63xx_wdt_start(struct watchdog_device *wdd) in max63xx_wdt_start() 139 static int max63xx_wdt_stop(struct watchdog_device *wdd) in max63xx_wdt_stop() 249 struct watchdog_device *wdd = platform_get_drvdata(pdev); in max63xx_wdt_remove() local
|
D | via_wdt.c | 101 static int wdt_ping(struct watchdog_device *wdd) in wdt_ping() 108 static int wdt_start(struct watchdog_device *wdd) in wdt_start() 119 static int wdt_stop(struct watchdog_device *wdd) in wdt_stop() 127 static int wdt_set_timeout(struct watchdog_device *wdd, in wdt_set_timeout()
|
D | da9063_wdt.c | 63 static int da9063_wdt_start(struct watchdog_device *wdd) in da9063_wdt_start() 78 static int da9063_wdt_stop(struct watchdog_device *wdd) in da9063_wdt_stop() 92 static int da9063_wdt_ping(struct watchdog_device *wdd) in da9063_wdt_ping() 106 static int da9063_wdt_set_timeout(struct watchdog_device *wdd, in da9063_wdt_set_timeout()
|
D | ep93xx_wdt.c | 69 static int ep93xx_wdt_start(struct watchdog_device *wdd) in ep93xx_wdt_start() 79 static int ep93xx_wdt_stop(struct watchdog_device *wdd) in ep93xx_wdt_stop() 87 static int ep93xx_wdt_keepalive(struct watchdog_device *wdd) in ep93xx_wdt_keepalive()
|
D | da9062_wdt.c | 104 static int da9062_wdt_start(struct watchdog_device *wdd) in da9062_wdt_start() 119 static int da9062_wdt_stop(struct watchdog_device *wdd) in da9062_wdt_stop() 135 static int da9062_wdt_ping(struct watchdog_device *wdd) in da9062_wdt_ping() 148 static int da9062_wdt_set_timeout(struct watchdog_device *wdd, in da9062_wdt_set_timeout()
|
D | at91sam9_wdt.c | 83 #define to_wdt(wdd) container_of(wdd, struct at91wdt, wdd) argument 85 struct watchdog_device wdd; member 135 static int at91_wdt_start(struct watchdog_device *wdd) in at91_wdt_start() 143 static int at91_wdt_stop(struct watchdog_device *wdd) in at91_wdt_stop() 149 static int at91_wdt_set_timeout(struct watchdog_device *wdd, unsigned int new_timeout) in at91_wdt_set_timeout()
|
D | st_lpc_wdt.c | 126 static int st_wdog_start(struct watchdog_device *wdd) in st_wdog_start() 135 static int st_wdog_stop(struct watchdog_device *wdd) in st_wdog_stop() 144 static int st_wdog_set_timeout(struct watchdog_device *wdd, in st_wdog_set_timeout() 155 static int st_wdog_keepalive(struct watchdog_device *wdd) in st_wdog_keepalive()
|
D | ie6xx_wdt.c | 101 static int ie6xx_wdt_ping(struct watchdog_device *wdd) in ie6xx_wdt_ping() 110 static int ie6xx_wdt_set_timeout(struct watchdog_device *wdd, unsigned int t) in ie6xx_wdt_set_timeout() 147 static int ie6xx_wdt_start(struct watchdog_device *wdd) in ie6xx_wdt_start() 159 static int ie6xx_wdt_stop(struct watchdog_device *wdd) in ie6xx_wdt_stop()
|
D | of_xilinx_wdt.c | 50 static int xilinx_wdt_start(struct watchdog_device *wdd) in xilinx_wdt_start() 71 static int xilinx_wdt_stop(struct watchdog_device *wdd) in xilinx_wdt_stop() 91 static int xilinx_wdt_keepalive(struct watchdog_device *wdd) in xilinx_wdt_keepalive()
|
D | pnx4008_wdt.c | 85 static int pnx4008_wdt_start(struct watchdog_device *wdd) in pnx4008_wdt_start() 110 static int pnx4008_wdt_stop(struct watchdog_device *wdd) in pnx4008_wdt_stop() 120 static int pnx4008_wdt_set_timeout(struct watchdog_device *wdd, in pnx4008_wdt_set_timeout()
|
D | cadence_wdt.c | 130 static int cdns_wdt_stop(struct watchdog_device *wdd) in cdns_wdt_stop() 151 static int cdns_wdt_reload(struct watchdog_device *wdd) in cdns_wdt_reload() 181 static int cdns_wdt_start(struct watchdog_device *wdd) in cdns_wdt_start() 236 static int cdns_wdt_settimeout(struct watchdog_device *wdd, in cdns_wdt_settimeout()
|
D | s3c2410_wdt.c | 237 static int s3c2410wdt_keepalive(struct watchdog_device *wdd) in s3c2410wdt_keepalive() 257 static int s3c2410wdt_stop(struct watchdog_device *wdd) in s3c2410wdt_stop() 268 static int s3c2410wdt_start(struct watchdog_device *wdd) in s3c2410wdt_start() 304 static int s3c2410wdt_set_heartbeat(struct watchdog_device *wdd, unsigned timeout) in s3c2410wdt_set_heartbeat()
|