Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_intel.c694 if (chip->get_position[stream]) in azx_position_ok()
695 pos = chip->get_position[stream](chip, azx_dev); in azx_position_ok()
701 chip->get_position[stream] = azx_get_pos_lpib; in azx_position_ok()
702 if (chip->get_position[0] == azx_get_pos_lpib && in azx_position_ok()
703 chip->get_position[1] == azx_get_pos_lpib) in azx_position_ok()
708 chip->get_position[stream] = azx_get_pos_posbuf; in azx_position_ok()
1621 chip->get_position[0] = chip->get_position[1] = callbacks[fix]; in assign_position_fix()
1625 chip->get_position[1] = NULL; in assign_position_fix()
H A Dhda_controller.h117 azx_get_pos_callback_t get_position[2]; member
H A Dhda_controller.c298 if (chip->get_position[stream]) in azx_get_position()
299 pos = chip->get_position[stream](chip, azx_dev); in azx_get_position()
1189 if (chip->get_position[0] != azx_get_pos_lpib || in azx_bus_init()
1190 chip->get_position[1] != azx_get_pos_lpib) in azx_bus_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_init.c61 .get_position = dcn10_get_position,
H A Ddcn10_optc.c684 optc->funcs->get_position(optc, &position1); in optc1_is_counter_moving()
685 optc->funcs->get_position(optc, &position2); in optc1_is_counter_moving()
1506 .get_position = optc1_get_position,
H A Ddcn10_hw_sequencer.c1750 if (!dc->hwss.calc_vupdate_position || !dc->hwss.get_position) in delay_cursor_until_vupdate()
1759 dc->hwss.get_position(&pipe_ctx, 1, &position); in delay_cursor_until_vupdate()
3168 pipe_ctx[i]->stream_res.tg->funcs->get_position(pipe_ctx[i]->stream_res.tg, position); in dcn10_get_position()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_init.c63 .get_position = dcn10_get_position,
H A Ddcn20_optc.c427 .get_position = optc1_get_position,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_init.c64 .get_position = dcn10_get_position,
H A Ddcn30_optc.c297 .get_position = optc1_get_position,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_init.c64 .get_position = dcn10_get_position,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce80/
H A Ddce80_timing_generator.c191 .get_position = dce110_timing_generator_get_position,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_timing_generator.c210 .get_position = dce110_timing_generator_get_position,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/
H A Dhw_sequencer.h96 void (*get_position)(struct pipe_ctx **pipe_ctx, int num_pipes, member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h175 void (*get_position)(struct timing_generator *tg, member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_debug.c326 pipe_ctx->stream_res.tg->funcs->get_position(pipe_ctx->stream_res.tg, &position); in context_timing_trace()
H A Ddc.c325 dc->hwss.get_position(&pipe, 1, &position); in dc_stream_get_crtc_position()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.c1404 tg->funcs->get_position(tg, &position1); in dce110_timing_generator_is_counter_moving()
1405 tg->funcs->get_position(tg, &position2); in dce110_timing_generator_is_counter_moving()
2215 .get_position = dce110_timing_generator_get_position,
H A Ddce110_timing_generator_v.c667 .get_position = NULL, /* Not to be implemented for underlay*/
H A Ddce110_hw_sequencer.c1814 static void get_position(struct pipe_ctx **pipe_ctx, in get_position() function
1823 pipe_ctx[i]->stream_res.tg->funcs->get_position(pipe_ctx[i]->stream_res.tg, position); in get_position()
2890 .get_position = get_position,
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Defistub.h503 efi_status_t (__efiapi *get_position)(efi_file_protocol_t *, u64 *);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce120/
H A Ddce120_timing_generator.c1216 .get_position = dce120_timing_generator_get_crtc_position,