Searched refs:boot_status (Results 1 – 11 of 11) sorted by relevance
/drivers/watchdog/ |
D | stmp3xxx_wdt.c | 40 static unsigned long boot_status; variable 127 ret = put_user(boot_status, p); in stmp3xxx_wdt_ioctl() 214 boot_status = __raw_readl(REGS_RTC_BASE + HW_RTC_PERSISTENT1) & in stmp3xxx_wdt_probe() 216 boot_status = !!boot_status; in stmp3xxx_wdt_probe()
|
D | sa1100_wdt.c | 46 static int boot_status; variable 113 ret = put_user(boot_status, p); in sa1100dog_ioctl() 170 boot_status = (reset_status & RESET_STATUS_WATCHDOG) ? in sa1100dog_init()
|
D | pcwd_pci.c | 124 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() 721 pcipcwd_get_status(&pcipcwd_private.boot_status); in pcipcwd_card_init()
|
D | ixp4xx_wdt.c | 33 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()
|
D | pcwd.c | 183 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()
|
D | iop_wdt.c | 41 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()
|
D | at32ap700x_wdt.c | 80 int boot_status; member 233 ret = put_user(wdt->boot_status, p); in at32_wdt_ioctl() 338 wdt->boot_status = at32_wdt_get_status(); in at32_wdt_probe() 341 if (wdt->boot_status & WDIOF_CARDRESET) { in at32_wdt_probe()
|
D | ath79_wdt.c | 67 static int boot_status; variable 182 err = put_user(boot_status, p); in ath79_wdt_ioctl() 255 boot_status = (ctrl & WDOG_CTRL_LAST_RESET) ? WDIOF_CARDRESET : 0; in ath79_wdt_probe()
|
D | of_xilinx_wdt.c | 63 u32 boot_status; member 256 return put_user(xdev.boot_status, uarg.i); in xwdt_ioctl() 357 xwdt_get_status(&xdev.boot_status); in xwdt_probe()
|
D | sch311x_wdt.c | 62 int boot_status; member 274 return put_user(sch311x_wdt_data.boot_status, p); in sch311x_wdt_ioctl() 415 sch311x_wdt_get_status(&sch311x_wdt_data.boot_status); in sch311x_wdt_probe()
|
/drivers/atm/ |
D | fore200e.h | 719 typedef enum boot_status { enum 743 enum boot_status bstat; /* boot status */
|