/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu7_baco.h | 29 extern int smu7_baco_get_state(struct pp_hwmgr *hwmgr, enum BACO_STATE *state); 30 extern int smu7_baco_set_state(struct pp_hwmgr *hwmgr, enum BACO_STATE state);
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/ |
H A D | isys_public.h | 20 /*! Read the state of INPUT_SYSTEM[ID] 22 \param state[out] pointer to input system state structure 23 \return none, state = INPUT_SYSTEM[ID].state 27 input_system_state_t *state); 28 /*! Dump the state of INPUT_SYSTEM[ID] 30 \param state[in] pointer to input system state structure 36 input_system_state_t *state); [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/ |
H A D | isys_public.h | 20 /*! Read the state of INPUT_SYSTEM[ID] 22 \param state[out] pointer to input system state structure 23 \return none, state = INPUT_SYSTEM[ID].state 27 input_system_state_t *state); 28 /*! Dump the state of INPUT_SYSTEM[ID] 30 \param state[in] pointer to input system state structure 36 input_system_state_t *state); [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu7_baco.h | 29 extern int smu7_baco_get_state(struct pp_hwmgr *hwmgr, enum BACO_STATE *state); 30 extern int smu7_baco_set_state(struct pp_hwmgr *hwmgr, enum BACO_STATE state);
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_random.cpp | 19 static void Bm_function_Getrandom(benchmark::State &state) in Bm_function_Getrandom() argument 22 for (auto _state: state) { in Bm_function_Getrandom()
|
H A D | libc_setjmp.cpp | 21 static void Bm_function_Setjmp(benchmark::State &state) in Bm_function_Setjmp() argument 23 for (auto _ : state) { in Bm_function_Setjmp()
|
H A D | libc_wait.cpp | 22 static void Bm_function_Wait(benchmark::State &state) in Bm_function_Wait() argument 28 for (auto _ : state) { in Bm_function_Wait()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | defer_bench.cpp | 21 static void Defer(benchmark::State& state) { in Defer() argument 22 for (auto _ : state) { in Defer()
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_vp9_req_lat_if.c | 323 * struct vdec_vp9_slice_state - decoding state 351 * @state: decoding state 375 struct vdec_vp9_slice_state state; member 385 * @state: decoding state 395 struct vdec_vp9_slice_state state[2]; member 437 * @dirty: state of each frame context 464 /* maintain vp9 reference frame state */ 669 * decode state in vdec_vp9_slice_vsi_from_remote() [all...] |
/kernel/linux/linux-5.10/drivers/hv/ |
H A D | hv_balloon.c | 485 * Driver specific state. 505 enum hv_dm_state state; member 527 * This state tracks if the host has specified a hot-add 1057 dm->state = DM_INITIALIZED; in hot_add_req() 1307 dm_device.state = DM_INITIALIZED; in balloon_up() 1375 dm->state = DM_INITIALIZED; in balloon_down() 1456 dm->state = DM_INIT_ERROR; in version_resp() 1465 dm->state = DM_INIT_ERROR; in cap_resp() 1508 if (dm->state == DM_BALLOON_UP) in balloon_onchannelcallback() 1511 dm->state in balloon_onchannelcallback() [all...] |
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | ad714x.c | 73 enum ad714x_device_state state; member 82 enum ad714x_device_state state; member 101 enum ad714x_device_state state; member 106 enum ad714x_device_state state; member 218 switch (sw->state) { in ad714x_button_state_machine() 225 sw->state = ACTIVE; in ad714x_button_state_machine() 235 sw->state = IDLE; in ad714x_button_state_machine() 350 switch (sw->state) { in ad714x_slider_state_machine() 353 sw->state = JITTER; in ad714x_slider_state_machine() 368 sw->state in ad714x_slider_state_machine() [all...] |
/kernel/linux/linux-6.6/drivers/net/can/ctucanfd/ |
H A D | ctucanfd_base.c | 49 * - when a buffer transitions to empty state, rotate order and priorities 51 * - it may be assumed that buffers transition to empty state in FIFO order (because we manage 155 * ctucan_state_to_str() - Converts CAN controller state code to corresponding text 156 * @state: CAN controller state code 158 * Return: Pointer to string representation of the error state 160 static const char *ctucan_state_to_str(enum can_state state) in ctucan_state_to_str() argument 164 if (state >= 0 && state < CAN_STATE_MAX) in ctucan_state_to_str() 165 txt = ctucan_state_strings[state]; in ctucan_state_to_str() 806 enum can_state state; ctucan_err_interrupt() local [all...] |
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-rockchip.c | 150 /* Driver state flags */ 185 atomic_t state; member 224 dev_warn(rs->dev, "spi controller is in busy state!\n"); in wait_for_tx_idle() 289 if (atomic_read(&rs->state) & TXDMA) in rockchip_spi_handle_err() 292 if (atomic_read(&rs->state) & RXDMA) in rockchip_spi_handle_err() 406 int state = atomic_fetch_andnot(RXDMA, &rs->state); in rockchip_spi_dma_rxcb() local 408 if (state & TXDMA && !rs->target_abort) in rockchip_spi_dma_rxcb() 422 int state = atomic_fetch_andnot(TXDMA, &rs->state); in rockchip_spi_dma_txcb() local 621 struct dma_tx_state state; rockchip_spi_target_abort() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/ |
H A D | qxl_display.c | 336 if (crtc->state->active) { in qxl_crtc_update_monitors_config() 368 crtc->state->active ? "on" : "off", reason); in qxl_crtc_update_monitors_config() 380 struct drm_atomic_state *state) in qxl_crtc_atomic_flush() 452 struct drm_atomic_state *state) in qxl_crtc_atomic_enable() 458 struct drm_atomic_state *state) in qxl_crtc_atomic_disable() 470 struct drm_atomic_state *state) in qxl_primary_atomic_check() 472 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in qxl_primary_atomic_check() 639 struct drm_atomic_state *state) in qxl_primary_atomic_update() 641 struct drm_plane_state *new_state = drm_atomic_get_new_plane_state(state, in qxl_primary_atomic_update() 660 qxl_primary_apply_cursor(qdev, plane->state); in qxl_primary_atomic_update() 379 qxl_crtc_atomic_flush(struct drm_crtc *crtc, struct drm_atomic_state *state) qxl_crtc_atomic_flush() argument 451 qxl_crtc_atomic_enable(struct drm_crtc *crtc, struct drm_atomic_state *state) qxl_crtc_atomic_enable() argument 457 qxl_crtc_atomic_disable(struct drm_crtc *crtc, struct drm_atomic_state *state) qxl_crtc_atomic_disable() argument 469 qxl_primary_atomic_check(struct drm_plane *plane, struct drm_atomic_state *state) qxl_primary_atomic_check() argument 638 qxl_primary_atomic_update(struct drm_plane *plane, struct drm_atomic_state *state) qxl_primary_atomic_update() argument 671 qxl_primary_atomic_disable(struct drm_plane *plane, struct drm_atomic_state *state) qxl_primary_atomic_disable() argument 688 qxl_cursor_atomic_update(struct drm_plane *plane, struct drm_atomic_state *state) qxl_cursor_atomic_update() argument 705 qxl_cursor_atomic_disable(struct drm_plane *plane, struct drm_atomic_state *state) qxl_cursor_atomic_disable() argument [all...] |
/kernel/linux/linux-6.6/drivers/iio/accel/ |
H A D | bma400_core.c | 1141 static int bma400_steps_event_enable(struct bma400_data *data, int state) in bma400_steps_event_enable() argument 1152 state)); in bma400_steps_event_enable() 1155 data->step_event_en = state; in bma400_steps_event_enable() 1161 int state) in bma400_activity_event_en() 1172 FIELD_PREP(BMA400_INT_GEN1_MSK, state)); in bma400_activity_event_en() 1179 FIELD_PREP(BMA400_INT_GEN2_MSK, state)); in bma400_activity_event_en() 1220 enum iio_event_direction dir, int state) in bma400_tap_event_en() 1237 if (data->sample_freq.hz != 200 && state) { in bma400_tap_event_en() 1244 FIELD_PREP(BMA400_S_TAP_MSK, state)); in bma400_tap_event_en() 1252 FIELD_PREP(BMA400_S_TAP_MSK, state)); in bma400_tap_event_en() 1159 bma400_activity_event_en(struct bma400_data *data, enum iio_event_direction dir, int state) bma400_activity_event_en() argument 1219 bma400_tap_event_en(struct bma400_data *data, enum iio_event_direction dir, int state) bma400_tap_event_en() argument 1293 bma400_write_event_config(struct iio_dev *indio_dev, const struct iio_chan_spec *chan, enum iio_event_type type, enum iio_event_direction dir, int state) bma400_write_event_config() argument 1528 bma400_data_rdy_trigger_set_state(struct iio_trigger *trig, bool state) bma400_data_rdy_trigger_set_state() argument [all...] |
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | ad714x.c | 73 enum ad714x_device_state state; member 82 enum ad714x_device_state state; member 101 enum ad714x_device_state state; member 106 enum ad714x_device_state state; member 218 switch (sw->state) { in ad714x_button_state_machine() 225 sw->state = ACTIVE; in ad714x_button_state_machine() 235 sw->state = IDLE; in ad714x_button_state_machine() 350 switch (sw->state) { in ad714x_slider_state_machine() 353 sw->state = JITTER; in ad714x_slider_state_machine() 368 sw->state in ad714x_slider_state_machine() [all...] |
/kernel/linux/linux-6.6/kernel/time/ |
H A D | hrtimer.c | 358 static bool hrtimer_fixup_init(void *addr, enum debug_obj_state state) in hrtimer_fixup_init() argument 362 switch (state) { in hrtimer_fixup_init() 377 static bool hrtimer_fixup_activate(void *addr, enum debug_obj_state state) in hrtimer_fixup_activate() argument 379 switch (state) { in hrtimer_fixup_activate() 392 static bool hrtimer_fixup_free(void *addr, enum debug_obj_state state) in hrtimer_fixup_free() argument 396 switch (state) { in hrtimer_fixup_free() 1050 if (WARN_ON(timer->state & HRTIMER_STATE_ENQUEUED)) in hrtimer_forward() 1093 WRITE_ONCE(timer->state, HRTIMER_STATE_ENQUEUED); in enqueue_hrtimer() 1113 u8 state = timer->state; in __remove_hrtimer() local 1142 u8 state = timer->state; remove_hrtimer() local [all...] |
/third_party/PyYAML/lib/yaml/ |
H A D | emitter.py | 47 # Emitter is a state machine with a stack of states to handle nested 50 self.state = self.expect_stream_start 107 # Reset the state attributes (to clear self-references) 109 self.state = None 115 self.state() 165 self.state = self.expect_first_document_start 203 self.state = self.expect_document_root 209 self.state = self.expect_nothing 221 self.state = self.expect_document_start 264 self.state [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_deref.c | 733 struct rematerialize_deref_state *state) in rematerialize_deref_in_block() 735 if (deref->instr.block == state->block) in rematerialize_deref_in_block() 738 if (!state->cache) { in rematerialize_deref_in_block() 739 state->cache = _mesa_pointer_hash_table_create(NULL); in rematerialize_deref_in_block() 742 struct hash_entry *cached = _mesa_hash_table_search(state->cache, deref); in rematerialize_deref_in_block() 746 nir_builder *b = &state->builder; in rematerialize_deref_in_block() 757 parent = rematerialize_deref_in_block(parent, state); in rematerialize_deref_in_block() 800 struct rematerialize_deref_state *state = _state; in rematerialize_deref_src() local 806 nir_deref_instr *block_deref = rematerialize_deref_in_block(deref, state); in rematerialize_deref_src() 811 state in rematerialize_deref_src() 732 rematerialize_deref_in_block(nir_deref_instr *deref, struct rematerialize_deref_state *state) rematerialize_deref_in_block() argument 829 struct rematerialize_deref_state state = { 0 }; nir_rematerialize_derefs_in_use_blocks_impl() local [all...] |
/third_party/mesa3d/src/panfrost/lib/genxml/ |
H A D | decode.c | 848 if (p->state) { in pandecode_dcd() 849 struct pandecode_mapped_memory *smem = pandecode_find_mapped_gpu_mem_containing(p->state); in pandecode_dcd() 850 uint32_t *cl = pandecode_fetch_gpu_mem(smem, p->state, pan_size(RENDERER_STATE)); in pandecode_dcd() 852 pan_unpack(cl, RENDERER_STATE, state); in pandecode_dcd() 854 if (state.shader.shader & ~0xF) in pandecode_dcd() 855 pandecode_shader_disassemble(state.shader.shader & ~0xF, job_no, job_type, gpu_id); in pandecode_dcd() 860 if (idvs && state.secondary_shader) in pandecode_dcd() 861 pandecode_shader_disassemble(state.secondary_shader, job_no, job_type, gpu_id); in pandecode_dcd() 863 DUMP_UNPACKED(RENDERER_STATE, state, "State:\n"); in pandecode_dcd() 867 attribute_count = state in pandecode_dcd() [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_debug.c | 161 static void si_dump_gfx_shader(struct si_context *ctx, const struct si_shader_ctx_state *state, in si_dump_gfx_shader() argument 164 struct si_shader *current = state->current; in si_dump_gfx_shader() 166 if (!state->cso || !current) in si_dump_gfx_shader() 178 const struct si_cs_shader_state *state = &ctx->cs_shader_state; in si_dump_compute_shader() local 180 if (!state->program) in si_dump_compute_shader() 185 chunk->shader = &state->program->shader; in si_dump_compute_shader() 186 si_compute_reference(&chunk->program, state->program); in si_dump_compute_shader() 583 struct pipe_framebuffer_state *state = &sctx->framebuffer.state; in si_dump_framebuffer() local 587 for (i = 0; i < state in si_dump_framebuffer() 803 si_dump_gfx_descriptors(struct si_context *sctx, const struct si_shader_ctx_state *state, struct u_log_context *log) si_dump_gfx_descriptors() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 57 // Additional objects needed to set a given dynamic state that need to exist beyond the state-setting call. Empty by default. 120 const VkDynamicState state = VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT; in BindVertexBuffersData() local 128 &state, // const VkDynamicState* pDynamicStates; in BindVertexBuffersData() 165 // Function that records a state-setting command in the given command buffer. 512 // Information about a dynamic state. 516 RecordStateFunction recorder; // Function that records the state to the command buffer being used. 519 // Returns the state info for a given dynamic state. 520 const StateInfo& getDynamicStateInfo (VkDynamicState state) in getDynamicStateInfo() argument 707 getDynamicStateData(Context& ctx, VkDevice device, VkDynamicState state) getDynamicStateData() argument 887 const auto& state = m_params.states[stateIdx]; iterateTransfer() local 1030 const auto& state = m_params.states[stateIdx]; iterateCompute() local 1074 getDynamicStateBriefName(VkDynamicState state) getDynamicStateBriefName() argument 1120 const auto state = dynamicStateList[stateIdx]; createDynamicStateComputeTests() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/ |
H A D | eapol_auth_sm.c | 2 * IEEE 802.1X-2004 Authenticator - EAPOL state machine 27 /* EAPOL state machines are described in IEEE Std 802.1X-2004, Chap. 8.2 */ 141 * eapol_port_timers_tick - Port Timers state machine 150 struct eapol_state_machine *state = timeout_ctx; in eapol_port_timers_tick() local 152 if (state->aWhile > 0) { in eapol_port_timers_tick() 153 state->aWhile--; in eapol_port_timers_tick() 154 if (state->aWhile == 0) { in eapol_port_timers_tick() 157 MAC2STR(state->addr)); in eapol_port_timers_tick() 161 if (state->quietWhile > 0) { in eapol_port_timers_tick() 162 state in eapol_port_timers_tick() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/ |
H A D | eapol_auth_sm.c | 2 * IEEE 802.1X-2004 Authenticator - EAPOL state machine 27 /* EAPOL state machines are described in IEEE Std 802.1X-2004, Chap. 8.2 */ 142 * eapol_port_timers_tick - Port Timers state machine 151 struct eapol_state_machine *state = timeout_ctx; in eapol_port_timers_tick() local 153 if (state->aWhile > 0) { in eapol_port_timers_tick() 154 state->aWhile--; in eapol_port_timers_tick() 155 if (state->aWhile == 0) { in eapol_port_timers_tick() 158 MAC2STR_SEC(state->addr)); in eapol_port_timers_tick() 162 if (state->quietWhile > 0) { in eapol_port_timers_tick() 163 state in eapol_port_timers_tick() [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw_cm.c | 569 "%s cm_node=%p state=%d\n", in i40iw_active_open_err() 572 cm_node->state); in i40iw_active_open_err() 577 cm_node->state = I40IW_CM_STATE_CLOSED; in i40iw_active_open_err() 590 cm_node->state = I40IW_CM_STATE_CLOSED; in i40iw_passive_open_err() 593 "%s cm_node=%p state =%d\n", in i40iw_passive_open_err() 596 cm_node->state); in i40iw_passive_open_err() 902 cm_node->state = I40IW_CM_STATE_FIN_WAIT1; in i40iw_send_mpa_reject() 946 if (cm_node->state != I40IW_CM_STATE_MPAREQ_SENT) { in i40iw_parse_mpa() 993 if (cm_node->state != I40IW_CM_STATE_MPAREQ_SENT) { in i40iw_parse_mpa() 1127 enum i40iw_cm_node_state state in i40iw_retrans_expired() local [all...] |