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

/linux-4.4.14/drivers/watchdog/
H A Dixp4xx_wdt.c33 static unsigned long boot_status; variable
118 ret = put_user(boot_status, (int *)arg); ixp4xx_wdt_ioctl()
184 boot_status = (*IXP4XX_OSST & IXP4XX_OSST_TIMER_WARM_RESET) ? ixp4xx_wdt_init()
H A Diop_wdt.c41 static unsigned long boot_status; variable
155 ret = put_user(boot_status, argp); iop_wdt_ioctl()
232 boot_status = (read_rcsr() & IOP_RCSR_WDT) ? WDIOF_CARDRESET : 0; iop_wdt_init()
H A Dsa1100_wdt.c46 static int boot_status; variable
113 ret = put_user(boot_status, p); sa1100dog_ioctl()
170 boot_status = (reset_status & RESET_STATUS_WATCHDOG) ? sa1100dog_init()
H A Dat32ap700x_wdt.c80 int boot_status; member in struct:wdt_at32ap700x
233 ret = put_user(wdt->boot_status, p); at32_wdt_ioctl()
337 wdt->boot_status = at32_wdt_get_status(); at32_wdt_probe()
340 if (wdt->boot_status & WDIOF_CARDRESET) { at32_wdt_probe()
H A Dath79_wdt.c70 static int boot_status; variable
205 err = put_user(boot_status, p); ath79_wdt_ioctl()
287 boot_status = (ctrl & WDOG_CTRL_LAST_RESET) ? WDIOF_CARDRESET : 0; ath79_wdt_probe()
H A Dpcwd_pci.c124 int boot_status; member in struct:__anon11287
253 if (pcipcwd_private.boot_status & WDIOF_CARDRESET) pcipcwd_show_card_info()
256 if (pcipcwd_private.boot_status & WDIOF_OVERHEAT) pcipcwd_show_card_info()
259 if (pcipcwd_private.boot_status == 0) pcipcwd_show_card_info()
494 return put_user(pcipcwd_private.boot_status, p); pcipcwd_ioctl()
721 /* get the boot_status */ pcipcwd_card_init()
722 pcipcwd_get_status(&pcipcwd_private.boot_status); pcipcwd_card_init()
H A Dsch311x_wdt.c60 int boot_status; member in struct:__anon11292
274 return put_user(sch311x_wdt_data.boot_status, p); sch311x_wdt_ioctl()
405 sch311x_wdt_get_status(&sch311x_wdt_data.boot_status); sch311x_wdt_probe()
H A Dpcwd.c183 int boot_status; /* The card's boot status */ member in struct:__anon11286
358 if (pcwd_private.boot_status & WDIOF_CARDRESET) pcwd_show_card_info()
361 if (pcwd_private.boot_status & WDIOF_OVERHEAT) { pcwd_show_card_info()
366 if (pcwd_private.boot_status == 0) pcwd_show_card_info()
613 return put_user(pcwd_private.boot_status, argp); pcwd_ioctl()
888 pcwd_private.boot_status = 0x0000; pcwd_isa_probe()
890 /* get the boot_status */ pcwd_isa_probe()
891 pcwd_get_status(&pcwd_private.boot_status); pcwd_isa_probe()
/linux-4.4.14/arch/m32r/kernel/
H A Dsmpboot.c262 unsigned long send_status, boot_status; do_boot_cpu() local
291 boot_status = 0; do_boot_cpu()
331 boot_status = 1; do_boot_cpu()
337 if (send_status || boot_status) { do_boot_cpu()
/linux-4.4.14/drivers/atm/
H A Dfore200e.h719 typedef enum boot_status { enum
743 enum boot_status bstat; /* boot status */

Completed in 324 milliseconds