Home
last modified time | relevance | path

Searched refs:get_position (Results 1 – 17 of 17) sorted by relevance

/linux/sound/hda/controllers/
H A Dcix-ipbloq.c207 chip->get_position[0] = chip->get_position[1] = azx_get_pos_lpib; in cix_ipbloq_hda_create()
H A Dintel.c664 if (chip->get_position[stream]) in azx_position_ok()
665 pos = chip->get_position[stream](chip, azx_dev); in azx_position_ok()
671 chip->get_position[stream] = azx_get_pos_lpib; in azx_position_ok()
672 if (chip->get_position[0] == azx_get_pos_lpib && in azx_position_ok()
673 chip->get_position[1] == azx_get_pos_lpib) in azx_position_ok()
678 chip->get_position[stream] = azx_get_pos_posbuf; in azx_position_ok()
1577 chip->get_position[0] = chip->get_position[1] = callbacks[fix]; in assign_position_fix()
1581 chip->get_position[1] = NULL; in assign_position_fix()
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn301/
H A Ddcn301_optc.c123 .get_position = optc1_get_position,
/linux/sound/hda/common/
H A Dhda_controller.h116 azx_get_pos_callback_t get_position[2]; member
H A Dcontroller.c294 if (chip->get_position[stream]) in azx_get_position()
295 pos = chip->get_position[stream](chip, azx_dev); in azx_get_position()
1165 if (chip->get_position[0] != azx_get_pos_lpib || in azx_bus_init()
1166 chip->get_position[1] != azx_get_pos_lpib) in azx_bus_init()
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn201/
H A Ddcn201_optc.c143 .get_position = optc1_get_position,
/linux/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_timing_generator.c211 .get_position = dce110_timing_generator_get_position,
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn30/
H A Ddcn30_optc.c371 .get_position = optc1_get_position,
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn20/
H A Ddcn20_optc.c516 .get_position = optc1_get_position,
/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.c1399 tg->funcs->get_position(tg, &position1); in dce110_timing_generator_is_counter_moving()
1400 tg->funcs->get_position(tg, &position2); in dce110_timing_generator_is_counter_moving()
2304 .get_position = dce110_timing_generator_get_position,
H A Ddce110_timing_generator_v.c667 .get_position = NULL, /* Not to be implemented for underlay*/
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn35/
H A Ddcn35_optc.c555 .get_position = optc1_get_position,
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h364 void (*get_position)(struct timing_generator *tg, member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c2150 static void get_position(struct pipe_ctx **pipe_ctx, in get_position() function
2159 pipe_ctx[i]->stream_res.tg->funcs->get_position(pipe_ctx[i]->stream_res.tg, position); in get_position()
3394 .get_position = get_position,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c131 dc->hwss.get_position(&pipe_ctx, 1, &position); in dcn10_wait_for_pipe_update_if_needed()
189 dc->hwss.get_position(&pipe_ctx, 1, &position); in dcn10_set_wait_for_update_needed_for_pipe()
2199 if (!dc->hwss.calc_vupdate_position || !dc->hwss.get_position) in delay_cursor_until_vupdate()
2208 dc->hwss.get_position(&pipe_ctx, 1, &position); in delay_cursor_until_vupdate()
3455 pipe_ctx[i]->stream_res.tg->funcs->get_position(pipe_ctx[i]->stream_res.tg, position); in dcn10_get_position()
/linux/drivers/gpu/drm/amd/display/dc/dce120/
H A Ddce120_timing_generator.c1224 .get_position = dce120_timing_generator_get_crtc_position,
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h1050 void (*get_position)(struct pipe_ctx **pipe_ctx, int num_pipes, member