Searched refs:bootstatus (Results 1 – 25 of 36) sorted by relevance
12
/linux/drivers/watchdog/ |
H A D | menf21bmc_wdt.c | 47 data->wdt.bootstatus |= WDIOF_CARDRESET; in menf21bmc_wdt_set_bootstatus() 49 data->wdt.bootstatus |= WDIOF_EXTERN1; in menf21bmc_wdt_set_bootstatus() 51 data->wdt.bootstatus |= WDIOF_EXTERN2; in menf21bmc_wdt_set_bootstatus() 53 data->wdt.bootstatus |= WDIOF_POWERUNDER; in menf21bmc_wdt_set_bootstatus() 150 dev_err(dev, "failed to set Watchdog bootstatus\n"); in menf21bmc_wdt_probe()
|
H A D | mena21_wdt.c | 181 a21_wdt.bootstatus |= WDIOF_EXTERN1; in a21_wdt_probe() 183 a21_wdt.bootstatus |= WDIOF_CARDRESET; in a21_wdt_probe() 185 a21_wdt.bootstatus |= WDIOF_POWERUNDER; in a21_wdt_probe() 187 a21_wdt.bootstatus |= WDIOF_EXTERN2; in a21_wdt_probe()
|
H A D | da9052_wdt.c | 192 da9052_wdt->bootstatus |= WDIOF_CARDRESET; in da9052_wdt_probe() 194 da9052_wdt->bootstatus |= WDIOF_OVERHEAT; in da9052_wdt_probe() 196 da9052_wdt->bootstatus |= WDIOF_POWERUNDER; in da9052_wdt_probe()
|
H A D | pika_wdt.c | 54 int bootstatus; member 188 return put_user(pikawdt_private.bootstatus, p); in pikawdt_ioctl() 269 pikawdt_private.bootstatus = WDIOF_CARDRESET; in pikawdt_init()
|
H A D | rn5t618_wdt.c | 171 wdt->wdt_dev.bootstatus = WDIOF_POWERUNDER; in rn5t618_wdt_probe() 173 wdt->wdt_dev.bootstatus = WDIOF_CARDRESET; in rn5t618_wdt_probe()
|
H A D | ep93xx_wdt.c | 106 wdd->bootstatus = (val & 0x01) ? WDIOF_CARDRESET : 0; in ep93xx_wdt_probe()
|
H A D | diag288_wdt.c | 157 .bootstatus = 0,
|
H A D | watchdog_dev.c | 339 status = wdd->bootstatus & (WDIOF_CARDRESET | in watchdog_get_status() 493 return sysfs_emit(buf, "%u\n", wdd->bootstatus); in bootstatus_show() 495 static DEVICE_ATTR_RO(bootstatus); 782 err = put_user(wdd->bootstatus, p); in watchdog_ioctl()
|
H A D | ixp4xx_wdt.c | 176 iwdt->wdd.bootstatus = WDIOF_CARDRESET; in ixp4xx_wdt_probe()
|
H A D | pnx4008_wdt.c | 197 pnx4008_wdd.bootstatus = (readl(WDTIM_RES(wdt_base)) & WDOG_RESET) ? in pnx4008_wdt_probe()
|
H A D | intel_oc_wdt.c | 124 oc_wdt->wdd.bootstatus |= WDIOF_CARDRESET; in intel_oc_wdt_setup()
|
H A D | via_wdt.c | 212 wdt_dev.bootstatus |= WDIOF_CARDRESET; in wdt_probe()
|
H A D | pic32-wdt.c | 202 wdd->bootstatus = pic32_wdt_bootstatus(wdt) ? WDIOF_CARDRESET : 0; in pic32_wdt_drv_probe()
|
H A D | rt2880_wdt.c | 171 wdt->bootstatus = rt288x_wdt_bootcause(); in rt288x_wdt_probe()
|
H A D | mt7621_wdt.c | 173 mt7621_wdt->bootstatus = mt7621_wdt_bootcause(drvdata); in mt7621_wdt_probe()
|
H A D | cros_ec_wdt.c | 135 return dev_err_probe(dev, ret, "Failed to get watchdog bootstatus\n"); in cros_ec_wdt_probe() 144 wdd->bootstatus = WDIOF_CARDRESET; in cros_ec_wdt_probe() 149 return dev_err_probe(dev, ret, "Failed to clear watchdog bootstatus\n"); in cros_ec_wdt_probe()
|
H A D | imgpdc_wdt.c | 243 pdc_wdt->wdt_dev.bootstatus |= WDIOF_CARDRESET; in pdc_wdt_probe()
|
H A D | mpc8xxx_wdt.c | 167 ddata->wdd.bootstatus = status ? WDIOF_CARDRESET : 0; in mpc8xxx_wdt_probe()
|
H A D | lantiq_wdt.c | 239 wdt->bootstatus = ret; in ltq_wdt_probe()
|
H A D | i6300esb.c | 279 edev->wdd.bootstatus = WDIOF_CARDRESET; in esb_initdevice()
|
H A D | rti_wdt.c | 305 * Readout the Power-on(PON) reason and pass to bootstatus. in rti_wdt_probe() 325 wdd->bootstatus |= WDIOF_CARDRESET; in rti_wdt_probe()
|
H A D | qcom-wdt.c | 277 wdt->wdd.bootstatus = WDIOF_CARDRESET; in qcom_wdt_probe()
|
H A D | sbsa_gwdt.c | 349 wdd->bootstatus |= WDIOF_CARDRESET; in sbsa_gwdt_probe()
|
/linux/include/linux/ |
H A D | watchdog.h | 71 * @bootstatus: Status of the watchdog device at boot. 105 unsigned int bootstatus; member
|
/linux/Documentation/watchdog/ |
H A D | convert_drivers_to_kernel_api.rst | 45 Needs the bootstatus member properly set. Make sure it is 0 if you 158 have their own record-keeping for things like bootstatus and timeout using
|
12