Searched refs:get_position (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.4/sound/pci/hda/ |
| D | hda_intel.c | 685 if (chip->get_position[stream]) in azx_position_ok() 686 pos = chip->get_position[stream](chip, azx_dev); in azx_position_ok() 692 chip->get_position[stream] = azx_get_pos_lpib; in azx_position_ok() 693 if (chip->get_position[0] == azx_get_pos_lpib && in azx_position_ok() 694 chip->get_position[1] == azx_get_pos_lpib) in azx_position_ok() 699 chip->get_position[stream] = azx_get_pos_posbuf; in azx_position_ok() 1512 chip->get_position[0] = chip->get_position[1] = callbacks[fix]; in assign_position_fix() 1516 chip->get_position[1] = NULL; in assign_position_fix()
|
| D | hda_controller.h | 117 azx_get_pos_callback_t get_position[2]; member
|
| D | hda_controller.c | 301 if (chip->get_position[stream]) in azx_get_position() 302 pos = chip->get_position[stream](chip, azx_dev); in azx_get_position() 1237 if (chip->get_position[0] != azx_get_pos_lpib || in azx_bus_init() 1238 chip->get_position[1] != azx_get_pos_lpib) in azx_bus_init()
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce80/ |
| D | dce80_timing_generator.c | 191 .get_position = dce110_timing_generator_get_position,
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| D | timing_generator.h | 162 void (*get_position)(struct timing_generator *tg, member
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/ |
| D | dcn10_optc.c | 635 optc->funcs->get_position(optc, &position1); in optc1_is_counter_moving() 636 optc->funcs->get_position(optc, &position2); in optc1_is_counter_moving() 1485 .get_position = optc1_get_position,
|
| D | dcn10_hw_sequencer.c | 2786 pipe_ctx[i]->stream_res.tg->funcs->get_position(pipe_ctx[i]->stream_res.tg, position); in dcn10_get_position() 3344 .get_position = dcn10_get_position,
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/ |
| D | hw_sequencer.h | 244 void (*get_position)(struct pipe_ctx **pipe_ctx, int num_pipes, member
|
| /Linux-v5.4/include/linux/ |
| D | efi.h | 880 u32 get_position; member 894 u64 get_position; member 911 void *get_position; member
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/ |
| D | dcn20_optc.c | 414 .get_position = optc1_get_position,
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/ |
| D | dc_debug.c | 328 pipe_ctx->stream_res.tg->funcs->get_position(pipe_ctx->stream_res.tg, &position); in context_timing_trace()
|
| D | dc.c | 319 dc->hwss.get_position(&pipe, 1, &position); in dc_stream_get_crtc_position()
|
| /Linux-v5.4/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() 2210 .get_position = dce110_timing_generator_get_position,
|
| D | dce110_timing_generator_v.c | 667 .get_position = NULL, /* Not to be implemented for underlay*/
|
| D | dce110_hw_sequencer.c | 1748 static void get_position(struct pipe_ctx **pipe_ctx, in get_position() function 1757 pipe_ctx[i]->stream_res.tg->funcs->get_position(pipe_ctx[i]->stream_res.tg, position); in get_position() 2760 .get_position = get_position,
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce120/ |
| D | dce120_timing_generator.c | 1211 .get_position = dce120_timing_generator_get_crtc_position,
|