Searched refs:WDIOF_CARDRESET (Results 1 – 25 of 48) sorted by relevance
12
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | lantiq_wdt.c | 94 WDIOF_CARDRESET, 173 return WDIOF_CARDRESET; in ltq_wdt_xrx_bootstatus_get() 194 return WDIOF_CARDRESET; in ltq_wdt_falcon_bootstatus_get()
|
| H A D | ep93xx_wdt.c | 76 .options = WDIOF_CARDRESET | 109 wdd->bootstatus = (val & 0x01) ? WDIOF_CARDRESET : 0; in ep93xx_wdt_probe()
|
| H A D | qcom-wdt.c | 158 | WDIOF_CARDRESET, 167 | WDIOF_CARDRESET, 276 wdt->wdd.bootstatus = WDIOF_CARDRESET; in qcom_wdt_probe()
|
| H A D | sa1100_wdt.c | 85 .options = WDIOF_CARDRESET | WDIOF_SETTIMEOUT 184 WDIOF_CARDRESET : 0; in sa1100dog_init()
|
| H A D | ixp4xx_wdt.c | 96 .options = WDIOF_CARDRESET | WDIOF_MAGICCLOSE | 195 WDIOF_CARDRESET : 0; in ixp4xx_wdt_init()
|
| H A D | iop_wdt.c | 119 .options = WDIOF_CARDRESET | WDIOF_MAGICCLOSE | WDIOF_KEEPALIVEPING, 221 boot_status = (read_rcsr() & IOP_RCSR_WDT) ? WDIOF_CARDRESET : 0; in iop_wdt_init()
|
| H A D | mlx_wdt.c | 66 if (!(wdt->wdd.info->options & WDIOF_CARDRESET)) in mlxreg_wdt_check_card_reset() 73 wdt->wdd.bootstatus = WDIOF_CARDRESET; in mlxreg_wdt_check_card_reset() 213 | WDIOF_CARDRESET,
|
| H A D | pnx4008_wdt.c | 161 .options = WDIOF_CARDRESET | WDIOF_MAGICCLOSE | 211 WDIOF_CARDRESET : 0; in pnx4008_wdt_probe()
|
| H A D | pic32-wdt.c | 150 WDIOF_MAGICCLOSE | WDIOF_CARDRESET, 218 wdd->bootstatus = pic32_wdt_bootstatus(wdt) ? WDIOF_CARDRESET : 0; in pic32_wdt_drv_probe()
|
| H A D | via_wdt.c | 137 .options = WDIOF_CARDRESET | 212 wdt_dev.bootstatus |= WDIOF_CARDRESET; in wdt_probe()
|
| H A D | pika_wdt.c | 60 .options = WDIOF_CARDRESET | 270 pikawdt_private.bootstatus = WDIOF_CARDRESET; in pikawdt_init()
|
| H A D | pcwd.c | 359 if (pcwd_private.boot_status & WDIOF_CARDRESET) in pcwd_show_card_info() 505 *status |= WDIOF_CARDRESET; in pcwd_get_status() 516 *status |= WDIOF_CARDRESET; in pcwd_get_status() 595 WDIOF_CARDRESET | in pcwd_ioctl()
|
| H A D | ath79_wdt.c | 178 WDIOF_MAGICCLOSE | WDIOF_CARDRESET, 283 boot_status = (ctrl & WDOG_CTRL_LAST_RESET) ? WDIOF_CARDRESET : 0; in ath79_wdt_probe()
|
| H A D | sbsa_gwdt.c | 207 WDIOF_CARDRESET, 263 wdd->bootstatus |= WDIOF_CARDRESET; in sbsa_gwdt_probe()
|
| H A D | pcwd_pci.c | 249 if (pcipcwd_private.boot_status & WDIOF_CARDRESET) in pcipcwd_show_card_info() 344 *status |= WDIOF_CARDRESET; in pcipcwd_get_status() 470 WDIOF_CARDRESET | in pcipcwd_ioctl()
|
| H A D | coh901327_wdt.c | 220 .options = WDIOF_CARDRESET | WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING, 274 coh901327_wdt.bootstatus |= WDIOF_CARDRESET; in coh901327_probe()
|
| H A D | renesas_wdt.c | 140 WDIOF_CARDRESET, 218 priv->wdev.bootstatus = csra & RWTCSRA_WOVF ? WDIOF_CARDRESET : 0; in rwdt_probe()
|
| H A D | mt7621_wdt.c | 101 return WDIOF_CARDRESET; in mt7621_wdt_bootcause()
|
| H A D | rt2880_wdt.c | 115 return WDIOF_CARDRESET; in rt288x_wdt_bootcause()
|
| H A D | menf21bmc_wdt.c | 47 data->wdt.bootstatus |= WDIOF_CARDRESET; in menf21bmc_wdt_set_bootstatus()
|
| H A D | mtx-1_wdt.c | 138 .options = WDIOF_CARDRESET, in mtx1_wdt_ioctl()
|
| H A D | sb_wdog.c | 98 .options = WDIOF_CARDRESET | WDIOF_SETTIMEOUT |
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | watchdog.h | 44 #define WDIOF_CARDRESET 0x0020 /* Card previously reset the CPU */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | watchdog.h | 44 #define WDIOF_CARDRESET 0x0020 /* Card previously reset the CPU */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | watchdog.h | 44 #define WDIOF_CARDRESET 0x0020 /* Card previously reset the CPU */ macro
|
12