/kernel/linux/linux-6.6/net/wireless/ |
H A D | core.c | 1464 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 D | cthw20k2.c | 176 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 D | tas2781-fmwlib.c | 2400 void tasdevice_tuning_switch(void *context, int state) in tasdevice_tuning_switch() argument 2411 if (state == 0) { in tasdevice_tuning_switch()
|
H A D | wsa884x.c | 1518 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 D | wsa883x.c | 1059 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 D | aloop.c | 538 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 D | megaraid_sas.h | 113 * 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 D | mesh.c | 310 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 D | ddp.c | 757 /* 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 D | mesh.c | 143 * 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 D | kvm.h | 1708 __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 D | ActsZlibTest.cpp | 635 * @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 D | LocationTest.test.js | 177 var locationServiceState = (state) => { 178 console.log('locationServiceState: state: ' + JSON.stringify(state));
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/ |
H A D | hdf_camera_benchmark_test.cpp | 23 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 D | wl_init.c | 922 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 D | pcm_rate.c | 1190 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 D | low.cpp | 604 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 D | net.c | 805 net_avahi_callback (AvahiClient *c, AvahiClientState state, void * userdata) argument 816 switch (state)
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 754 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 D | ssl_tls13_client.c | 849 /* 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 D | svga_dump.c | 650 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 D | collationtest.cpp | 1339 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 D | httpd.c | 222 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 D | mdns.c | 1929 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 D | ipcp.c | 132 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()
|