Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/watchdog/
Dixp4xx_wdt.c33 static unsigned long boot_status; variable
118 ret = put_user(boot_status, (int *)arg); in ixp4xx_wdt_ioctl()
184 boot_status = (*IXP4XX_OSST & IXP4XX_OSST_TIMER_WARM_RESET) ? in ixp4xx_wdt_init()
Dsa1100_wdt.c47 static int boot_status; variable
114 ret = put_user(boot_status, p); in sa1100dog_ioctl()
186 boot_status = (reset_status & RESET_STATUS_WATCHDOG) ? in sa1100dog_init()
Diop_wdt.c41 static unsigned long boot_status; variable
155 ret = put_user(boot_status, argp); in iop_wdt_ioctl()
232 boot_status = (read_rcsr() & IOP_RCSR_WDT) ? WDIOF_CARDRESET : 0; in iop_wdt_init()
Dpcwd_pci.c124 int boot_status; member
253 if (pcipcwd_private.boot_status & WDIOF_CARDRESET) in pcipcwd_show_card_info()
256 if (pcipcwd_private.boot_status & WDIOF_OVERHEAT) in pcipcwd_show_card_info()
259 if (pcipcwd_private.boot_status == 0) in pcipcwd_show_card_info()
494 return put_user(pcipcwd_private.boot_status, p); in pcipcwd_ioctl()
722 pcipcwd_get_status(&pcipcwd_private.boot_status); in pcipcwd_card_init()
Dpcwd.c183 int boot_status; /* The card's boot status */ member
358 if (pcwd_private.boot_status & WDIOF_CARDRESET) in pcwd_show_card_info()
361 if (pcwd_private.boot_status & WDIOF_OVERHEAT) { in pcwd_show_card_info()
366 if (pcwd_private.boot_status == 0) in pcwd_show_card_info()
613 return put_user(pcwd_private.boot_status, argp); in pcwd_ioctl()
888 pcwd_private.boot_status = 0x0000; in pcwd_isa_probe()
891 pcwd_get_status(&pcwd_private.boot_status); in pcwd_isa_probe()
Dath79_wdt.c71 static int boot_status; variable
206 err = put_user(boot_status, p); in ath79_wdt_ioctl()
288 boot_status = (ctrl & WDOG_CTRL_LAST_RESET) ? WDIOF_CARDRESET : 0; in ath79_wdt_probe()
Dsch311x_wdt.c60 int boot_status; member
274 return put_user(sch311x_wdt_data.boot_status, p); in sch311x_wdt_ioctl()
405 sch311x_wdt_get_status(&sch311x_wdt_data.boot_status); in sch311x_wdt_probe()
Dwdat_wdt.c222 u32 boot_status = 0; in wdat_wdt_boot_status() local
225 ret = wdat_wdt_run_action(wdat, ACPI_WDAT_GET_STATUS, 0, &boot_status); in wdat_wdt_boot_status()
231 if (boot_status) in wdat_wdt_boot_status()
/Linux-v4.19/drivers/atm/
Dfore200e.h720 typedef enum boot_status { enum
744 enum boot_status bstat; /* boot status */
/Linux-v4.19/sound/soc/codecs/
Dwm_adsp.c293 __be32 boot_status; member