Home
last modified time | relevance | path

Searched refs:boot_status (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/watchdog/
Dsa1100_wdt.c43 static int boot_status; variable
110 ret = put_user(boot_status, p); in sa1100dog_ioctl()
183 boot_status = (reset_status & RESET_STATUS_WATCHDOG) ? in sa1100dog_init()
Dixp4xx_wdt.c34 static unsigned long boot_status; variable
119 ret = put_user(boot_status, (int *)arg); in ixp4xx_wdt_ioctl()
194 boot_status = (*IXP4XX_OSST & IXP4XX_OSST_TIMER_WARM_RESET) ? in ixp4xx_wdt_init()
Diop_wdt.c29 static unsigned long boot_status; variable
143 ret = put_user(boot_status, argp); in iop_wdt_ioctl()
221 boot_status = (read_rcsr() & IOP_RCSR_WDT) ? WDIOF_CARDRESET : 0; in iop_wdt_init()
Dpcwd_pci.c120 int boot_status; member
249 if (pcipcwd_private.boot_status & WDIOF_CARDRESET) in pcipcwd_show_card_info()
252 if (pcipcwd_private.boot_status & WDIOF_OVERHEAT) in pcipcwd_show_card_info()
255 if (pcipcwd_private.boot_status == 0) in pcipcwd_show_card_info()
490 return put_user(pcipcwd_private.boot_status, p); in pcipcwd_ioctl()
719 pcipcwd_get_status(&pcipcwd_private.boot_status); in pcipcwd_card_init()
Dpcwd.c184 int boot_status; /* The card's boot status */ member
359 if (pcwd_private.boot_status & WDIOF_CARDRESET) in pcwd_show_card_info()
362 if (pcwd_private.boot_status & WDIOF_OVERHEAT) { in pcwd_show_card_info()
367 if (pcwd_private.boot_status == 0) in pcwd_show_card_info()
614 return put_user(pcwd_private.boot_status, argp); in pcwd_ioctl()
890 pcwd_private.boot_status = 0x0000; in pcwd_isa_probe()
893 pcwd_get_status(&pcwd_private.boot_status); in pcwd_isa_probe()
Dath79_wdt.c67 static int boot_status; variable
202 err = put_user(boot_status, p); in ath79_wdt_ioctl()
283 boot_status = (ctrl & WDOG_CTRL_LAST_RESET) ? WDIOF_CARDRESET : 0; in ath79_wdt_probe()
Dsch311x_wdt.c56 int boot_status; member
270 return put_user(sch311x_wdt_data.boot_status, p); in sch311x_wdt_ioctl()
402 sch311x_wdt_get_status(&sch311x_wdt_data.boot_status); in sch311x_wdt_probe()
Dwdat_wdt.c226 u32 boot_status = 0; in wdat_wdt_boot_status() local
229 ret = wdat_wdt_run_action(wdat, ACPI_WDAT_GET_STATUS, 0, &boot_status); in wdat_wdt_boot_status()
235 if (boot_status) in wdat_wdt_boot_status()
/kernel/linux/linux-5.10/drivers/atm/
Dfore200e.h720 typedef enum boot_status { enum
744 enum boot_status bstat; /* boot status */
/kernel/linux/linux-5.10/sound/soc/codecs/
Dwm_adsp.c384 __be32 boot_status; member