Home
last modified time | relevance | path

Searched refs:device_state (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/drivers/watchdog/
Dwdt_renesas_ra.c26 atomic_t device_state; member
88 if (atomic_test_bit(&data->device_state, WDT_RENESAS_RA_ATOMIC_TIMEOUT_SET)) { in wdt_renesas_ra_timeout_calculate()
169 if (atomic_test_bit(&data->device_state, WDT_RENESAS_RA_ATOMIC_ENABLE)) { in wdt_renesas_ra_setup()
175 if (!atomic_test_bit(&data->device_state, WDT_RENESAS_RA_ATOMIC_TIMEOUT_SET)) { in wdt_renesas_ra_setup()
196 atomic_set_bit(&data->device_state, WDT_RENESAS_RA_ATOMIC_ENABLE); in wdt_renesas_ra_setup()
208 if (!atomic_test_bit(&data->device_state, WDT_RENESAS_RA_ATOMIC_ENABLE)) { in wdt_renesas_ra_disable()
259 if (atomic_test_bit(&data->device_state, WDT_RENESAS_RA_ATOMIC_ENABLE)) { in wdt_renesas_ra_install_timeout()
282 atomic_set_bit(&data->device_state, WDT_RENESAS_RA_ATOMIC_TIMEOUT_SET); in wdt_renesas_ra_install_timeout()
295 if (!atomic_test_bit(&data->device_state, WDT_RENESAS_RA_ATOMIC_ENABLE) || in wdt_renesas_ra_feed()
322 .device_state = ATOMIC_INIT(0), \
/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/
Duart_mock.c16 static struct device_state mock_state = {
/Zephyr-latest/tests/drivers/flash_api/src/
Dmain.c47 static struct device_state some_dev_state = {
/Zephyr-latest/include/zephyr/
Ddevice.h451 struct device_state { struct
512 struct device_state *state;
914 static Z_DECL_ALIGN(struct device_state) Z_DEVICE_STATE_NAME(dev_id) \
/Zephyr-latest/include/zephyr/drivers/
Dspi.h495 struct device_state devstate;
Dsmbus.h424 struct device_state devstate;
Dcan.h570 struct device_state devstate;
Di2c.h573 struct device_state devstate;