Searched refs:get_position (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/sound/pci/hda/ |
D | hda_intel.c | 753 if (chip->get_position[stream]) in azx_position_ok() 754 pos = chip->get_position[stream](chip, azx_dev); in azx_position_ok() 760 chip->get_position[stream] = azx_get_pos_lpib; in azx_position_ok() 761 if (chip->get_position[0] == azx_get_pos_lpib && in azx_position_ok() 762 chip->get_position[1] == azx_get_pos_lpib) in azx_position_ok() 767 chip->get_position[stream] = azx_get_pos_posbuf; in azx_position_ok() 1568 chip->get_position[0] = chip->get_position[1] = callbacks[fix]; in assign_position_fix() 1572 chip->get_position[1] = NULL; in assign_position_fix()
|
D | hda_controller.h | 136 azx_get_pos_callback_t get_position[2]; member
|
D | hda_controller.c | 312 if (chip->get_position[stream]) in azx_get_position() 313 pos = chip->get_position[stream](chip, azx_dev); in azx_get_position() 1262 if (chip->get_position[0] != azx_get_pos_lpib || in azx_bus_init() 1263 chip->get_position[1] != azx_get_pos_lpib) in azx_bus_init()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce80/ |
D | dce80_timing_generator.c | 186 .get_position = dce110_timing_generator_get_position,
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/ |
D | hw_sequencer.h | 188 void (*get_position)(struct pipe_ctx **pipe_ctx, int num_pipes, member
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | timing_generator.h | 149 void (*get_position)(struct timing_generator *tg, member
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_optc.c | 656 optc->funcs->get_position(optc, &position1); in optc1_is_counter_moving() 657 optc->funcs->get_position(optc, &position2); in optc1_is_counter_moving() 1402 .get_position = optc1_get_position,
|
D | dcn10_hw_sequencer.c | 2403 static void get_position(struct pipe_ctx **pipe_ctx, in get_position() function 2412 pipe_ctx[i]->stream_res.tg->funcs->get_position(pipe_ctx[i]->stream_res.tg, position); in get_position() 2676 .get_position = get_position,
|
/Linux-v4.19/include/linux/ |
D | efi.h | 858 u32 get_position; member 872 u64 get_position; member 889 void *get_position; member
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_debug.c | 329 pipe_ctx->stream_res.tg->funcs->get_position(pipe_ctx->stream_res.tg, &position); in context_timing_trace()
|
D | dc.c | 230 dc->hwss.get_position(&pipe, 1, &position); in dc_stream_get_crtc_position()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_timing_generator.c | 1399 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() 2205 .get_position = dce110_timing_generator_get_position,
|
D | dce110_timing_generator_v.c | 662 .get_position = NULL, /* Not to be implemented for underlay*/
|
D | dce110_hw_sequencer.c | 1735 static void get_position(struct pipe_ctx **pipe_ctx, in get_position() function 1744 pipe_ctx[i]->stream_res.tg->funcs->get_position(pipe_ctx[i]->stream_res.tg, position); in get_position() 2888 .get_position = get_position,
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce120/ |
D | dce120_timing_generator.c | 1120 .get_position = dce120_timing_generator_get_crtc_position,
|