Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 607) sorted by relevance

12345678910>>...25

/Zephyr-latest/subsys/net/lib/shell/
Dgptp.c43 static const char *pdelay_req2str(enum gptp_pdelay_req_states state) in pdelay_req2str()
65 static const char *pdelay_resp2str(enum gptp_pdelay_resp_states state) in pdelay_resp2str()
81 static const char *sync_rcv2str(enum gptp_sync_rcv_states state) in sync_rcv2str()
95 static const char *sync_send2str(enum gptp_sync_send_states state) in sync_send2str()
109 static const char *pss_rcv2str(enum gptp_pss_rcv_states state) in pss_rcv2str()
121 static const char *pss_send2str(enum gptp_pss_send_states state) in pss_send2str()
137 static const char *pa_rcv2str(enum gptp_pa_rcv_states state) in pa_rcv2str()
149 static const char *pa_info2str(enum gptp_pa_info_states state) in pa_info2str()
175 static const char *pa_transmit2str(enum gptp_pa_transmit_states state) in pa_transmit2str()
191 static const char *site_sync2str(enum gptp_site_sync_sync_states state) in site_sync2str()
[all …]
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_senml_cbor_encode.c19 #define log_result(state, result, func) \ argument
42 static bool encode_repeated_record_bn(zcbor_state_t *state, const struct record_bn *input) in encode_repeated_record_bn()
53 static bool encode_repeated_record_bt(zcbor_state_t *state, const struct record_bt *input) in encode_repeated_record_bt()
64 static bool encode_repeated_record_n(zcbor_state_t *state, const struct record_n *input) in encode_repeated_record_n()
75 static bool encode_repeated_record_t(zcbor_state_t *state, const struct record_t *input) in encode_repeated_record_t()
86 static bool encode_repeated_record_union(zcbor_state_t *state, const struct record_union_r *input) in encode_repeated_record_union()
131 static bool encode_value(zcbor_state_t *state, const struct value_r *input) in encode_value()
155 static bool encode_key_value_pair(zcbor_state_t *state, const struct key_value_pair *input) in encode_key_value_pair()
166 static bool encode_repeated_record_key_value_pair_m(zcbor_state_t *state, in encode_repeated_record_key_value_pair_m()
177 static bool encode_record(zcbor_state_t *state, const struct record *input) in encode_record()
[all …]
Dlwm2m_senml_cbor_decode.c19 #define log_result(state, result, func) \ argument
42 static bool decode_repeated_record_bn(zcbor_state_t *state, struct record_bn *result) in decode_repeated_record_bn()
53 static bool decode_repeated_record_bt(zcbor_state_t *state, struct record_bt *result) in decode_repeated_record_bt()
64 static bool decode_repeated_record_n(zcbor_state_t *state, struct record_n *result) in decode_repeated_record_n()
75 static bool decode_repeated_record_t(zcbor_state_t *state, struct record_t *result) in decode_repeated_record_t()
86 static bool decode_repeated_record_union(zcbor_state_t *state, struct record_union_r *result) in decode_repeated_record_union()
120 static bool decode_value(zcbor_state_t *state, struct value_r *result) in decode_value()
143 static bool decode_key_value_pair(zcbor_state_t *state, struct key_value_pair *result) in decode_key_value_pair()
154 static bool decode_repeated_record_key_value_pair_m(zcbor_state_t *state, in decode_repeated_record_key_value_pair_m()
165 static bool decode_record(zcbor_state_t *state, struct record *result) in decode_record()
[all …]
/Zephyr-latest/drivers/counter/
Dcounter_cmos.c36 struct state { struct
49 * values in 'struct state' are BCD-encoded. argument
90 void read_state(struct state *state) in read_state()
135 struct state state, state2; in get_value() local
/Zephyr-latest/samples/subsys/pm/latency/src/
Dpm.c13 static const char *state2str(enum pm_state state) in state2str()
38 void pm_state_set(enum pm_state state, uint8_t substate_id) in pm_state_set()
44 void pm_state_exit_post_ops(enum pm_state state, uint8_t substate_id) in pm_state_exit_post_ops()
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_md.c120 struct gptp_sync_rcv_state *state; in gptp_set_md_sync_receive() local
183 struct gptp_pdelay_req_state *state; in gptp_md_pdelay_reset() local
202 struct gptp_pdelay_req_state *state; in gptp_md_pdelay_check_multiple_resp() local
241 struct gptp_pdelay_req_state *state; in gptp_md_compute_pdelay_rate_ratio() local
307 struct gptp_pdelay_req_state *state; in gptp_md_compute_prop_time() local
377 struct gptp_pdelay_req_state *state; in gptp_md_pdelay_compute() local
459 struct gptp_pdelay_req_state *state; in gptp_md_pdelay_req_timeout() local
477 struct gptp_pdelay_req_state *state; in gptp_md_start_pdelay_req() local
494 struct gptp_sync_rcv_state *state; in gptp_md_follow_up_receipt_timeout() local
509 struct gptp_pdelay_req_state *state; in gptp_md_init_pdelay_req_state_machine() local
[all …]
Dgptp_mi.c18 static const char * const state2str(enum gptp_port_state state) in state2str()
44 static const char * const pa_info_state2str(enum gptp_pa_info_states state) in pa_info_state2str()
72 void gptp_change_port_state_debug(int port, enum gptp_port_state state, in gptp_change_port_state_debug()
98 enum gptp_pa_info_states state, in gptp_change_pa_info_state_debug()
123 struct gptp_pss_send_state *state; in gptp_mi_half_sync_itv_timeout() local
143 struct gptp_pss_rcv_state *state; in gptp_mi_rcv_sync_receipt_timeout() local
158 struct gptp_pss_send_state *state; in gptp_mi_send_sync_receipt_timeout() local
239 struct gptp_port_announce_information_state *state; in announce_timer_handler() local
253 struct gptp_port_announce_information_state *state; in gptp_mi_init_port_announce_info_sm() local
284 struct gptp_port_announce_transmit_state *state; in announce_periodic_timer_handler() local
[all …]
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_scan_delegator_test.c114 struct sync_state *state = CONTAINER_OF(dwork, struct sync_state, pa_timer); in pa_timer_handler() local
135 struct sync_state *state, in pa_sync_past()
159 static int pa_sync_no_past(struct sync_state *state, in pa_sync_no_past()
194 static int pa_sync_term(struct sync_state *state) in pa_sync_term()
220 struct sync_state *state; in recv_state_updated_cb() local
247 struct sync_state *state; in pa_sync_req_cb() local
288 struct sync_state *state; in pa_sync_term_req_cb() local
305 struct sync_state *state; in broadcast_code_cb() local
324 struct sync_state *state; in bis_sync_req_cb() local
365 struct sync_state *state; in pa_synced_cb() local
[all …]
/Zephyr-latest/subsys/pm/policy/
Dpolicy_state_lock.c34 enum pm_state state; member
43 void pm_policy_state_lock_get(enum pm_state state, uint8_t substate_id) in pm_policy_state_lock_get()
56 void pm_policy_state_lock_put(enum pm_state state, uint8_t substate_id) in pm_policy_state_lock_put()
73 bool pm_policy_state_lock_is_active(enum pm_state state, uint8_t substate_id) in pm_policy_state_lock_is_active()
/Zephyr-latest/soc/silabs/common/
Dsoc_power.c23 void pm_state_set(enum pm_state state, uint8_t substate_id) in pm_state_set()
66 void pm_state_exit_post_ops(enum pm_state state, uint8_t substate_id) in pm_state_exit_post_ops()
/Zephyr-latest/soc/espressif/esp32c3/
Dpower.c15 void pm_state_set(enum pm_state state, uint8_t substate_id) in pm_state_set()
30 void pm_state_exit_post_ops(enum pm_state state, uint8_t substate_id) in pm_state_exit_post_ops()
/Zephyr-latest/soc/espressif/esp32c6/
Dpower.c15 void pm_state_set(enum pm_state state, uint8_t substate_id) in pm_state_set()
30 void pm_state_exit_post_ops(enum pm_state state, uint8_t substate_id) in pm_state_exit_post_ops()
/Zephyr-latest/soc/nxp/lpc/lpc55xxx/
Dpower.c10 void pm_state_set(enum pm_state state, uint8_t id) in pm_state_set()
24 void pm_state_exit_post_ops(enum pm_state state, uint8_t id) in pm_state_exit_post_ops()
/Zephyr-latest/soc/espressif/esp32/
Dpower.c19 void pm_state_set(enum pm_state state, uint8_t substate_id) in pm_state_set()
35 void pm_state_exit_post_ops(enum pm_state state, uint8_t substate_id) in pm_state_exit_post_ops()
/Zephyr-latest/soc/espressif/esp32s2/
Dpower.c17 void pm_state_set(enum pm_state state, uint8_t substate_id) in pm_state_set()
33 void pm_state_exit_post_ops(enum pm_state state, uint8_t substate_id) in pm_state_exit_post_ops()
/Zephyr-latest/soc/espressif/esp32s3/
Dpower.c17 void pm_state_set(enum pm_state state, uint8_t substate_id) in pm_state_set()
33 void pm_state_exit_post_ops(enum pm_state state, uint8_t substate_id) in pm_state_exit_post_ops()
/Zephyr-latest/lib/utils/
Donoff.c116 uint32_t state) in set_state()
156 uint32_t state, in notify_monitors()
170 uint32_t state, in notify_one()
183 uint32_t state, in notify_all()
214 uint32_t state = mgr->flags & ONOFF_STATE_MASK; in process_recheck() local
241 uint32_t state = mgr->flags & ONOFF_STATE_MASK; in process_complete() local
303 uint32_t state = mgr->flags & ONOFF_STATE_MASK; in process_event() local
434 uint32_t state = mgr->flags & ONOFF_STATE_MASK; in onoff_request() local
483 uint32_t state = mgr->flags & ONOFF_STATE_MASK; in onoff_release() local
525 uint32_t state = mgr->flags & ONOFF_STATE_MASK; in onoff_reset() local
[all …]
/Zephyr-latest/soc/ambiq/apollo3x/
Dpower.c20 void pm_state_set(enum pm_state state, uint8_t substate_id) in pm_state_set()
60 void pm_state_exit_post_ops(enum pm_state state, uint8_t substate_id) in pm_state_exit_post_ops()
/Zephyr-latest/soc/infineon/cat1b/cyw20829/
Dpower.c23 void pm_state_set(enum pm_state state, uint8_t substate_id) in pm_state_set()
53 void pm_state_exit_post_ops(enum pm_state state, uint8_t substate_id) in pm_state_exit_post_ops()
/Zephyr-latest/soc/ite/ec/common/
Dpower.c19 void pm_state_set(enum pm_state state, uint8_t substate_id) in pm_state_set()
34 void pm_state_exit_post_ops(enum pm_state state, uint8_t substate_id) in pm_state_exit_post_ops()
/Zephyr-latest/soc/st/stm32/stm32f4x/
Dpower.c28 void pm_state_set(enum pm_state state, uint8_t substate_id) in pm_state_set()
54 void pm_state_exit_post_ops(enum pm_state state, uint8_t substate_id) in pm_state_exit_post_ops()
/Zephyr-latest/soc/st/stm32/stm32g0x/
Dpower.c23 void pm_state_set(enum pm_state state, uint8_t substate_id) in pm_state_set()
53 void pm_state_exit_post_ops(enum pm_state state, uint8_t substate_id) in pm_state_exit_post_ops()
/Zephyr-latest/soc/st/stm32/stm32g4x/
Dpower.c23 void pm_state_set(enum pm_state state, uint8_t substate_id) in pm_state_set()
52 void pm_state_exit_post_ops(enum pm_state state, uint8_t substate_id) in pm_state_exit_post_ops()
/Zephyr-latest/soc/st/stm32/stm32h5x/
Dpower.c19 void pm_state_set(enum pm_state state, uint8_t substate_id) in pm_state_set()
42 void pm_state_exit_post_ops(enum pm_state state, uint8_t substate_id) in pm_state_exit_post_ops()
/Zephyr-latest/soc/st/stm32/stm32l0x/
Dpower.c31 void pm_state_set(enum pm_state state, uint8_t substate_id) in pm_state_set()
51 void pm_state_exit_post_ops(enum pm_state state, uint8_t substate_id) in pm_state_exit_post_ops()

12345678910>>...25