Lines Matching refs:status
31 * @status: The routine that shows the status of the watchdog device.
50 unsigned int (*status)(struct watchdog_device *);
84 * @status: Field that contains the devices internal status bits.
112 unsigned long status;
113 /* Bit numbers for status flags */
128 return test_bit(WDOG_ACTIVE, &wdd->status);
137 return test_bit(WDOG_HW_RUNNING, &wdd->status);
144 set_bit(WDOG_NO_WAY_OUT, &wdd->status);
150 set_bit(WDOG_STOP_ON_REBOOT, &wdd->status);
156 set_bit(WDOG_STOP_ON_UNREGISTER, &wdd->status);