/third_party/musl/src/locale/ |
H A D | iconv.c | 122 unsigned state; member 161 scd->state = 0; in iconv_open() 300 if (!scd->state) { in iconv() 303 scd->state = type==UCS2 in iconv() 309 type = scd->state; in iconv() 313 if (!scd->state) { in iconv() 316 scd->state = c==0xfffe0000 ? UTF_32LE : UTF_32BE; in iconv() 320 type = scd->state; in iconv() 372 case 'B': scd->state=0; continue; in iconv() 373 case 'J': scd->state in iconv() [all...] |
/third_party/lwip/src/core/ipv6/ |
H A D | dhcp6.c | 74 #define LWIP_HOOK_DHCP6_APPEND_OPTIONS(netif, dhcp6, state, msg, msg_type, options_len_ptr, max_len) 77 #define LWIP_HOOK_DHCP6_PARSE_OPTION(netif, dhcp6, state, msg, msg_type, option, len, pbuf, offset) do { LWIP_UNUSED_ARG(msg); } while(0) 250 * Set the DHCPv6 state 251 * If the state changed, reset the number of tries. 256 LWIP_DEBUGF(DHCP6_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("DHCPv6 state: %d -> %d (%s)\n", in dhcp6_set_state() 257 dhcp6->state, new_state, dbg_caller)); in dhcp6_set_state() 258 if (new_state != dhcp6->state) { in dhcp6_set_state() 259 dhcp6->state = new_state; in dhcp6_set_state() 268 if ((dhcp6->state == DHCP6_STATE_STATELESS_IDLE) || in dhcp6_stateless_enabled() 269 (dhcp6->state in dhcp6_stateless_enabled() [all...] |
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-code-generator.cc | 13 #include "src/maglev/maglev-code-gen-state.h" 101 void Process(NodeT* node, const ProcessingState& state) { in Process() argument 112 state); in Process() 115 node->GenerateCode(code_gen_state_, state); in Process() 226 const ProcessingState& state) { in EmitBlockEndGapMoves() 229 __ RecordComment("-- Target has no state, must be a fallthrough"); in EmitBlockEndGapMoves() 233 int predecessor_id = state.block()->predecessor_id(); in EmitBlockEndGapMoves() 251 for (auto entry : target->state()->register_state()) { in EmitBlockEndGapMoves() 253 if (LoadMergeState(entry.state, &merge)) { in EmitBlockEndGapMoves() 271 phi->input(state in EmitBlockEndGapMoves() 225 EmitBlockEndGapMoves(UnconditionalControlNode* node, const ProcessingState& state) EmitBlockEndGapMoves() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_tess.c | 417 const struct pipe_shader_state *state) in draw_create_tess_ctrl_shader() 445 tcs->state = *state; in draw_create_tess_ctrl_shader() 447 nir_tgsi_scan_shader(state->ir.nir, &tcs->info, true); in draw_create_tess_ctrl_shader() 504 if (dtcs->state.type == PIPE_SHADER_IR_NIR && dtcs->state.ir.nir) in draw_delete_tess_ctrl_shader() 505 ralloc_free(dtcs->state.ir.nir); in draw_delete_tess_ctrl_shader() 519 const struct pipe_shader_state *state) in draw_create_tess_eval_shader() 546 tes->state = *state; in draw_create_tess_eval_shader() 416 draw_create_tess_ctrl_shader(struct draw_context *draw, const struct pipe_shader_state *state) draw_create_tess_ctrl_shader() argument 518 draw_create_tess_eval_shader(struct draw_context *draw, const struct pipe_shader_state *state) draw_create_tess_eval_shader() argument [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-esound-sink.c | 112 } state; member 195 if (new_state == s->thread_info.state) in sink_set_state_in_io_thread_cb() 201 pa_assert(PA_SINK_IS_OPENED(s->thread_info.state)); in sink_set_state_in_io_thread_cb() 213 if (s->thread_info.state == PA_SINK_SUSPENDED) in sink_set_state_in_io_thread_cb() 257 if (PA_SINK_IS_OPENED(u->sink->thread_info.state) && pollfd->revents) { in thread_func() 353 pollfd->events = (short) (PA_SINK_IS_OPENED(u->sink->thread_info.state) ? POLLOUT : 0); in thread_func() 409 if (!u->write_data && u->state == STATE_PREPARE) { in do_write() 435 u->state = STATE_RUNNING; in do_write() 444 switch (u->state) { in handle_response() 460 u->state in handle_response() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_main.c | 137 0x1B2140, /* dev state */ 138 0x1B2144, /* drv state */ 145 0x1B219C, /* npar state */ 354 if (test_bit(__QLCNIC_DEV_UP, &adapter->state)) { in qlcnic_set_mac() 364 if (test_bit(__QLCNIC_DEV_UP, &adapter->state)) { in qlcnic_set_mac() 449 while (test_and_set_bit(__QLCNIC_RESETTING, &adapter->state)) in qlcnic_82xx_cancel_idc_work() 620 test_and_set_bit(__QLCNIC_MULTI_TX_UNIQUE, &adapter->state); in qlcnic_check_multi_tx_capability() 1604 "Waiting for NPAR state to operational timeout\n"); in qlcnic_check_npar_opertional() 1692 dev_err(&adapter->pdev->dev, "Device state set to failed\n"); in qlcnic_82xx_start_firmware() 1868 if (test_bit(__QLCNIC_DEV_UP, &adapter->state)) in __qlcnic_up() 3183 qlcnic_set_drv_state(struct qlcnic_adapter *adapter, u8 state) qlcnic_set_drv_state() argument 3260 int act, state, active_mask; qlcnic_check_drv_state() local 3548 u32 state; qlcnic_set_npar_non_operational() local 3564 u32 state, xg_val = 0, gb_val = 0; qlcnic_82xx_dev_request_reset() local 3678 u32 state = 0, heartbeat; qlcnic_check_health() local 3857 qlcnic_82xx_io_error_detected(struct pci_dev *pdev, pci_channel_state_t state) qlcnic_82xx_io_error_detected() argument 3902 u32 state; qlcnic_82xx_io_resume() local 3912 qlcnic_io_error_detected(struct pci_dev *pdev, pci_channel_state_t state) qlcnic_io_error_detected() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_main.c | 136 0x1B2140, /* dev state */ 137 0x1B2144, /* drv state */ 144 0x1B219C, /* npar state */ 351 if (test_bit(__QLCNIC_DEV_UP, &adapter->state)) { in qlcnic_set_mac() 361 if (test_bit(__QLCNIC_DEV_UP, &adapter->state)) { in qlcnic_set_mac() 447 while (test_and_set_bit(__QLCNIC_RESETTING, &adapter->state)) in qlcnic_82xx_cancel_idc_work() 616 test_and_set_bit(__QLCNIC_MULTI_TX_UNIQUE, &adapter->state); in qlcnic_check_multi_tx_capability() 1600 "Waiting for NPAR state to operational timeout\n"); in qlcnic_check_npar_opertional() 1688 dev_err(&adapter->pdev->dev, "Device state set to failed\n"); in qlcnic_82xx_start_firmware() 1864 if (test_bit(__QLCNIC_DEV_UP, &adapter->state)) in __qlcnic_up() 3156 qlcnic_set_drv_state(struct qlcnic_adapter *adapter, u8 state) qlcnic_set_drv_state() argument 3233 int act, state, active_mask; qlcnic_check_drv_state() local 3519 u32 state; qlcnic_set_npar_non_operational() local 3535 u32 state, xg_val = 0, gb_val = 0; qlcnic_82xx_dev_request_reset() local 3649 u32 state = 0, heartbeat; qlcnic_check_health() local 3828 qlcnic_82xx_io_error_detected(struct pci_dev *pdev, pci_channel_state_t state) qlcnic_82xx_io_error_detected() argument 3873 u32 state; qlcnic_82xx_io_resume() local 3883 qlcnic_io_error_detected(struct pci_dev *pdev, pci_channel_state_t state) qlcnic_io_error_detected() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/musb/ |
H A D | musb_core.c | 467 * mode and sets A_IDLE. SoC glue needs to advance state further 468 * based on phy provided VBUS state. 504 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in musb_set_host() 516 * mode and sets B_IDLE. SoC glue needs to advance state further 517 * based on phy provided VBUS state. 551 musb->xceiv->otg->state = OTG_STATE_B_IDLE; in musb_set_peripheral() 601 switch (musb->xceiv->otg->state) { in musb_otg_timer_func() 606 musb->xceiv->otg->state = OTG_STATE_B_PERIPHERAL; in musb_otg_timer_func() 612 usb_otg_state_string(musb->xceiv->otg->state)); in musb_otg_timer_func() 614 musb->xceiv->otg->state in musb_otg_timer_func() [all...] |
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-generator.cc | 44 explicit Name##Assembler(compiler::CodeAssemblerState* state, \ 46 : BaseAssembler(state, bytecode, scale) {} \ 49 static void Generate(compiler::CodeAssemblerState* state, \ 55 void Name##Assembler::Generate(compiler::CodeAssemblerState* state, \ 57 Name##Assembler assembler(state, Bytecode::k##Name, scale); \ 58 state->SetInitialDebugInformation(#Name, __FILE__, __LINE__); \ 173 InterpreterLoadGlobalAssembler(CodeAssemblerState* state, Bytecode bytecode, in InterpreterLoadGlobalAssembler() argument 175 : InterpreterAssembler(state, bytecode, operand_scale) {} in InterpreterLoadGlobalAssembler() 181 AccessorAssembler accessor_asm(state()); in LdaGlobal() 245 // don't need to keep unnecessary state aliv in IGNITION_HANDLER() 354 InterpreterLookupContextSlotAssembler(CodeAssemblerState* state, Bytecode bytecode, OperandScale operand_scale) InterpreterLookupContextSlotAssembler() argument 407 InterpreterLookupGlobalAssembler(CodeAssemblerState* state, Bytecode bytecode, OperandScale operand_scale) InterpreterLookupGlobalAssembler() argument 594 InterpreterSetNamedPropertyAssembler(CodeAssemblerState* state, Bytecode bytecode, OperandScale operand_scale) InterpreterSetNamedPropertyAssembler() argument 869 InterpreterBinaryOpAssembler(CodeAssemblerState* state, Bytecode bytecode, OperandScale operand_scale) InterpreterBinaryOpAssembler() argument 998 InterpreterBitwiseBinaryOpAssembler(CodeAssemblerState* state, Bytecode bytecode, OperandScale operand_scale) InterpreterBitwiseBinaryOpAssembler() argument 1358 InterpreterJSCallAssembler(CodeAssemblerState* state, Bytecode bytecode, OperandScale operand_scale) InterpreterJSCallAssembler() argument 1603 InterpreterCompareOpAssembler(CodeAssemblerState* state, Bytecode bytecode, OperandScale operand_scale) InterpreterCompareOpAssembler() argument 3047 TNode<Smi> state = IGNITION_HANDLER() local [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_descriptors.c | 107 if (zink_batch_usage_matches(zds->batch_uses, batch->state) || in batch_add_desc_set() 108 !batch_ptr_add_usage(batch, batch->state->dd->desc_sets, zds)) in batch_add_desc_set() 112 zink_batch_usage_set(&zds->batch_uses, batch->state); in batch_add_desc_set() 175 a_k->state[i] != b_k->state[i]) in desc_state_equal() 190 hash ^= d_key->state[i]; in desc_state_hash() 192 hash = d_key->state[i]; in desc_state_hash() 580 ctx->gfx_pipeline_state.render_pass && ctx->gfx_pipeline_state.render_pass->state.rts[ctx->fb_state.nr_cbufs].mixed_zs) in zink_descriptor_util_image_layout_eval() 715 key->state[0] = ctx->dd->push_state[is_compute]; in populate_zds_key() 718 key->state[ in populate_zds_key() 1206 desc_set_sampler_add(struct zink_context *ctx, struct zink_descriptor_set *zds, struct zink_descriptor_surface *dsurf, struct zink_sampler_state *state, unsigned int i, bool cache_hit) desc_set_sampler_add() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/ |
H A D | fimc-lite.c | 168 * Set fimc->state to indicate stream off and the hardware shut down state. 181 streaming = fimc->state & (1 << ST_SENSOR_STREAM); in fimc_lite_reinit() 183 fimc->state &= ~(1 << ST_FLITE_RUN | 1 << ST_FLITE_OFF | in fimc_lite_reinit() 186 fimc->state |= (1 << ST_FLITE_SUSPENDED); in fimc_lite_reinit() 188 fimc->state &= ~(1 << ST_FLITE_PENDING | in fimc_lite_reinit() 223 set_bit(ST_FLITE_OFF, &fimc->state); in fimc_lite_stop_capture() 228 !test_bit(ST_FLITE_OFF, &fimc->state), in fimc_lite_stop_capture() 240 clear_bit(ST_FLITE_CONFIG, &fimc->state); in fimc_lite_config_update() 255 if (test_and_clear_bit(ST_FLITE_OFF, &fimc->state)) { in flite_irq_handler() [all...] |
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | xprt.c | 219 if (!test_bit(XPRT_CLOSE_WAIT, &xprt->state)) { in xprt_clear_locked() 221 clear_bit(XPRT_LOCKED, &xprt->state); in xprt_clear_locked() 240 if (test_and_set_bit(XPRT_LOCKED, &xprt->state)) { in xprt_reserve_xprt() 245 if (test_bit(XPRT_WRITE_SPACE, &xprt->state)) in xprt_reserve_xprt() 269 return test_bit(XPRT_CWND_WAIT, &xprt->state); in xprt_need_congestion_window_wait() 281 set_bit(XPRT_CWND_WAIT, &xprt->state); in xprt_set_congestion_window_wait() 288 clear_bit(XPRT_CWND_WAIT, &xprt->state); in xprt_test_and_clear_congestion_window_wait() 304 if (test_and_set_bit(XPRT_LOCKED, &xprt->state)) { in xprt_reserve_xprt_cong() 313 if (test_bit(XPRT_WRITE_SPACE, &xprt->state)) in xprt_reserve_xprt_cong() 339 if (test_bit(XPRT_LOCKED, &xprt->state) in xprt_lock_write() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | rv6xx_dpm.c | 434 struct rv6xx_ps *state) in rv6xx_calculate_engine_speed_stepping_parameters() 439 state->low.sclk; in rv6xx_calculate_engine_speed_stepping_parameters() 441 state->medium.sclk; in rv6xx_calculate_engine_speed_stepping_parameters() 443 state->high.sclk; in rv6xx_calculate_engine_speed_stepping_parameters() 451 struct rv6xx_ps *state) in rv6xx_calculate_memory_clock_stepping_parameters() 456 state->high.mclk; in rv6xx_calculate_memory_clock_stepping_parameters() 458 state->high.mclk; in rv6xx_calculate_memory_clock_stepping_parameters() 460 state->medium.mclk; in rv6xx_calculate_memory_clock_stepping_parameters() 462 state->low.mclk; in rv6xx_calculate_memory_clock_stepping_parameters() 466 if (state in rv6xx_calculate_memory_clock_stepping_parameters() 433 rv6xx_calculate_engine_speed_stepping_parameters(struct radeon_device *rdev, struct rv6xx_ps *state) rv6xx_calculate_engine_speed_stepping_parameters() argument 450 rv6xx_calculate_memory_clock_stepping_parameters(struct radeon_device *rdev, struct rv6xx_ps *state) rv6xx_calculate_memory_clock_stepping_parameters() argument 480 rv6xx_calculate_voltage_stepping_parameters(struct radeon_device *rdev, struct rv6xx_ps *state) rv6xx_calculate_voltage_stepping_parameters() argument 1018 rv6xx_calculate_ap(struct radeon_device *rdev, struct rv6xx_ps *state) rv6xx_calculate_ap() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_main.c | 274 irq->state = FUN_IRQ_INIT; in fun_alloc_qirq() 351 unsigned int start, int state) in free_txqs() 356 txqs[i] = funeth_txq_free(txqs[i], state); in free_txqs() 361 int state) in alloc_txqs() 369 state, &txqs[i]); in alloc_txqs() 379 unsigned int start, int state) in free_rxqs() 384 rxqs[i] = funeth_rxq_free(rxqs[i], state); in free_rxqs() 389 unsigned int start, int state) in alloc_rxqs() 398 state, &rxqs[i]); in alloc_rxqs() 408 unsigned int start, int state) in free_xdpqs() 350 free_txqs(struct funeth_txq **txqs, unsigned int nqs, unsigned int start, int state) free_txqs() argument 359 alloc_txqs(struct net_device *dev, struct funeth_txq **txqs, unsigned int nqs, unsigned int depth, unsigned int start, int state) alloc_txqs() argument 378 free_rxqs(struct funeth_rxq **rxqs, unsigned int nqs, unsigned int start, int state) free_rxqs() argument 387 alloc_rxqs(struct net_device *dev, struct funeth_rxq **rxqs, unsigned int nqs, unsigned int ncqe, unsigned int nrqe, unsigned int start, int state) alloc_rxqs() argument 407 free_xdpqs(struct funeth_txq **xdpqs, unsigned int nqs, unsigned int start, int state) free_xdpqs() argument 419 alloc_xdpqs(struct net_device *dev, unsigned int nqs, unsigned int depth, unsigned int start, int state) alloc_xdpqs() argument [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | transaction.c | 186 ASSERT(cur_trans->state == TRANS_STATE_COMMIT_DOING); in switch_commit_roots() 284 if (btrfs_blocked_trans_types[cur_trans->state] & type) { in join_transaction() 344 cur_trans->state = TRANS_STATE_RUNNING; in join_transaction() 409 if ((test_bit(BTRFS_ROOT_SHAREABLE, &root->state) && in record_root_in_trans() 418 set_bit(BTRFS_ROOT_IN_TRANS_SETUP, &root->state); in record_root_in_trans() 457 clear_bit(BTRFS_ROOT_IN_TRANS_SETUP, &root->state); in record_root_in_trans() 488 if (!test_bit(BTRFS_ROOT_SHAREABLE, &root->state)) in btrfs_record_root_in_trans() 497 !test_bit(BTRFS_ROOT_IN_TRANS_SETUP, &root->state)) in btrfs_record_root_in_trans() 509 return (trans->state >= TRANS_STATE_COMMIT_START && in is_transaction_blocked() 510 trans->state < TRANS_STATE_UNBLOCKE in is_transaction_blocked() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-lite.c | 168 * Set fimc->state to indicate stream off and the hardware shut down state. 181 streaming = fimc->state & (1 << ST_SENSOR_STREAM); in fimc_lite_reinit() 183 fimc->state &= ~(1 << ST_FLITE_RUN | 1 << ST_FLITE_OFF | in fimc_lite_reinit() 186 fimc->state |= (1 << ST_FLITE_SUSPENDED); in fimc_lite_reinit() 188 fimc->state &= ~(1 << ST_FLITE_PENDING | in fimc_lite_reinit() 223 set_bit(ST_FLITE_OFF, &fimc->state); in fimc_lite_stop_capture() 228 !test_bit(ST_FLITE_OFF, &fimc->state), in fimc_lite_stop_capture() 240 clear_bit(ST_FLITE_CONFIG, &fimc->state); in fimc_lite_config_update() 255 if (test_and_clear_bit(ST_FLITE_OFF, &fimc->state)) { in flite_irq_handler() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | rv6xx_dpm.c | 434 struct rv6xx_ps *state) in rv6xx_calculate_engine_speed_stepping_parameters() 439 state->low.sclk; in rv6xx_calculate_engine_speed_stepping_parameters() 441 state->medium.sclk; in rv6xx_calculate_engine_speed_stepping_parameters() 443 state->high.sclk; in rv6xx_calculate_engine_speed_stepping_parameters() 451 struct rv6xx_ps *state) in rv6xx_calculate_memory_clock_stepping_parameters() 456 state->high.mclk; in rv6xx_calculate_memory_clock_stepping_parameters() 458 state->high.mclk; in rv6xx_calculate_memory_clock_stepping_parameters() 460 state->medium.mclk; in rv6xx_calculate_memory_clock_stepping_parameters() 462 state->low.mclk; in rv6xx_calculate_memory_clock_stepping_parameters() 466 if (state in rv6xx_calculate_memory_clock_stepping_parameters() 433 rv6xx_calculate_engine_speed_stepping_parameters(struct radeon_device *rdev, struct rv6xx_ps *state) rv6xx_calculate_engine_speed_stepping_parameters() argument 450 rv6xx_calculate_memory_clock_stepping_parameters(struct radeon_device *rdev, struct rv6xx_ps *state) rv6xx_calculate_memory_clock_stepping_parameters() argument 480 rv6xx_calculate_voltage_stepping_parameters(struct radeon_device *rdev, struct rv6xx_ps *state) rv6xx_calculate_voltage_stepping_parameters() argument 1018 rv6xx_calculate_ap(struct radeon_device *rdev, struct rv6xx_ps *state) rv6xx_calculate_ap() argument [all...] |
/third_party/lzma/Asm/x86/ |
H A D | LzmaDecOpt.asm | 75 ; x8 state
88 state equ x8
define 583 ; prob = probs + IsMatch + (state << kNumPosBitsMax) + posState;
678 mov state, GLOB_2 state_Spec
679 shl state, PSHIFT
698 cmp state, 4 * PMULT
700 cmp state, kNumLitStates * PMULT
710 xor state, state
758 add state, kNumState [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop2.c | 600 * @loader_protect: loader logo protect state 1204 adjusted_mode = &done_vp->rockchip_crtc.crtc.state->adjusted_mode; in vop2_pending_done_bits() 1225 first_mode = &first_done_vp->rockchip_crtc.crtc.state->adjusted_mode; in vop2_pending_done_bits() 1232 second_mode = &second_done_vp->rockchip_crtc.crtc.state->adjusted_mode; in vop2_pending_done_bits() 1276 struct rockchip_crtc_state *vcstate = to_rockchip_crtc_state(crtc->state); in rk3588_vop2_dsc_cfg_done() 1345 struct rockchip_crtc_state *vcstate = to_rockchip_crtc_state(crtc->state); in rk3588_vop2_cfg_done() 2340 struct rockchip_crtc_state *vcstate = to_rockchip_crtc_state(vp->rockchip_crtc.crtc.state); in vop2_setup_csc_mode() 2530 if (connector->state) { in vop2_wb_connector_reset() 2531 __drm_atomic_helper_connector_destroy_state(connector->state); in vop2_wb_connector_reset() 2532 kfree(connector->state); in vop2_wb_connector_reset() 3446 struct drm_atomic_state *state = pstate->state; vop2_cluster_two_win_mode_check() local 3548 vop2_plane_atomic_check(struct drm_plane *plane, struct drm_plane_state *state) vop2_plane_atomic_check() argument 4269 struct drm_atomic_state *state; rockchip_atomic_helper_update_plane() local 4327 struct drm_atomic_state *state; rockchip_atomic_helper_disable_plane() local 4406 vop2_atomic_plane_destroy_state(struct drm_plane *plane, struct drm_plane_state *state) vop2_atomic_plane_destroy_state() argument 4415 vop2_atomic_plane_set_property(struct drm_plane *plane, struct drm_plane_state *state, struct drm_property *property, uint64_t val) vop2_atomic_plane_set_property() argument 4447 vop2_atomic_plane_get_property(struct drm_plane *plane, const struct drm_plane_state *state, struct drm_property *property, uint64_t *val) vop2_atomic_plane_get_property() argument 4710 struct rockchip_crtc_state *state = to_rockchip_crtc_state(crtc->state); vop2_crtc_debugfs_dump() local 4988 struct drm_atomic_state *state = crtc_state->state; vop2_crtc_bandwidth() local 7390 vop2_crtc_destroy_state(struct drm_crtc *crtc, struct drm_crtc_state *state) vop2_crtc_destroy_state() argument 7462 vop2_crtc_atomic_get_property(struct drm_crtc *crtc, const struct drm_crtc_state *state, struct drm_property *property, uint64_t *val) vop2_crtc_atomic_get_property() argument 7513 vop2_crtc_atomic_set_property(struct drm_crtc *crtc, struct drm_crtc_state *state, struct drm_property *property, uint64_t val) vop2_crtc_atomic_set_property() argument [all...] |
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/ |
H A D | cgroup_event_handler.cpp | 190 const std::string& bundleName, int32_t state) in HandleApplicationStateChanged() 196 CGS_LOGD("%{public}s : %{public}d, %{public}s, %{public}d", __func__, uid, bundleName.c_str(), state); in HandleApplicationStateChanged() 199 if (state == (int32_t)(ApplicationState::APP_STATE_TERMINATED)) { in HandleApplicationStateChanged() 205 app->state_ = state; in HandleApplicationStateChanged() 209 const std::string& bundleName, int32_t state) in HandleProcessStateChanged() 216 pid, bundleName.c_str(), state); in HandleProcessStateChanged() 220 procRecord->processState_ = state; in HandleProcessStateChanged() 686 int32_t state = 0; in HandleReportWindowState() local 695 if (!ParseValue(windowId, "windowId", payload) || !ParseValue(state, "state", payloa in HandleReportWindowState() 189 HandleApplicationStateChanged(uid_t uid, pid_t pid, const std::string& bundleName, int32_t state) HandleApplicationStateChanged() argument 208 HandleProcessStateChanged(uid_t uid, pid_t pid, const std::string& bundleName, int32_t state) HandleProcessStateChanged() argument 732 UpdateActivepWebRenderInfo(int32_t uid, int32_t pid, int32_t windowId, int32_t state, const std::shared_ptr<ProcessRecord>& proc) UpdateActivepWebRenderInfo() argument 819 int32_t state = -1; HandleReportRunningLockEvent() local 936 int32_t state = -1; HandleReportAvCodecEvent() local [all...] |
/foundation/communication/dsoftbus/core/connection/common/src/ |
H A D | softbus_base_listener.c | 780 SelectThreadState *state = *statePtr; in CleanupSelectThreadState() local 781 if (state->ctrlRfd != 0) { in CleanupSelectThreadState() 782 ConnCloseSocket(state->ctrlRfd); in CleanupSelectThreadState() 784 if (state->ctrlWfd != 0) { in CleanupSelectThreadState() 785 ConnCloseSocket(state->ctrlWfd); in CleanupSelectThreadState() 788 CONN_LOGI(CONN_COMMON, "cleanup select thread state, traceId=%{public}d, ctrlRfd=%{public}d, ctrlWfd=%{public}d", in CleanupSelectThreadState() 789 state->traceId, state->ctrlRfd, state->ctrlWfd); in CleanupSelectThreadState() 790 (void)SoftBusMutexDestroy(&state in CleanupSelectThreadState() 1220 SelectThreadState *state = SoftBusCalloc(sizeof(SelectThreadState)); StartSelectThread() local [all...] |
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dvb_demux.c | 631 if (demux->filter[i].state == DMX_STATE_FREE) in dvb_dmx_filter_alloc() 637 demux->filter[i].state = DMX_STATE_ALLOCATED; in dvb_dmx_filter_alloc() 647 if (demux->feed[i].state == DMX_STATE_FREE) in dvb_dmx_feed_alloc() 653 demux->feed[i].state = DMX_STATE_ALLOCATED; in dvb_dmx_feed_alloc() 673 pr_err("%s: feed already in list (type=%x state=%x pid=%x)\n", in dvb_demux_feed_add() 674 __func__, feed->type, feed->state, feed->pid); in dvb_demux_feed_add() 687 pr_err("%s: feed not in list (type=%x state=%x pid=%x)\n", in dvb_demux_feed_del() 688 __func__, feed->type, feed->state, feed->pid); in dvb_demux_feed_del() 732 feed->state = DMX_STATE_READY; in dmx_ts_feed_set() 747 if (feed->state ! in dmx_ts_feed_start_filtering() [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
H A D | ispvideo.c | 393 enum isp_pipeline_state state; in isp_video_buffer_queue() local 413 state = ISP_PIPELINE_QUEUE_OUTPUT; in isp_video_buffer_queue() 415 state = ISP_PIPELINE_QUEUE_INPUT; in isp_video_buffer_queue() 418 pipe->state |= state; in isp_video_buffer_queue() 424 pipe->state |= ISP_PIPELINE_STREAM; in isp_video_buffer_queue() 436 * @state: new state for the returned buffers 438 * Return all buffers queued on the video node to videobuf2 in the given state. 439 * The buffer state shoul 444 omap3isp_video_return_buffers(struct isp_video *video, enum vb2_buffer_state state) omap3isp_video_return_buffers() argument 563 enum isp_pipeline_state state; omap3isp_video_buffer_next() local 1083 enum isp_pipeline_state state; isp_video_streamon() local 1191 enum isp_pipeline_state state; isp_video_streamoff() local [all...] |
/kernel/linux/linux-5.10/sound/pci/ctxfi/ |
H A D | ctmixer.c | 275 enum CTALSA_MIXER_CTL type, unsigned char state) in set_switch_state() 277 if (state) in set_switch_state() 499 do_digit_io_switch(struct ct_atc *atc, int state) in do_digit_io_switch() argument 503 if (state) { in do_digit_io_switch() 523 static void do_switch(struct ct_atc *atc, enum CTALSA_MIXER_CTL type, int state) in do_switch() argument 530 if (state) { in do_switch() 541 if (state) in do_switch() 543 atc->line_in_unmute(atc, state); in do_switch() 545 atc->line_in_unmute(atc, state); in do_switch() 547 atc->mic_unmute(atc, state); in do_switch() 274 set_switch_state(struct ct_mixer *mixer, enum CTALSA_MIXER_CTL type, unsigned char state) set_switch_state() argument 595 int state; ct_alsa_mix_switch_put() local 1122 int i, state; mixer_resume() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
H A D | msm_gpu.c | 275 struct msm_gpu_state *state; in msm_gpu_devcoredump_read() local 277 state = msm_gpu_crashstate_get(gpu); in msm_gpu_devcoredump_read() 278 if (!state) in msm_gpu_devcoredump_read() 292 state->time.tv_sec, state->time.tv_nsec); in msm_gpu_devcoredump_read() 293 if (state->comm) in msm_gpu_devcoredump_read() 294 drm_printf(&p, "comm: %s\n", state->comm); in msm_gpu_devcoredump_read() 295 if (state->cmd) in msm_gpu_devcoredump_read() 296 drm_printf(&p, "cmdline: %s\n", state->cmd); in msm_gpu_devcoredump_read() 298 gpu->funcs->show(gpu, state, in msm_gpu_devcoredump_read() 312 msm_gpu_crashstate_get_bo(struct msm_gpu_state *state, struct msm_gem_object *obj, u64 iova, u32 flags) msm_gpu_crashstate_get_bo() argument 346 struct msm_gpu_state *state; msm_gpu_crashstate_capture() local [all...] |