| /linux/sound/hda/controllers/ |
| H A D | cix-ipbloq.c | 207 chip->get_position[0] = chip->get_position[1] = azx_get_pos_lpib; in cix_ipbloq_hda_create()
|
| H A D | intel.c | 664 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 D | dcn301_optc.c | 123 .get_position = optc1_get_position,
|
| /linux/sound/hda/common/ |
| H A D | hda_controller.h | 116 azx_get_pos_callback_t get_position[2]; member
|
| H A D | controller.c | 294 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 D | dcn201_optc.c | 143 .get_position = optc1_get_position,
|
| /linux/drivers/gpu/drm/amd/display/dc/dce60/ |
| H A D | dce60_timing_generator.c | 211 .get_position = dce110_timing_generator_get_position,
|
| /linux/drivers/gpu/drm/amd/display/dc/optc/dcn30/ |
| H A D | dcn30_optc.c | 371 .get_position = optc1_get_position,
|
| /linux/drivers/gpu/drm/amd/display/dc/optc/dcn20/ |
| H A D | dcn20_optc.c | 516 .get_position = optc1_get_position,
|
| /linux/drivers/gpu/drm/amd/display/dc/dce110/ |
| H A 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() 2304 .get_position = dce110_timing_generator_get_position,
|
| H A D | dce110_timing_generator_v.c | 667 .get_position = NULL, /* Not to be implemented for underlay*/
|
| /linux/drivers/gpu/drm/amd/display/dc/optc/dcn35/ |
| H A D | dcn35_optc.c | 555 .get_position = optc1_get_position,
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| H A D | timing_generator.h | 364 void (*get_position)(struct timing_generator *tg, member
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/ |
| H A D | dce110_hwseq.c | 2150 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 D | dcn10_hwseq.c | 131 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 D | dce120_timing_generator.c | 1224 .get_position = dce120_timing_generator_get_crtc_position,
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/ |
| H A D | hw_sequencer.h | 1050 void (*get_position)(struct pipe_ctx **pipe_ctx, int num_pipes, member
|