Symbol: wait_for_state
drivers/gpu/drm/amd/display/dc/core/dc.c
4523
top_pipe_to_program->stream_res.tg->funcs->wait_for_state(
drivers/gpu/drm/amd/display/dc/core/dc.c
4526
top_pipe_to_program->stream_res.tg->funcs->wait_for_state(
drivers/gpu/drm/amd/display/dc/core/dc.c
4529
top_pipe_to_program->stream_res.tg->funcs->wait_for_state(
drivers/gpu/drm/amd/display/dc/core/dc.c
5800
pipe->stream_res.tg->funcs->wait_for_state(pipe->stream_res.tg, CRTC_STATE_VACTIVE);
drivers/gpu/drm/amd/display/dc/core/dc.c
5801
pipe->stream_res.tg->funcs->wait_for_state(pipe->stream_res.tg, CRTC_STATE_VBLANK);
drivers/gpu/drm/amd/display/dc/core/dc.c
5802
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
2382
if (tg->funcs->wait_for_state)
drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c
2383
tg->funcs->wait_for_state(tg, state);
drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c
2308
.wait_for_state = dce110_tg_wait_for_state,
drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator_v.c
670
.wait_for_state = dce110_timing_generator_v_wait_for_state,
drivers/gpu/drm/amd/display/dc/dce120/dce120_timing_generator.c
1229
.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
196
.wait_for_state = dce110_tg_wait_for_state,
drivers/gpu/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c
2704
tg->funcs->wait_for_state(tg, CRTC_STATE_VACTIVE);
drivers/gpu/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c
2705
tg->funcs->wait_for_state(tg, CRTC_STATE_VBLANK);
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
2294
tg->funcs->wait_for_state(tg, CRTC_STATE_VACTIVE);
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
2295
tg->funcs->wait_for_state(tg, CRTC_STATE_VBLANK);
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
3180
stream_res->tg->funcs->wait_for_state(stream_res->tg, CRTC_STATE_VBLANK);
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
3280
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
3281
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
1906
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
845
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
846
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
847
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
848
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
849
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
1593
old_pipe->stream_res.tg->funcs->wait_for_state(
drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c
1596
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
2125
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
381
void (*wait_for_state)(struct timing_generator *tg,
drivers/gpu/drm/amd/display/dc/link/accessories/link_dp_cts.c
921
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
923
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
925
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
1638
.wait_for_state = optc1_wait_for_state,
drivers/gpu/drm/amd/display/dc/optc/dcn20/dcn20_optc.c
522
.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
377
.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
466
.wait_for_state = optc1_wait_for_state,
drivers/gpu/drm/amd/display/dc/optc/dcn314/dcn314_optc.c
214
.wait_for_state = optc1_wait_for_state,
drivers/gpu/drm/amd/display/dc/optc/dcn32/dcn32_optc.c
319
.wait_for_state = optc1_wait_for_state,
drivers/gpu/drm/amd/display/dc/optc/dcn35/dcn35_optc.c
561
.wait_for_state = optc1_wait_for_state,
drivers/gpu/drm/amd/display/dc/optc/dcn401/dcn401_optc.c
486
.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
189
wait_for_state(mod_info, SETUP_READY);
tools/testing/selftests/proc/proc-maps-race.c
293
wait_for_state(self->mod_info, SETUP_MAPS_MODIFIED);
tools/testing/selftests/proc/proc-maps-race.c
302
wait_for_state(self->mod_info, SETUP_MAPS_RESTORED);
tools/testing/selftests/proc/proc-maps-race.c
467
wait_for_state(mod_info, PARENT_READY);
tools/testing/selftests/proc/proc-maps-race.c
470
wait_for_state(mod_info, SETUP_MODIFY_MAPS);
tools/testing/selftests/proc/proc-maps-race.c
476
wait_for_state(mod_info, SETUP_RESTORE_MAPS);
tools/testing/selftests/proc/proc-maps-race.c
480
wait_for_state(mod_info, TEST_READY);
tools/testing/selftests/proc/proc-maps-race.c
497
wait_for_state(mod_info, CHILD_READY);
tools/testing/selftests/proc/proc-maps-race.c
558
wait_for_state(mod_info, SETUP_READY);
tools/testing/selftests/proc/proc-maps-race.c
652
wait_for_state(mod_info, SETUP_READY);
tools/testing/selftests/proc/proc-maps-race.c
732
wait_for_state(mod_info, SETUP_READY);