Searched refs:_state (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | sco_internal.h | 148 #define bt_sco_chan_set_state(_chan, _state) \ argument 149 bt_sco_chan_set_state_debug(_chan, _state, __func__, __LINE__)
|
D | l2cap_br_internal.h | 206 #define bt_l2cap_br_chan_set_state(_chan, _state) \ argument 207 bt_l2cap_br_chan_set_state_debug(_chan, _state, __func__, __LINE__)
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | iso_internal.h | 132 #define bt_iso_chan_set_state(_chan, _state) \ argument 133 bt_iso_chan_set_state_debug(_chan, _state, __func__, __LINE__)
|
D | l2cap_internal.h | 190 #define bt_l2cap_chan_set_state(_chan, _state) \ argument 191 bt_l2cap_chan_set_state_debug(_chan, _state, __func__, __LINE__)
|
/Zephyr-latest/subsys/bluetooth/controller/util/ |
D | mayfly.c | 32 static uint8_t _state; variable 143 if (_state && m->fp == mayfly_ut_mfy) { in dequeue() 203 _state = 0U; in mayfly_run() 210 _state = 1U; in mayfly_run()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_nxp_s32_netc_vsi.c | 101 static __nocache Netc_Eth_Ip_StateType nxp_s32_eth##n##_state; \ 156 .stateStructure = &nxp_s32_eth##n##_state, \
|
D | eth_nxp_s32_netc_psi.c | 284 static __nocache Netc_Eth_Ip_StateType nxp_s32_eth##n##_state; \ 407 .stateStructure = &nxp_s32_eth##n##_state, \
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/ |
D | isoal_test_rx.c | 112 _state, \ argument 126 zassert_equal(_state, \ 129 STATE_TO_STR(_state), \
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.1.rst | 849 * :github:`17361` - \_THREAD\_QUEUED overlaps with x86 \_EXC\_ACTIVE in k\_thread.thread\_state
|