Searched refs:boot_status (Results 1 – 14 of 14) sorted by relevance
/linux-2.6.39/drivers/watchdog/ |
D | stmp3xxx_wdt.c | 36 static unsigned long boot_status; variable 123 ret = put_user(boot_status, p); in stmp3xxx_wdt_ioctl() 210 boot_status = __raw_readl(REGS_RTC_BASE + HW_RTC_PERSISTENT1) & in stmp3xxx_wdt_probe() 212 boot_status = !!boot_status; in stmp3xxx_wdt_probe()
|
D | sa1100_wdt.c | 42 static int boot_status; variable 109 ret = put_user(boot_status, p); in sa1100dog_ioctl() 166 boot_status = (reset_status & RESET_STATUS_WATCHDOG) ? in sa1100dog_init()
|
D | ixp4xx_wdt.c | 31 static unsigned long boot_status; variable 116 ret = put_user(boot_status, (int *)arg); in ixp4xx_wdt_ioctl() 185 boot_status = (*IXP4XX_OSST & IXP4XX_OSST_TIMER_WARM_RESET) ? in ixp4xx_wdt_init()
|
D | ep93xx_wdt.c | 47 static unsigned long boot_status; variable 155 ret = put_user(boot_status, (int __user *)arg); in ep93xx_wdt_ioctl() 215 boot_status = __raw_readl(EP93XX_WDT_WATCHDOG) & 0x01 ? 1 : 0; in ep93xx_wdt_init()
|
D | iop_wdt.c | 39 static unsigned long boot_status; variable 153 ret = put_user(boot_status, argp); in iop_wdt_ioctl() 233 boot_status = (read_rcsr() & IOP_RCSR_WDT) ? WDIOF_CARDRESET : 0; in iop_wdt_init()
|
D | pcwd_pci.c | 123 int boot_status; member 257 if (pcipcwd_private.boot_status & WDIOF_CARDRESET) in pcipcwd_show_card_info() 261 if (pcipcwd_private.boot_status & WDIOF_OVERHEAT) in pcipcwd_show_card_info() 264 if (pcipcwd_private.boot_status == 0) in pcipcwd_show_card_info() 506 return put_user(pcipcwd_private.boot_status, p); in pcipcwd_ioctl() 735 pcipcwd_get_status(&pcipcwd_private.boot_status); in pcipcwd_card_init()
|
D | ath79_wdt.c | 65 static int boot_status; variable 175 err = put_user(boot_status, p); in ath79_wdt_ioctl() 248 boot_status = (ctrl & WDOG_CTRL_LAST_RESET) ? WDIOF_CARDRESET : 0; in ath79_wdt_probe()
|
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 | pcwd.c | 182 int boot_status; /* The card's boot status */ member 364 if (pcwd_private.boot_status & WDIOF_CARDRESET) in pcwd_show_card_info() 368 if (pcwd_private.boot_status & WDIOF_OVERHEAT) { in pcwd_show_card_info() 375 if (pcwd_private.boot_status == 0) in pcwd_show_card_info() 630 return put_user(pcwd_private.boot_status, argp); in pcwd_ioctl() 908 pcwd_private.boot_status = 0x0000; in pcwd_isa_probe() 911 pcwd_get_status(&pcwd_private.boot_status); in pcwd_isa_probe()
|
D | pnx4008_wdt.c | 90 static unsigned long boot_status; variable 197 ret = put_user(boot_status, (int *)arg); in pnx4008_wdt_ioctl() 303 boot_status = (__raw_readl(WDTIM_RES(wdt_base)) & WDOG_RESET) ? in pnx4008_wdt_probe()
|
D | sch311x_wdt.c | 61 int boot_status; member 273 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()
|
D | coh901327_wdt.c | 78 static unsigned long boot_status; variable 280 ret = put_user(boot_status, uarg.i); in coh901327_ioctl() 398 boot_status = WDIOF_CARDRESET; in coh901327_probe()
|
/linux-2.6.39/arch/m32r/kernel/ |
D | smpboot.c | 266 unsigned long send_status, boot_status; in do_boot_cpu() local 295 boot_status = 0; in do_boot_cpu() 335 boot_status = 1; in do_boot_cpu() 341 if (send_status || boot_status) { in do_boot_cpu()
|
/linux-2.6.39/drivers/atm/ |
D | fore200e.h | 719 typedef enum boot_status { enum 743 enum boot_status bstat; /* boot status */
|