/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | cm.c | 171 "CM: cm_node %p cm_id=%p state=%d accel=%d event_type=%d status=%d\n", in irdma_send_cm_event() 172 cm_node, cm_id, cm_node->accelerated, cm_node->state, type, in irdma_send_cm_event() 605 "CM: caller: %pS cm_node %p cm_id=%p accel=%d state=%d rem_port=0x%04x, loc_port=0x%04x rem_addr=%pI4 loc_addr=%pI4\n", in irdma_send_reset() 607 cm_node->accelerated, cm_node->state, cm_node->rem_port, in irdma_send_reset() 627 "CM: cm_node=%p state=%d\n", cm_node, in irdma_active_open_err() 628 cm_node->state); in irdma_active_open_err() 633 cm_node->state = IRDMA_CM_STATE_CLOSED; in irdma_active_open_err() 646 cm_node->state = IRDMA_CM_STATE_CLOSED; in irdma_passive_open_err() 647 ibdev_dbg(&cm_node->iwdev->ibdev, "CM: cm_node=%p state =%d\n", in irdma_passive_open_err() 648 cm_node, cm_node->state); in irdma_passive_open_err() 1199 enum irdma_cm_node_state state = cm_node->state; irdma_retrans_expired() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | auto_launch.cpp | 95 } else if (iter.second.state == AutoLaunchItemState::IDLE && (!iter.second.inObserver)) { in ~AutoLaunch() 116 return (autoLaunchItemMap_[info.first][info.second].state == AutoLaunchItemState::IDLE) && in ~AutoLaunch() 155 autoLaunchItem.state = AutoLaunchItemState::IN_ENABLE; in EnableKvStoreAutoLaunchParmCheck() 183 autoLaunchItemMap_[tmpIdentifier][userId].state = AutoLaunchItemState::IDLE; in EnableKvStoreAutoLaunch() 205 autoLaunchItemMap_[identifier][userId].state = AutoLaunchItemState::IDLE; in GetKVConnectionInEnable() 227 autoLaunchItemMap_[identifier][userId].state = AutoLaunchItemState::IDLE; in GetKVConnectionInEnable() 233 autoLaunchItemMap_[identifier][userId].state = AutoLaunchItemState::IDLE; in GetKVConnectionInEnable() 402 if (autoLaunchItemMap_[identifier][userId].state == AutoLaunchItemState::IN_ENABLE) { in DisableKvStoreAutoLaunch() 407 if (autoLaunchItemMap_[identifier][userId].state != AutoLaunchItemState::IDLE) { in DisableKvStoreAutoLaunch() 410 return (autoLaunchItemMap_[identifier][userId].state in DisableKvStoreAutoLaunch() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_acl.c | 62 BtmAclConnectionState state; member 442 if (connection->state != CONNECTING) { in BTM_AclConnect() 452 connection->state = CONNECTING; in BTM_AclConnect() 479 connection->state = DISCONNECTING; in BtmAclTimeoutTask() 520 connection->state = CONNECTED; in BtmOnConnectionComplete() 593 connection->state = CONNECTING; in BtmOnConnectionrequest() 825 if (connection->state != CONNECTING) { in BTM_LeConnect() 834 connection->state = CONNECTING; in BTM_LeConnect() 873 if (connection->transport == TRANSPORT_LE && connection->state == CONNECTING) { in BtmRemoveAllConnectingLeConnection() 888 connection->state in BtmUpdateLeConnectionOnConnectComplete() [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/sti/delta/ |
H A D | delta-v4l2.c | 107 frame->state |= DELTA_FRAME_OUT; in delta_frame_done() 126 if (frame->state == DELTA_FRAME_FREE) { in requeue_free_frames() 129 frame->state = DELTA_FRAME_M2M; in requeue_free_frames() 142 frame->state &= ~DELTA_FRAME_OUT; in delta_recycle() 145 if (frame->state == DELTA_FRAME_FREE) { in delta_recycle() 149 frame->state = DELTA_FRAME_M2M; in delta_recycle() 660 if (ctx->state < DELTA_STATE_READY) { in delta_s_fmt_frame() 815 if (ctx->state != DELTA_STATE_READY) in delta_decoder_stop_cmd() 849 ctx->state = DELTA_STATE_EOS; in delta_decoder_stop_cmd() 860 ctx->state in delta_decoder_stop_cmd() [all...] |
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_l2_main.c | 1192 u8 state; member 1216 (data->state == QETH_SBP_STATE_INACTIVE) ? "inactive" : in qeth_bridge_state_change_worker() 1217 (data->state == QETH_SBP_STATE_STANDBY) ? "standby" : in qeth_bridge_state_change_worker() 1218 (data->state == QETH_SBP_STATE_ACTIVE) ? "active" : in qeth_bridge_state_change_worker() 1250 data->state = qports->entry[0].state; in qeth_bridge_state_change() 1365 ? "Bridge port state change" in qeth_addr_change_event_worker() 1435 enum qeth_sbp_states *state; member 1624 /* first entry contains the state of the local port */ in qeth_bridgeport_query_ports_cb() 1628 if (cbctl->data.qports.state) in qeth_bridgeport_query_ports_cb() 1644 qeth_bridgeport_query_ports(struct qeth_card *card, enum qeth_sbp_roles *role, enum qeth_sbp_states *state) qeth_bridgeport_query_ports() argument 1918 qeth_l2_vnicc_set_state(struct qeth_card *card, u32 vnicc, bool state) qeth_l2_vnicc_set_state() argument 1972 qeth_l2_vnicc_get_state(struct qeth_card *card, u32 vnicc, bool *state) qeth_l2_vnicc_get_state() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/qedi/ |
H A D | qedi_iscsi.c | 397 if ((qedi_ep->state == EP_STATE_TCP_FIN_RCVD) || in qedi_conn_bind() 398 (qedi_ep->state == EP_STATE_TCP_RST_RCVD)) { in qedi_conn_bind() 816 cmd->state = 0; in qedi_task_xmit() 846 qedi_ep->state = EP_STATE_OFLDCONN_FAILED; in qedi_offload_work() 851 (qedi_ep->state == in qedi_offload_work() 854 if (ret <= 0 || qedi_ep->state != EP_STATE_OFLDCONN_COMPL) { in qedi_offload_work() 855 qedi_ep->state = EP_STATE_OFLDCONN_FAILED; in qedi_offload_work() 911 qedi_ep->state = EP_STATE_IDLE; in qedi_ep_connect() 955 qedi_ep->state = EP_STATE_OFLDCONN_START; in qedi_ep_connect() 1010 if (qedi_ep->state in qedi_ep_poll() [all...] |
/kernel/linux/linux-5.10/scripts/ |
H A D | kernel-doc | 365 my $state; 369 # Inline documentation state 371 STATE_INLINE_NA => 0, # not applicable ($state != STATE_INLINE) 1862 $state = STATE_NORMAL; 2041 $state = STATE_NAME; # next line is always the function name 2056 $state = STATE_DOCBLOCK; 2072 $state = STATE_BODY; 2085 $state = STATE_BODY_MAYBE; 2115 $state = STATE_NORMAL; 2138 if ($state [all...] |
/kernel/linux/linux-6.6/drivers/scsi/qedi/ |
H A D | qedi_iscsi.c | 398 if ((qedi_ep->state == EP_STATE_TCP_FIN_RCVD) || in qedi_conn_bind() 399 (qedi_ep->state == EP_STATE_TCP_RST_RCVD)) { in qedi_conn_bind() 848 cmd->state = 0; in qedi_task_xmit() 878 qedi_ep->state = EP_STATE_OFLDCONN_FAILED; in qedi_offload_work() 883 (qedi_ep->state == in qedi_offload_work() 886 if (ret <= 0 || qedi_ep->state != EP_STATE_OFLDCONN_COMPL) { in qedi_offload_work() 887 qedi_ep->state = EP_STATE_OFLDCONN_FAILED; in qedi_offload_work() 943 qedi_ep->state = EP_STATE_IDLE; in qedi_ep_connect() 987 qedi_ep->state = EP_STATE_OFLDCONN_START; in qedi_ep_connect() 1042 if (qedi_ep->state in qedi_ep_poll() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/delta/ |
H A D | delta-v4l2.c | 107 frame->state |= DELTA_FRAME_OUT; in delta_frame_done() 126 if (frame->state == DELTA_FRAME_FREE) { in requeue_free_frames() 129 frame->state = DELTA_FRAME_M2M; in requeue_free_frames() 142 frame->state &= ~DELTA_FRAME_OUT; in delta_recycle() 145 if (frame->state == DELTA_FRAME_FREE) { in delta_recycle() 149 frame->state = DELTA_FRAME_M2M; in delta_recycle() 660 if (ctx->state < DELTA_STATE_READY) { in delta_s_fmt_frame() 815 if (ctx->state != DELTA_STATE_READY) in delta_decoder_stop_cmd() 849 ctx->state = DELTA_STATE_EOS; in delta_decoder_stop_cmd() 860 ctx->state in delta_decoder_stop_cmd() [all...] |
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_l2_main.c | 1301 u8 state; member 1325 (data->state == QETH_SBP_STATE_INACTIVE) ? "inactive" : in qeth_bridge_state_change_worker() 1326 (data->state == QETH_SBP_STATE_STANDBY) ? "standby" : in qeth_bridge_state_change_worker() 1327 (data->state == QETH_SBP_STATE_ACTIVE) ? "active" : in qeth_bridge_state_change_worker() 1359 data->state = qports->entry[0].state; in qeth_bridge_state_change() 1476 ? "Bridge port state change" in qeth_addr_change_event_worker() 1546 enum qeth_sbp_states *state; member 1735 /* first entry contains the state of the local port */ in qeth_bridgeport_query_ports_cb() 1739 if (cbctl->data.qports.state) in qeth_bridgeport_query_ports_cb() 1755 qeth_bridgeport_query_ports(struct qeth_card *card, enum qeth_sbp_roles *role, enum qeth_sbp_states *state) qeth_bridgeport_query_ports() argument 2029 qeth_l2_vnicc_set_state(struct qeth_card *card, u32 vnicc, bool state) qeth_l2_vnicc_set_state() argument 2083 qeth_l2_vnicc_get_state(struct qeth_card *card, u32 vnicc, bool *state) qeth_l2_vnicc_get_state() argument [all...] |
/third_party/lz4/lib/ |
H A D | lz4hc.c | 937 /* state is presumed correctly initialized, 939 int LZ4_compress_HC_extStateHC_fastReset (void* state, const char* src, char* dst, int srcSize, int dstCapacity, int compressionLevel) in LZ4_compress_HC_extStateHC_fastReset() argument 941 LZ4HC_CCtx_internal* const ctx = &((LZ4_streamHC_t*)state)->internal_donotuse; in LZ4_compress_HC_extStateHC_fastReset() 942 if (!LZ4_isAligned(state, LZ4_streamHC_t_alignment())) return 0; in LZ4_compress_HC_extStateHC_fastReset() 943 LZ4_resetStreamHC_fast((LZ4_streamHC_t*)state, compressionLevel); in LZ4_compress_HC_extStateHC_fastReset() 951 int LZ4_compress_HC_extStateHC (void* state, const char* src, char* dst, int srcSize, int dstCapacity, int compressionLevel) in LZ4_compress_HC_extStateHC() argument 953 LZ4_streamHC_t* const ctx = LZ4_initStreamHC(state, sizeof(*ctx)); in LZ4_compress_HC_extStateHC() 955 return LZ4_compress_HC_extStateHC_fastReset(state, src, dst, srcSize, dstCapacity, compressionLevel); in LZ4_compress_HC_extStateHC() 965 LZ4_streamHC_t state; in LZ4_compress_HC() 966 LZ4_streamHC_t* const statePtr = &state; in LZ4_compress_HC() 976 LZ4_compress_HC_destSize(void* state, const char* source, char* dest, int* sourceSizePtr, int targetDestSize, int cLevel) LZ4_compress_HC_destSize() argument 994 LZ4_streamHC_t* const state = LZ4_createStreamHC() local 1207 LZ4_compressHC_withStateHC(void* state, const char* src, char* dst, int srcSize) LZ4_compressHC_withStateHC() argument 1208 LZ4_compressHC_limitedOutput_withStateHC(void* state, const char* src, char* dst, int srcSize, int maxDstSize) LZ4_compressHC_limitedOutput_withStateHC() argument 1209 LZ4_compressHC2_withStateHC(void* state, const char* src, char* dst, int srcSize, int cLevel) LZ4_compressHC2_withStateHC() argument 1210 LZ4_compressHC2_limitedOutput_withStateHC(void* state, const char* src, char* dst, int srcSize, int maxDstSize, int cLevel) LZ4_compressHC2_limitedOutput_withStateHC() argument 1220 LZ4_resetStreamStateHC(void* state, char* inputBuffer) LZ4_resetStreamStateHC() argument [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-ladspa-sink.c | 350 if (!PA_SINK_IS_LINKED(u->sink->thread_info.state) || in sink_process_msg_cb() 351 !PA_SINK_INPUT_IS_LINKED(u->sink_input->thread_info.state)) { in sink_process_msg_cb() 386 static int sink_set_state_in_main_thread_cb(pa_sink *s, pa_sink_state_t state, pa_suspend_cause_t suspend_cause) { in sink_set_state_in_main_thread_cb() argument 392 if (!PA_SINK_IS_LINKED(state) || in sink_set_state_in_main_thread_cb() 393 !PA_SINK_INPUT_IS_LINKED(u->sink_input->state)) in sink_set_state_in_main_thread_cb() 396 pa_sink_input_cork(u->sink_input, state == PA_SINK_SUSPENDED); in sink_set_state_in_main_thread_cb() 409 if (PA_SINK_IS_OPENED(new_state) && s->thread_info.state == PA_SINK_INIT) { in sink_set_state_in_io_thread_cb() 410 pa_log_debug("Requesting rewind due to state change."); in sink_set_state_in_io_thread_cb() 424 if (!PA_SINK_IS_LINKED(u->sink->thread_info.state) || in sink_request_rewind_cb() 425 !PA_SINK_INPUT_IS_LINKED(u->sink_input->thread_info.state)) in sink_request_rewind_cb() 731 const char *state = NULL; parse_control_parameters() local 1162 const char *state = NULL; pa__init() local 1190 const char *state = NULL; pa__init() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Display.cpp | 139 rx::DisplayImpl *CreateDisplayFromDevice(Device *eglDevice, const DisplayState &state) in CreateDisplayFromDevice() argument 147 impl = new rx::DisplayD3D(state); in CreateDisplayFromDevice() 280 const DisplayState &state) in CreateDisplayFromAttribs() 296 impl = new rx::DisplayD3D(state); in CreateDisplayFromAttribs() 309 impl = new rx::DisplayWGL(state); in CreateDisplayFromAttribs() 313 impl = rx::CreateDisplayCGLOrEAGL(state); in CreateDisplayFromAttribs() 322 impl = new rx::DisplayGbm(state); in CreateDisplayFromAttribs() 328 impl = new rx::DisplayEGL(state); in CreateDisplayFromAttribs() 334 impl = new rx::DisplayGLX(state); in CreateDisplayFromAttribs() 360 impl = new rx::DisplayWGL(state); in CreateDisplayFromAttribs() 277 CreateDisplayFromAttribs(EGLAttrib displayType, EGLAttrib deviceType, EGLAttrib platformType, const DisplayState &state) CreateDisplayFromAttribs() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | VertexRoutine.cpp | 29 VertexRoutine::VertexRoutine(const VertexProcessor::State &state, const VertexShader *shader) in VertexRoutine() argument 32 state(state) in VertexRoutine() 42 const bool textureSampling = state.textureSampling; in generate() 77 if(state.transformFeedbackEnabled != 0) in generate() 105 v[i] = readStream(input, stride, state.input[i], index); in readInput() 111 int pos = state.positionRegister; in computeClipFlags() 134 if(state.preTransformed) in computeClipFlags() 142 const bool textureSampling = state.textureSampling; in readStream() 613 int pos = state in postTransform() [all...] |
/third_party/spirv-tools/source/val/ |
H A D | validate_memory.cpp | 1493 spv_result_t ValidateArrayLength(ValidationState_t& state, in ValidateArrayLength() argument 1499 auto result_type = state.FindDef(inst->type_id()); in ValidateArrayLength() 1503 return state.diag(SPV_ERROR_INVALID_ID, inst) in ValidateArrayLength() 1505 << state.getIdName(inst->id()) in ValidateArrayLength() 1511 auto pointer = state.FindDef(inst->GetOperandAs<uint32_t>(2)); in ValidateArrayLength() 1512 auto pointer_type = state.FindDef(pointer->type_id()); in ValidateArrayLength() 1514 return state.diag(SPV_ERROR_INVALID_ID, inst) in ValidateArrayLength() 1516 << state.getIdName(inst->id()) in ValidateArrayLength() 1520 auto structure_type = state.FindDef(pointer_type->GetOperandAs<uint32_t>(2)); in ValidateArrayLength() 1522 return state in ValidateArrayLength() 1548 ValidateCooperativeMatrixLengthNV(ValidationState_t& state, const Instruction* inst) ValidateCooperativeMatrixLengthNV() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_softmac.c | 430 * new one. In this case the link state is in ieee80211_softmac_scan_syncro() 433 * will set the state to IEEE80211_LINKED, so we stop in ieee80211_softmac_scan_syncro() 442 * if the state become LINKED because of the #1 situation in ieee80211_softmac_scan_syncro() 445 if (ieee->state == IEEE80211_LINKED) in ieee80211_softmac_scan_syncro() 454 if (ieee->state >= IEEE80211_LINKED && ieee->sync_scan_hurryup) in ieee80211_softmac_scan_syncro() 460 if (ieee->state < IEEE80211_LINKED) { in ieee80211_softmac_scan_syncro() 1171 if (ieee->state == IEEE80211_ASSOCIATING_AUTHENTICATING) { in ieee80211_associate_abort() 1179 ieee->state = IEEE80211_ASSOCIATING_RETRY; in ieee80211_associate_abort() 1207 ieee->state = IEEE80211_ASSOCIATING_AUTHENTICATING; in ieee80211_associate_step1() 1317 ieee->state in ieee80211_associate_complete() [all...] |
/kernel/linux/linux-6.6/drivers/net/dsa/ |
H A D | mt7530.c | 1192 mt7530_stp_state_set(struct dsa_switch *ds, int port, u8 state) in mt7530_stp_state_set() argument 1197 switch (state) { in mt7530_stp_state_set() 2653 mt753x_pad_setup(struct dsa_switch *ds, const struct phylink_link_state *state) in mt753x_pad_setup() argument 2657 return priv->info->pad_setup(ds, state->interface); in mt753x_pad_setup() 2774 const struct phylink_link_state *state) in mt753x_mac_config() 2778 return priv->info->mac_port_config(ds, port, mode, state->interface); in mt753x_mac_config() 2801 const struct phylink_link_state *state) in mt753x_phylink_mac_config() 2808 if (state->interface != PHY_INTERFACE_MODE_GMII && in mt753x_phylink_mac_config() 2809 state->interface != PHY_INTERFACE_MODE_INTERNAL) in mt753x_phylink_mac_config() 2813 if (priv->p5_interface == state in mt753x_phylink_mac_config() 2773 mt753x_mac_config(struct dsa_switch *ds, int port, unsigned int mode, const struct phylink_link_state *state) mt753x_mac_config() argument 2800 mt753x_phylink_mac_config(struct dsa_switch *ds, int port, unsigned int mode, const struct phylink_link_state *state) mt753x_phylink_mac_config() argument 2994 mt753x_pcs_validate(struct phylink_pcs *pcs, unsigned long *supported, const struct phylink_link_state *state) mt753x_pcs_validate() argument 3006 mt7530_pcs_get_state(struct phylink_pcs *pcs, struct phylink_link_state *state) mt7530_pcs_get_state() argument [all...] |
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | main.c | 266 spk_x = spk_cx = vc->state.x; in speakup_date() 267 spk_y = spk_cy = vc->state.y; in speakup_date() 609 u_short last_state = 0, state = 0; in say_prev_word() local 630 if (state > 0) in say_prev_word() 640 state = 0; in say_prev_word() 642 state = 1; in say_prev_word() 644 state = 2; in say_prev_word() 645 if (state < last_state) { in say_prev_word() 650 last_state = state; in say_prev_word() 664 u_short last_state = 2, state in say_next_word() local [all...] |
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_softmac.c | 430 * new one. In this case the link state is in ieee80211_softmac_scan_syncro() 433 * will set the state to IEEE80211_LINKED, so we stop in ieee80211_softmac_scan_syncro() 442 * if the state become LINKED because of the #1 situation in ieee80211_softmac_scan_syncro() 445 if (ieee->state == IEEE80211_LINKED) in ieee80211_softmac_scan_syncro() 454 if (ieee->state >= IEEE80211_LINKED && ieee->sync_scan_hurryup) in ieee80211_softmac_scan_syncro() 460 if (ieee->state < IEEE80211_LINKED) { in ieee80211_softmac_scan_syncro() 1171 if (ieee->state == IEEE80211_ASSOCIATING_AUTHENTICATING) { in ieee80211_associate_abort() 1179 ieee->state = IEEE80211_ASSOCIATING_RETRY; in ieee80211_associate_abort() 1207 ieee->state = IEEE80211_ASSOCIATING_AUTHENTICATING; in ieee80211_associate_step1() 1317 ieee->state in ieee80211_associate_complete() [all...] |
/kernel/linux/linux-6.6/kernel/module/ |
H A D | main.c | 154 BUG_ON(mod && mod->state == MODULE_STATE_UNFORMED); in strong_try_module_get() 155 if (mod && mod->state == MODULE_STATE_COMING) in strong_try_module_get() 330 if (mod->state == MODULE_STATE_UNFORMED) in find_symbol() 355 if (!even_unformed && mod->state == MODULE_STATE_UNFORMED) in find_module_all() 426 if (mod->state == MODULE_STATE_UNFORMED) in __is_module_percpu_address() 676 mod->state = MODULE_STATE_GOING; in try_stop_module() 731 if (mod->state != MODULE_STATE_LIVE) { in SYSCALL_DEFINE2() 889 const char *state = "unknown"; in show_initstate() local 891 switch (mk->mod->state) { in show_initstate() 893 state in show_initstate() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Bidi.java | 561 short state; field in Bidi.Isolate 1082 ImpTabPair impTabPair; /* reference to levels state table pair */ 1827 byte state; in getDirProps() 1838 /* The following stack contains the last known state before in getDirProps() 1856 state = NOT_SEEKING_STRONG; in getDirProps() 1858 state = SEEKING_STRONG_FOR_PARA; in getDirProps() 1862 state = NOT_SEEKING_STRONG; in getDirProps() 1890 if (state == SEEKING_STRONG_FOR_PARA) { in getDirProps() 1892 state = NOT_SEEKING_STRONG; in getDirProps() 1894 else if (state in getDirProps() 3101 short state; /* current state */ global() field in Bidi.LevState [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Bidi.java | 561 short state; field in Bidi.Isolate 1058 ImpTabPair impTabPair; /* reference to levels state table pair */ 1793 byte state; in getDirProps() 1804 /* The following stack contains the last known state before in getDirProps() 1822 state = NOT_SEEKING_STRONG; in getDirProps() 1824 state = SEEKING_STRONG_FOR_PARA; in getDirProps() 1828 state = NOT_SEEKING_STRONG; in getDirProps() 1856 if (state == SEEKING_STRONG_FOR_PARA) { in getDirProps() 1858 state = NOT_SEEKING_STRONG; in getDirProps() 1860 else if (state in getDirProps() 3067 short state; /* current state */ global() field in Bidi.LevState [all...] |
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | bluez5-util.c | 244 static const char *transport_state_to_string(pa_bluetooth_transport_state_t state) { in transport_state_to_string() argument 245 switch(state) { in transport_state_to_string() 323 if (device->transports[profile] && device->transports[profile]->state != PA_BLUETOOTH_TRANSPORT_STATE_DISCONNECTED) in device_is_profile_connected() 509 void pa_bluetooth_transport_set_state(pa_bluetooth_transport *t, pa_bluetooth_transport_state_t state) { in pa_bluetooth_transport_set_state() argument 517 if (t->state == state) in pa_bluetooth_transport_set_state() 522 pa_log_debug("Transport %s state: %s -> %s", in pa_bluetooth_transport_set_state() 523 t->path, transport_state_to_string(t->state), transport_state_to_string(state)); in pa_bluetooth_transport_set_state() 525 t->state in pa_bluetooth_transport_set_state() 1016 transport_state_from_string(const char* value, pa_bluetooth_transport_state_t *state) transport_state_from_string() argument 1050 pa_bluetooth_transport_state_t state; parse_transport_property() local 1136 void *state; remote_endpoint_remove() local 1207 void *state = NULL; pa_bluetooth_discovery_get_device_by_address() local 1377 void *state; battery_provider_handler() local 1503 void *state; adapter_free() local 2030 void *state; parse_interfaces_and_properties() local 2122 void *state; pa_bluetooth_discovery_set_ofono_running() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | myrb.c | 38 enum myrb_devstate state; member 49 static const char *myrb_devstate_name(enum myrb_devstate state) in myrb_devstate_name() argument 55 if (entry[i].state == state) in myrb_devstate_name() 407 if (new->state == MYRB_DEVICE_OFFLINE) in myrb_get_ldev_info() 410 "Adding Logical Drive %d in state %s\n", in myrb_get_ldev_info() 411 ldev_num, myrb_devstate_name(new->state)); in myrb_get_ldev_info() 417 if (new->state != old->state) in myrb_get_ldev_info() 420 ldev_num, myrb_devstate_name(new->state)); in myrb_get_ldev_info() 781 myrb_set_pdev_state(struct myrb_hba *cb, struct scsi_device *sdev, enum myrb_devstate state) myrb_set_pdev_state() argument 2293 enum raid_state state = RAID_STATE_UNKNOWN; myrb_get_state() local 3314 myrb_translate_devstate(void *state) myrb_translate_devstate() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | myrb.c | 38 enum myrb_devstate state; member 49 static const char *myrb_devstate_name(enum myrb_devstate state) in myrb_devstate_name() argument 55 if (entry[i].state == state) in myrb_devstate_name() 406 if (new->state == MYRB_DEVICE_OFFLINE) in myrb_get_ldev_info() 409 "Adding Logical Drive %d in state %s\n", in myrb_get_ldev_info() 410 ldev_num, myrb_devstate_name(new->state)); in myrb_get_ldev_info() 416 if (new->state != old->state) in myrb_get_ldev_info() 419 ldev_num, myrb_devstate_name(new->state)); in myrb_get_ldev_info() 779 myrb_set_pdev_state(struct myrb_hba *cb, struct scsi_device *sdev, enum myrb_devstate state) myrb_set_pdev_state() argument 2269 enum raid_state state = RAID_STATE_UNKNOWN; myrb_get_state() local 3212 myrb_translate_devstate(void *state) myrb_translate_devstate() argument [all...] |