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

/drivers/watchdog/
H A Dsa1100_wdt.c42 static int boot_status; variable
109 ret = put_user(boot_status, p);
166 boot_status = (reset_status & RESET_STATUS_WATCHDOG) ?
H A Dstmp3xxx_wdt.c37 static unsigned long boot_status; variable
124 ret = put_user(boot_status, p);
211 boot_status = __raw_readl(REGS_RTC_BASE + HW_RTC_PERSISTENT1) &
213 boot_status = !!boot_status;
H A Dep93xx_wdt.c47 static unsigned long boot_status; variable
155 ret = put_user(boot_status, (int __user *)arg);
215 boot_status = __raw_readl(EP93XX_WDT_WATCHDOG) & 0x01 ? 1 : 0;
H A Diop_wdt.c39 static unsigned long boot_status; variable
153 ret = put_user(boot_status, argp);
230 boot_status = (read_rcsr() & IOP_RCSR_WDT) ? WDIOF_CARDRESET : 0;
H A Dixp4xx_wdt.c31 static unsigned long boot_status; variable
116 ret = put_user(boot_status, (int *)arg);
184 boot_status = (*IXP4XX_OSST & IXP4XX_OSST_TIMER_WARM_RESET) ?
H A Dat32ap700x_wdt.c80 int boot_status; member in struct:wdt_at32ap700x
233 ret = put_user(wdt->boot_status, p);
338 wdt->boot_status = at32_wdt_get_status();
341 if (wdt->boot_status & WDIOF_CARDRESET) {
H A Dath79_wdt.c65 static int boot_status; variable
181 err = put_user(boot_status, p);
254 boot_status = (ctrl & WDOG_CTRL_LAST_RESET) ? WDIOF_CARDRESET : 0;
H A Dpnx4008_wdt.c90 static unsigned long boot_status; variable
197 ret = put_user(boot_status, (int *)arg);
303 boot_status = (__raw_readl(WDTIM_RES(wdt_base)) & WDOG_RESET) ?
H A Dpcwd.c182 int boot_status; /* The card's boot status */ member in struct:__anon5859
364 if (pcwd_private.boot_status & WDIOF_CARDRESET)
368 if (pcwd_private.boot_status & WDIOF_OVERHEAT) {
375 if (pcwd_private.boot_status == 0)
630 return put_user(pcwd_private.boot_status, argp);
908 pcwd_private.boot_status = 0x0000;
910 /* get the boot_status */
911 pcwd_get_status(&pcwd_private.boot_status);
H A Dpcwd_pci.c123 int boot_status; member in struct:__anon5860
257 if (pcipcwd_private.boot_status & WDIOF_CARDRESET)
261 if (pcipcwd_private.boot_status & WDIOF_OVERHEAT)
264 if (pcipcwd_private.boot_status == 0)
506 return put_user(pcipcwd_private.boot_status, p);
734 /* get the boot_status */
735 pcipcwd_get_status(&pcipcwd_private.boot_status);
H A Dof_xilinx_wdt.c61 u32 boot_status; member in struct:xwdt_device
255 return put_user(xdev.boot_status, uarg.i);
359 xwdt_get_status(&xdev.boot_status);
H A Dsch311x_wdt.c61 int boot_status; member in struct:__anon5864
273 return put_user(sch311x_wdt_data.boot_status, p);
415 sch311x_wdt_get_status(&sch311x_wdt_data.boot_status);
H A Dcoh901327_wdt.c78 static unsigned long boot_status; variable
278 ret = put_user(boot_status, uarg.i);
396 boot_status = WDIOF_CARDRESET;
/drivers/atm/
H A Dfore200e.h719 typedef enum boot_status { enum
743 enum boot_status bstat; /* boot status */

Completed in 130 milliseconds