Home
last modified time | relevance | path

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

123456789

/subsys/net/lib/shell/
A 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 …]
/subsys/net/lib/lwm2m/
A 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 …]
A 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 …]
A Dlwm2m_obj_firmware.c98 void lwm2m_firmware_set_update_state_inst(uint16_t obj_inst_id, uint8_t state) in lwm2m_firmware_set_update_state_inst()
149 void lwm2m_firmware_set_update_state(uint8_t state) in lwm2m_firmware_set_update_state()
166 uint8_t state; in lwm2m_firmware_set_update_result_inst() local
242 uint8_t state; in package_write_cb() local
309 uint8_t state = lwm2m_firmware_get_update_state_inst(obj_inst_id); in package_uri_write_cb() local
392 uint8_t state; in firmware_update_cb() local
/subsys/net/l2/ethernet/gptp/
A 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
494 struct gptp_sync_rcv_state *state; in gptp_md_follow_up_receipt_timeout() local
543 struct gptp_sync_rcv_state *state; in gptp_md_init_sync_rcv_state_machine() local
563 struct gptp_sync_send_state *state; in gptp_md_init_sync_send_state_machine() local
748 struct gptp_sync_rcv_state *state; in gptp_md_sync_receive_state_machine() local
[all …]
A Dgptp_mi.c98 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
376 struct gptp_pss_rcv_state *state; in gptp_mi_pss_rcv_compute() local
406 struct gptp_pss_rcv_state *state) in start_rcv_sync_timer()
419 struct gptp_pss_rcv_state *state; in gptp_mi_pss_rcv_state_machine() local
463 struct gptp_pss_send_state *state; in gptp_mi_pss_store_last_pss() local
488 struct gptp_pss_send_state *state; in gptp_mi_pss_send_md_sync_send() local
505 struct gptp_pss_send_state *state; in gptp_mi_pss_send_state_machine() local
[all …]
A Dgptp_state.h206 enum gptp_pdelay_req_states state; member
226 enum gptp_pdelay_resp_states state; member
244 enum gptp_sync_rcv_states state; member
265 enum gptp_sync_send_states state; member
289 enum gptp_pss_rcv_states state; member
328 enum gptp_pss_send_states state; member
389 enum gptp_cms_offset_states state; member
404 enum gptp_cms_snd_states state; member
416 enum gptp_cms_rcv_states state; member
430 enum gptp_pa_rcv_states state; member
[all …]
A Dgptp_private.h150 #define gptp_change_port_state(port, state) \ argument
163 #define gptp_change_pa_info_state(port, pa_info_state, state) \ argument
A Dgptp_messages.c85 struct gptp_sync_send_state *state; in gptp_sync_timestamp_callback() local
584 struct gptp_sync_rcv_state *state; in gptp_handle_sync() local
603 struct gptp_sync_rcv_state *state; in gptp_handle_follow_up() local
663 struct gptp_pdelay_req_state *state; in gptp_handle_pdelay_resp() local
718 struct gptp_pdelay_req_state *state; in gptp_handle_pdelay_follow_up() local
862 struct gptp_pdelay_req_state *state; in gptp_send_pdelay_req() local
/subsys/pm/policy/
A Dpolicy_state_lock.c37 enum pm_state state; member
50 void pm_policy_state_lock_get(enum pm_state state, uint8_t substate_id) in pm_policy_state_lock_get()
68 void pm_policy_state_lock_put(enum pm_state state, uint8_t substate_id) in pm_policy_state_lock_put()
87 bool pm_policy_state_lock_is_active(enum pm_state state, uint8_t substate_id) in pm_policy_state_lock_is_active()
101 bool pm_policy_state_is_available(enum pm_state state, uint8_t substate_id) in pm_policy_state_is_available()
A Dpolicy_default.c27 const struct pm_state_info *state = &cpu_states[i]; in pm_policy_next_state() local
/subsys/bluetooth/audio/shell/
A Dbap_scan_delegator.c195 struct sync_state *state, in pa_sync_past()
254 static int pa_sync_term(struct sync_state *state) in pa_sync_term()
287 struct sync_state *state; in pa_sync_req_cb() local
323 struct sync_state *state; in pa_sync_term_req_cb() local
341 struct sync_state *state; in broadcast_code_cb() local
380 struct sync_state *state; in pa_synced_cb() local
407 struct sync_state *state; in pa_term_cb() local
477 struct sync_state *state; in cmd_bap_scan_delegator_sync_pa() local
540 struct sync_state *state; in cmd_bap_scan_delegator_term_pa() local
581 struct sync_state *state; in cmd_bap_scan_delegator_add_src() local
[all …]
/subsys/net/lib/ptp/
A Dstate_machine.c11 enum ptp_port_state ptp_state_machine(enum ptp_port_state state, in ptp_state_machine()
240 enum ptp_port_state ptp_tr_state_machine(enum ptp_port_state state, in ptp_tr_state_machine()
A Dport.c64 static const char *port_state_str(enum ptp_port_state state) in port_state_str()
560 enum ptp_port_state state = ptp_port_state(port); in port_sync_msg_process() local
596 enum ptp_port_state state = ptp_port_state(port); in port_follow_up_msg_process() local
613 enum ptp_port_state state = ptp_port_state(port); in port_delay_req_msg_process() local
660 enum ptp_port_state state = ptp_port_state(port); in port_delay_resp_msg_process() local
897 enum ptp_port_state state = ptp_port_state(port); in port_is_enabled() local
1201 enum ptp_port_state state = ptp_port_state(port); in ptp_port_timer_event_gen() local
/subsys/testsuite/ztest/src/
A Dztest_defaults.c32 void z_ztest_run_all(const void *state, bool shuffle, int suite_iter, int case_iter) in z_ztest_run_all()
47 bool z_ztest_should_suite_run(const void *state, struct ztest_suite_node *suite) in z_ztest_should_suite_run()
A Dztest_shell.c34 void z_ztest_run_all(const void *state, bool shuffle, int suite_iter, int case_iter) in z_ztest_run_all()
119 bool z_ztest_should_suite_run(const void *state, struct ztest_suite_node *suite) in z_ztest_should_suite_run()
A Dztest_posix.c132 void z_ztest_run_all(const void *state, bool shuffle, int suite_iter, int case_iter) in z_ztest_run_all()
219 bool z_ztest_should_suite_run(const void *state, struct ztest_suite_node *suite) in z_ztest_should_suite_run()
/subsys/bluetooth/audio/
A Dbap_stream.c757 uint8_t state; in bt_bap_stream_reconfig() local
808 uint8_t state; in bt_bap_stream_connect() local
841 uint8_t state; in bt_bap_stream_start() local
881 uint8_t state; in bt_bap_stream_metadata() local
928 uint8_t state; in bt_bap_stream_disable() local
970 uint8_t state; in bt_bap_stream_release() local
A Dbap_scan_delegator.c66 struct bt_bap_scan_delegator_recv_state state; member
250 const struct bt_bap_scan_delegator_recv_state *state = &recv_state->state; in net_buf_put_recv_state() local
549 const struct bt_bap_scan_delegator_recv_state *state, in pa_sync_request()
569 const struct bt_bap_scan_delegator_recv_state *state) in pa_sync_term_request()
590 struct bass_recv_state_internal *state; in bass_source_is_duplicate() local
610 struct bt_bap_scan_delegator_recv_state *state; in scan_delegator_add_src() local
835 struct bt_bap_scan_delegator_recv_state *state; in scan_delegator_mod_src() local
1142 struct bt_bap_scan_delegator_recv_state *state; in scan_delegator_rem_src() local
1341 struct bt_bap_scan_delegator_recv_state *state = &recv_state->state; in read_recv_state() local
1680 struct bt_bap_scan_delegator_recv_state *state; in bt_bap_scan_delegator_add_src() local
[all …]
/subsys/bluetooth/host/classic/
A Dsco.c183 const char *bt_sco_chan_state_str(uint8_t state) in bt_sco_chan_state_str()
202 enum bt_sco_state state, in bt_sco_chan_set_state_debug()
239 void bt_sco_chan_set_state(struct bt_sco_chan *chan, enum bt_sco_state state) in bt_sco_chan_set_state()
/subsys/bluetooth/mesh/shell/
A Dpriv_beacon.c62 uint8_t state; in cmd_priv_gatt_proxy_get() local
79 uint8_t state; in cmd_priv_gatt_proxy_set() local
/subsys/net/l2/offloaded_netdev/
A Doffloaded_netdev.c11 static inline int offloaded_netdev_if_enable(struct net_if *iface, bool state) in offloaded_netdev_if_enable()
/subsys/bluetooth/controller/ll_sw/nordic/lll/
A Dlll_clock.c30 uint32_t state, int res) in clock_ready()
41 struct lll_clock_state state; in blocking_on() local
/subsys/net/lib/zperf/
A Dzperf_session.h22 enum state { enum
37 enum state state; member
/subsys/ipc/ipc_service/lib/
A Dicmsg.c85 static bool is_endpoint_ready(atomic_t state) in is_endpoint_ready()
160 atomic_t state = atomic_get(&dev_data->state); in callback_process() local
504 uint32_t state = atomic_get(&dev_data->state); in icmsg_send() local

Completed in 147 milliseconds

123456789