Home
last modified time | relevance | path

Searched refs:wait_for_state (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/proc/
H A Dproc-maps-race.c321 static void wait_for_state(struct vma_modifier_info *mod_info, enum test_state state)
339 wait_for_state(mod_info, SETUP_READY); in query_addr_at()
443 wait_for_state(self->mod_info, SETUP_MAPS_MODIFIED); in FIXTURE_SETUP()
452 wait_for_state(self->mod_info, SETUP_MAPS_RESTORED); in FIXTURE_SETUP()
620 wait_for_state(mod_info, PARENT_READY); in TEST_F()
623 wait_for_state(mod_info, SETUP_MODIFY_MAPS); in TEST_F()
629 wait_for_state(mod_info, SETUP_RESTORE_MAPS); in TEST_F()
633 wait_for_state(mod_info, TEST_READY); in TEST_F()
659 wait_for_state(mod_info, CHILD_READY); in TEST_F()
726 wait_for_state(mod_inf in TEST_F()
171 static void wait_for_state(struct vma_modifier_info *mod_info, enum test_state state) wait_for_state() function
[all...]
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn301/
H A Ddcn301_optc.c129 .wait_for_state = optc1_wait_for_state,
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn201/
H A Ddcn201_optc.c149 .wait_for_state = optc1_wait_for_state,
/linux/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_timing_generator.c215 .wait_for_state = dce110_tg_wait_for_state,
/linux/drivers/tty/hvc/
H A Dhvsi.c530 static int wait_for_state(struct hvsi_struct *hp, int state) in wait_for_state() function
1069 hvsi_wait = wait_for_state; /* irqs active now */ in hvsi_init()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c5105 top_pipe_to_program->stream_res.tg->funcs->wait_for_state( in populate_fast_updates()
5108 top_pipe_to_program->stream_res.tg->funcs->wait_for_state( in populate_fast_updates()
5111 top_pipe_to_program->stream_res.tg->funcs->wait_for_state( in populate_fast_updates()
6434 pipe->stream_res.tg->funcs->wait_for_state(pipe->stream_res.tg, CRTC_STATE_VACTIVE); in dc_notify_vsync_int_state()
6435 pipe->stream_res.tg->funcs->wait_for_state(pipe->stream_res.tg, CRTC_STATE_VBLANK); in dc_notify_vsync_int_state()
6436 pipe->stream_res.tg->funcs->wait_for_state(pipe->stream_res.tg, CRTC_STATE_VACTIVE); in dc_notify_vsync_int_state()
H A Ddc_hw_sequencer.c2769 if (tg->funcs->wait_for_state) in hwss_hubp_prepare_subvp_buffering()
2770 tg->funcs->wait_for_state(tg, state); in hwss_hubp_prepare_subvp_buffering()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c2897 tg->funcs->wait_for_state(tg, CRTC_STATE_VACTIVE); in dce110_enable_per_frame_crtc_position_reset()
2898 tg->funcs->wait_for_state(tg, CRTC_STATE_VBLANK); in dce110_enable_per_frame_crtc_position_reset()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2225 pipe_ctx->stream_res.tg->funcs->wait_for_state(pipe_ctx->stream_res.tg, CRTC_STATE_VACTIVE); in dcn401_program_pipe_sequence()