Home
last modified time | relevance | path

Searched refs:state (Results 20551 - 20575 of 21497) sorted by relevance

1...<<821822823824825826827828829830>>...860

/kernel/linux/linux-6.6/net/wireless/
H A Dcore.c1464 unsigned long state, void *ptr) in cfg80211_netdev_notifier_call()
1478 switch (state) { in cfg80211_netdev_notifier_call()
1463 cfg80211_netdev_notifier_call(struct notifier_block *nb, unsigned long state, void *ptr) cfg80211_netdev_notifier_call() argument
/kernel/linux/linux-6.6/sound/pci/ctxfi/
H A Dcthw20k2.c176 static int src_set_state(void *blk, unsigned int state) in src_set_state() argument
180 set_field(&ctl->ctl, SRCCTL_STATE, state); in src_set_state()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dtas2781-fmwlib.c2400 void tasdevice_tuning_switch(void *context, int state) in tasdevice_tuning_switch() argument
2411 if (state == 0) { in tasdevice_tuning_switch()
H A Dwsa884x.c1518 enum sdw_port_prep_ops state) in wsa884x_port_prep()
1522 if (state == SDW_OPS_PORT_POST_PREP) in wsa884x_port_prep()
1516 wsa884x_port_prep(struct sdw_slave *slave, struct sdw_prepare_ch *prepare_ch, enum sdw_port_prep_ops state) wsa884x_port_prep() argument
H A Dwsa883x.c1059 enum sdw_port_prep_ops state) in wsa883x_port_prep()
1063 if (state == SDW_OPS_PORT_POST_PREP) in wsa883x_port_prep()
1057 wsa883x_port_prep(struct sdw_slave *slave, struct sdw_prepare_ch *prepare_ch, enum sdw_port_prep_ops state) wsa883x_port_prep() argument
/kernel/linux/linux-6.6/sound/drivers/
H A Daloop.c538 if (runtime->state == SNDRV_PCM_STATE_DRAINING && in copy_play_buf()
733 dpcm_play->substream->runtime->state != in loopback_snd_timer_period_elapsed()
827 * data from here if in draining state. When still in running in loopback_snd_timer_event()
828 * state the streaming will be aborted by the usual timeout. It in loopback_snd_timer_event()
1229 /* are cached -> they do not reflect the actual state */ in loopback_open()
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H A Dmegaraid_sas.h113 * FW posts its state in upper 4 bits of outbound_msg_0 register
137 * During FW init, clear pending cmds & reset state using inbound_msg_0
140 * READY : Move from OPERATIONAL to READY state; discard queue info
583 union MR_PD_DDF_TYPE state; member
779 u8 state; member
/kernel/linux/linux-6.6/drivers/scsi/
H A Dmesh.c310 printk(KERN_DEBUG "mesh: state at %p, regs at %p, dma at %p\n", in mesh_dump_regs()
1741 static void set_mesh_power(struct mesh_state *ms, int state) in set_mesh_power() argument
1745 if (state) { in set_mesh_power()
/kernel/linux/linux-6.6/net/appletalk/
H A Dddp.c757 /* Routerless initial state */ in atif_ioctl()
1017 * set the state.
1202 sock->state = SS_UNCONNECTED; in atalk_connect()
1236 sock->state = SS_CONNECTED; in atalk_connect()
/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh.c143 * are already on the table but are not on PLINK_ESTAB state. However, in mesh_accept_plinks_update()
158 * mesh_sta_cleanup - clean up any mesh sta state
817 if (!test_bit(HT_AGG_STATE_OPERATIONAL, &tid_tx->state)) in ieee80211_mesh_xmit_fast()
1241 clear_bit(SDATA_STATE_OFFCHANNEL_BEACON_STOPPED, &sdata->state); in ieee80211_stop_mesh()
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dkvm.h1708 __u64 gaddr; /* For dump storage state */
1852 __u64 state; member
1956 __u32 state; member
2111 * The userspace program is only responsible for the 01->1X state
/test/xts/acts/bundlemanager/zlib/actszlibtest/
H A DActsZlibTest.cpp635 * @tc.name : Test deflate state
1341 /* initialize inflateBack state for repeated use */ in HWTEST_F()
1528 deflate_state state; in HWTEST_F() local
1529 _tr_init(&state); in HWTEST_F()
/test/xts/acts/location/geolocation_standard/entry/src/ohosTest/js/test/
H A DLocationTest.test.js177 var locationServiceState = (state) => {
178 console.log('locationServiceState: state: ' + JSON.stringify(state));
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/
H A Dhdf_camera_benchmark_test.cpp23 void CameraBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp() argument
28 void CameraBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown() argument
/third_party/glfw/src/
H A Dwl_init.c922 if (_glfw.wl.xkb.state) in _glfwTerminateWayland()
923 xkb_state_unref(_glfw.wl.xkb.state); in _glfwTerminateWayland()
/third_party/alsa-lib/src/pcm/
H A Dpcm_rate.c1190 if (rate->start_pending) /* pseudo-state */ in snd_pcm_rate_state()
1232 status->state = SND_PCM_STATE_RUNNING; in snd_pcm_rate_status()
1312 .state = snd_pcm_rate_state,
/third_party/backends/backend/genesys/
H A Dlow.cpp604 regs.state.is_lamp_on = set; in sanei_genesys_set_lamp_power()
616 regs.state.is_motor_on = set; in sanei_genesys_set_motor_power()
/third_party/backends/backend/
H A Dnet.c805 net_avahi_callback (AvahiClient *c, AvahiClientState state, void * userdata) argument
816 switch (state)
/third_party/libuv/include/uv_ndk/
H A Duv.h754 UV_EXTERN void uv_tty_set_vterm_state(uv_tty_vtermstate_t state);
755 UV_EXTERN int uv_tty_get_vterm_state(uv_tty_vtermstate_t* state);
1029 * Spawn the child process in a detached state - this will make it a process
/third_party/mbedtls/library/
H A Dssl_tls13_client.c849 /* Get current state of handshake transcript. */ in ssl_tls13_write_binder()
1184 * necessary and update the early data state. in mbedtls_ssl_tls13_write_client_hello_exts()
1187 * data extension and the early data state must stay as it is: in mbedtls_ssl_tls13_write_client_hello_exts()
1471 * will dispatch to the TLS 1.2 state machine. in ssl_tls13_preprocess_server_hello()
3068 switch (ssl->state) { in mbedtls_ssl_tls13_handshake_client_step()
3174 MBEDTLS_SSL_DEBUG_MSG(1, ("invalid state %d", ssl->state)); in mbedtls_ssl_tls13_handshake_client_step()
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c650 switch((*cmd).state) { in dump_SVGA3dRenderState()
652 _debug_printf("\t\t.state = SVGA3D_RS_INVALID\n"); in dump_SVGA3dRenderState()
655 _debug_printf("\t\t.state = SVGA3D_RS_ZENABLE\n"); in dump_SVGA3dRenderState()
658 _debug_printf("\t\t.state = SVGA3D_RS_ZWRITEENABLE\n"); in dump_SVGA3dRenderState()
661 _debug_printf("\t\t.state = SVGA3D_RS_ALPHATESTENABLE\n"); in dump_SVGA3dRenderState()
664 _debug_printf("\t\t.state = SVGA3D_RS_DITHERENABLE\n"); in dump_SVGA3dRenderState()
667 _debug_printf("\t\t.state = SVGA3D_RS_BLENDENABLE\n"); in dump_SVGA3dRenderState()
670 _debug_printf("\t\t.state = SVGA3D_RS_FOGENABLE\n"); in dump_SVGA3dRenderState()
673 _debug_printf("\t\t.state = SVGA3D_RS_SPECULARENABLE\n"); in dump_SVGA3dRenderState()
676 _debug_printf("\t\t.state in dump_SVGA3dRenderState()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp1339 uint32_t state[2] = { 0, 0 };
1341 int32_t partLength = coll->internalNextSortKeyPart(&iter, state, part, partSize, errorCode);
/third_party/lwip/src/apps/http/
H A Dhttpd.c222 u16_t tag_index; /* Counter used by tag parsing state machine */
593 * @param hs connection state to free
643 * @param hs connection state to free
664 /* restore state: */ in http_eof()
683 * @param hs http connection state
756 * @param hs http connection state
803 , (hs->handle ? hs->handle->state : NULL)
921 is a special-case URL used for control state notification and we do
1268 * state appropriately. */
1300 * back to idle state
[all...]
/third_party/lwip/src/apps/mdns/
H A Dmdns.c1929 if (args->status_changed.state != 0) { in mdns_netif_ext_status_callback()
1935 if (args->link_changed.state != 0) { in mdns_netif_ext_status_callback()
/third_party/lwip/src/netif/ppp/
H A Dipcp.c132 ipcp_up, /* Called when fsm reaches OPENED state */
133 ipcp_down, /* Called when fsm leaves OPENED state */
1068 * This should not modify any state if the Nak is bad
1069 * or if IPCP is in the OPENED state.
1323 * OK, the Nak is good. Now we can update state. in ipcp_nakci()
1326 if (f->state != PPP_FSM_OPENED) in ipcp_nakci()
1483 * Now we can update state. in ipcp_rejci()
1485 if (f->state != PPP_FSM_OPENED) in ipcp_rejci()

Completed in 74 milliseconds

1...<<821822823824825826827828829830>>...860