Symbol: wait_for_state
drivers/gpu/drm/amd/display/dc/core/dc.c
5105
top_pipe_to_program->stream_res.tg->funcs->wait_for_state(
drivers/gpu/drm/amd/display/dc/core/dc.c
5108
top_pipe_to_program->stream_res.tg->funcs->wait_for_state(
drivers/gpu/drm/amd/display/dc/core/dc.c
5111
top_pipe_to_program->stream_res.tg->funcs->wait_for_state(
drivers/gpu/drm/amd/display/dc/core/dc.c
6479
pipe->stream_res.tg->funcs->wait_for_state(pipe->stream_res.tg, CRTC_STATE_VACTIVE);
drivers/gpu/drm/amd/display/dc/core/dc.c
6480
pipe->stream_res.tg->funcs->wait_for_state(pipe->stream_res.tg, CRTC_STATE_VBLANK);
drivers/gpu/drm/amd/display/dc/core/dc.c
6481
pipe->stream_res.tg->funcs->wait_for_state(pipe->stream_res.tg, CRTC_STATE_VACTIVE);
drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c
2769
if (tg->funcs->wait_for_state)
drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c
2770
tg->funcs->wait_for_state(tg, state);
drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c
2317
.wait_for_state = dce110_tg_wait_for_state,
drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator_v.c
679
.wait_for_state = dce110_timing_generator_v_wait_for_state,
drivers/gpu/drm/amd/display/dc/dce120/dce120_timing_generator.c
1236
.wait_for_state = dce120_tg_wait_for_state,
drivers/gpu/drm/amd/display/dc/dce60/dce60_timing_generator.c
215
.wait_for_state = dce110_tg_wait_for_state,
drivers/gpu/drm/amd/display/dc/dce80/dce80_timing_generator.c
202
.wait_for_state = dce110_tg_wait_for_state,
drivers/gpu/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c
2897
tg->funcs->wait_for_state(tg, CRTC_STATE_VACTIVE);
drivers/gpu/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c
2898
tg->funcs->wait_for_state(tg, CRTC_STATE_VBLANK);
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
2339
tg->funcs->wait_for_state(tg, CRTC_STATE_VACTIVE);
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
2340
tg->funcs->wait_for_state(tg, CRTC_STATE_VBLANK);
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
3230
stream_res->tg->funcs->wait_for_state(stream_res->tg, CRTC_STATE_VBLANK);
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
3330
pipe_ctx->stream_res.tg->funcs->wait_for_state(pipe_ctx->stream_res.tg, CRTC_STATE_VBLANK);
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
3331
pipe_ctx->stream_res.tg->funcs->wait_for_state(pipe_ctx->stream_res.tg, CRTC_STATE_VACTIVE);
drivers/gpu/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c
1917
pipe_ctx->stream_res.tg->funcs->wait_for_state(pipe_ctx->stream_res.tg, CRTC_STATE_VACTIVE);
drivers/gpu/drm/amd/display/dc/hwss/dcn30/dcn30_hwseq.c
852
pipe_ctx->stream_res.tg->funcs->wait_for_state(pipe_ctx->stream_res.tg, CRTC_STATE_VACTIVE);
drivers/gpu/drm/amd/display/dc/hwss/dcn30/dcn30_hwseq.c
853
pipe_ctx->stream_res.tg->funcs->wait_for_state(pipe_ctx->stream_res.tg, CRTC_STATE_VBLANK);
drivers/gpu/drm/amd/display/dc/hwss/dcn30/dcn30_hwseq.c
854
pipe_ctx->stream_res.tg->funcs->wait_for_state(pipe_ctx->stream_res.tg, CRTC_STATE_VACTIVE);
drivers/gpu/drm/amd/display/dc/hwss/dcn30/dcn30_hwseq.c
855
pipe_ctx->stream_res.tg->funcs->wait_for_state(pipe_ctx->stream_res.tg, CRTC_STATE_VBLANK);
drivers/gpu/drm/amd/display/dc/hwss/dcn30/dcn30_hwseq.c
856
pipe_ctx->stream_res.tg->funcs->wait_for_state(pipe_ctx->stream_res.tg, CRTC_STATE_VACTIVE);
drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c
1611
old_pipe->stream_res.tg->funcs->wait_for_state(
drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c
1614
old_pipe->stream_res.tg->funcs->wait_for_state(
drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c
416
pipe->stream_res.tg->funcs->wait_for_state(pipe->stream_res.tg, CRTC_STATE_VBLANK);
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
2225
pipe_ctx->stream_res.tg->funcs->wait_for_state(pipe_ctx->stream_res.tg, CRTC_STATE_VACTIVE);
drivers/gpu/drm/amd/display/dc/inc/hw/timing_generator.h
382
void (*wait_for_state)(struct timing_generator *tg,
drivers/gpu/drm/amd/display/dc/link/accessories/link_dp_cts.c
896
pipe_ctx->stream_res.tg->funcs->wait_for_state(pipe_ctx->stream_res.tg,
drivers/gpu/drm/amd/display/dc/link/accessories/link_dp_cts.c
898
pipe_ctx->stream_res.tg->funcs->wait_for_state(pipe_ctx->stream_res.tg,
drivers/gpu/drm/amd/display/dc/link/accessories/link_dp_cts.c
900
pipe_ctx->stream_res.tg->funcs->wait_for_state(pipe_ctx->stream_res.tg,
drivers/gpu/drm/amd/display/dc/optc/dcn10/dcn10_optc.c
1642
.wait_for_state = optc1_wait_for_state,
drivers/gpu/drm/amd/display/dc/optc/dcn20/dcn20_optc.c
524
.wait_for_state = optc1_wait_for_state,
drivers/gpu/drm/amd/display/dc/optc/dcn201/dcn201_optc.c
149
.wait_for_state = optc1_wait_for_state,
drivers/gpu/drm/amd/display/dc/optc/dcn30/dcn30_optc.c
384
.wait_for_state = optc1_wait_for_state,
drivers/gpu/drm/amd/display/dc/optc/dcn301/dcn301_optc.c
129
.wait_for_state = optc1_wait_for_state,
drivers/gpu/drm/amd/display/dc/optc/dcn31/dcn31_optc.c
469
.wait_for_state = optc1_wait_for_state,
drivers/gpu/drm/amd/display/dc/optc/dcn314/dcn314_optc.c
215
.wait_for_state = optc1_wait_for_state,
drivers/gpu/drm/amd/display/dc/optc/dcn32/dcn32_optc.c
320
.wait_for_state = optc1_wait_for_state,
drivers/gpu/drm/amd/display/dc/optc/dcn35/dcn35_optc.c
562
.wait_for_state = optc1_wait_for_state,
drivers/gpu/drm/amd/display/dc/optc/dcn401/dcn401_optc.c
488
.wait_for_state = optc1_wait_for_state,
drivers/gpu/drm/amd/display/dc/optc/dcn42/dcn42_optc.c
216
.wait_for_state = optc1_wait_for_state,
drivers/tty/hvc/hvsi.c
1069
hvsi_wait = wait_for_state; /* irqs active now */
tools/testing/selftests/proc/proc-maps-race.c
339
wait_for_state(mod_info, SETUP_READY);
tools/testing/selftests/proc/proc-maps-race.c
443
wait_for_state(self->mod_info, SETUP_MAPS_MODIFIED);
tools/testing/selftests/proc/proc-maps-race.c
452
wait_for_state(self->mod_info, SETUP_MAPS_RESTORED);
tools/testing/selftests/proc/proc-maps-race.c
620
wait_for_state(mod_info, PARENT_READY);
tools/testing/selftests/proc/proc-maps-race.c
623
wait_for_state(mod_info, SETUP_MODIFY_MAPS);
tools/testing/selftests/proc/proc-maps-race.c
629
wait_for_state(mod_info, SETUP_RESTORE_MAPS);
tools/testing/selftests/proc/proc-maps-race.c
633
wait_for_state(mod_info, TEST_READY);
tools/testing/selftests/proc/proc-maps-race.c
659
wait_for_state(mod_info, CHILD_READY);
tools/testing/selftests/proc/proc-maps-race.c
726
wait_for_state(mod_info, SETUP_READY);
tools/testing/selftests/proc/proc-maps-race.c
820
wait_for_state(mod_info, SETUP_READY);
tools/testing/selftests/proc/proc-maps-race.c
901
wait_for_state(mod_info, SETUP_READY);