| /Zephyr-latest/include/zephyr/bluetooth/mesh/ | 
| D | priv_beacon_cli.h | 50 	uint8_t state;  member
  | 
| /Zephyr-latest/drivers/net/ | 
| D | slip.h | 31 	uint8_t state;  member
  | 
| /Zephyr-latest/soc/nordic/nrf54h/gpd/ | 
| D | gpd.c | 96 static void request_cb(struct onoff_manager *mgr_, struct onoff_client *cli, uint32_t state,  in request_cb() 277 	const struct pinctrl_state *state;  in nrf_gpd_retain_pins_set()  local
  | 
| /Zephyr-latest/drivers/clock_control/ | 
| D | nrf_clock_calibration.c | 110 			    uint32_t state, int res)  in cal_lf_callback() 166 			    uint32_t state, int res)  in cal_hf_callback()
  | 
| /Zephyr-latest/tests/subsys/pm/power_mgmt_soc/src/ | 
| D | power_mgmt.c | 74 static void notify_pm_state_entry(enum pm_state state)  in notify_pm_state_entry() 92 static void notify_pm_state_exit(enum pm_state state)  in notify_pm_state_exit()
  | 
| /Zephyr-latest/subsys/net/l2/ppp/ | 
| D | ppp_internal.h | 121 #define ppp_change_phase(ctx, state)				\  argument 124 #define ppp_change_state(fsm, state)				\  argument
  | 
| /Zephyr-latest/samples/boards/microchip/mec15xxevb_assy6853/power_management/src/ | 
| D | power_mgmt.c | 93 static void notify_pm_state_entry(enum pm_state state)  in notify_pm_state_entry() 114 static void notify_pm_state_exit(enum pm_state state)  in notify_pm_state_exit()
  | 
| /Zephyr-latest/drivers/power_domain/ | 
| D | power_domain_soc_state_change.c | 50 	enum pm_state state = pm_state_next_get(_current_cpu->id)->state;  in pd_pm_action()  local
  | 
| /Zephyr-latest/drivers/sensor/ti/tmag5170/ | 
| D | tmag5170_trigger.c | 83 	enum pm_device_state state;  in tmag5170_trigger_set()  local
  | 
| /Zephyr-latest/drivers/sensor/bosch/bmp388/ | 
| D | bmp388_trigger.c | 87 	enum pm_device_state state;  in bmp388_trigger_set()  local
  | 
| /Zephyr-latest/tests/bluetooth/tester/src/audio/btp/ | 
| D | btp_mcs.h | 35 	uint8_t state;  member
  | 
| /Zephyr-latest/tests/subsys/mgmt/mcumgr/fs_mgmt_hash_supported/src/ | 
| D | main.c | 89 	zcbor_state_t state[10];  in ZTEST()  local
  | 
| /Zephyr-latest/drivers/sensor/ti/bq274xx/ | 
| D | bq274xx_trigger.c | 116 	enum pm_device_state state;  in bq274xx_trigger_set()  local
  | 
| /Zephyr-latest/subsys/bluetooth/mesh/ | 
| D | op_agg_srv.c | 40 	struct net_buf_simple_state state;  in handle_sequence()  local
  | 
| /Zephyr-latest/samples/sensor/adc_cmp_npcx/src/ | 
| D | main.c | 25 } state;  variable
  | 
| /Zephyr-latest/drivers/ethernet/phy/ | 
| D | phy_ti_dp83825.c | 56 	struct phy_link_state state;  member 162 static int phy_ti_dp83825_get_link(const struct device *dev, struct phy_link_state *state)  in phy_ti_dp83825_get_link() 481 	struct phy_link_state state = {};  in phy_ti_dp83825_monitor_work_handler()  local
  | 
| D | phy_ti_dp83867.c | 55 	struct phy_link_state state;  member 160 static int phy_ti_dp83867_get_link(const struct device *dev, struct phy_link_state *state)  in phy_ti_dp83867_get_link() 435 	struct phy_link_state state = {};  in phy_ti_dp83867_monitor_work_handler()  local
  | 
| /Zephyr-latest/soc/intel/intel_adsp/ace/ | 
| D | power.c | 276 void pm_state_set(enum pm_state state, uint8_t substate_id)  in pm_state_set() 370 void pm_state_exit_post_ops(enum pm_state state, uint8_t substate_id)  in pm_state_exit_post_ops()
  | 
| /Zephyr-latest/tests/subsys/ipc/ipc_sessions/interoperability/ | 
| D | icmsg_v1.c | 71 	atomic_t state = atomic_get(&dev_data->state);  in notify_process()  local 181 	atomic_t state = atomic_get(&dev_data->state);  in mbox_callback_process()  local
  | 
| /Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_info/src/ | 
| D | main.c | 62 struct state {  struct 66 static struct state test_state = {  argument 1509 static bool main_predicate(const void *state)  in main_predicate() 1515 static bool custom_os_predicate(const void *state)  in custom_os_predicate() 1520 static bool custom_os_disabled_predicate(const void *state)  in custom_os_disabled_predicate() 1525 static bool custom_cmd_disabled_predicate(const void *state)  in custom_cmd_disabled_predicate() 1530 static bool custom_cmd_predicate(const void *state)  in custom_cmd_predicate() 1535 static bool custom_cmd_disabled_verify_predicate(const void *state)  in custom_cmd_disabled_verify_predicate()
  | 
| /Zephyr-latest/drivers/sensor/bosch/bmi08x/ | 
| D | bmi08x_gyro_trigger.c | 24 	enum pm_device_state state;  in bmi08x_handle_drdy_gyr()  local
  | 
| D | bmi08x_accel_trigger.c | 24 	enum pm_device_state state;  in bmi08x_handle_drdy_acc()  local
  | 
| /Zephyr-latest/include/zephyr/net/prometheus/ | 
| D | collector.h | 131 	enum prometheus_walk_state state;  member
  | 
| /Zephyr-latest/tests/drivers/clock_control/onoff/src/ | 
| D | test_clock_control_onoff.c | 84 			uint32_t state, int res)  in request_cb()
  | 
| /Zephyr-latest/tests/benchmarks/sched_userspace/src/ | 
| D | main.c | 28 static inline int stamp(int state)  in stamp()
  |