get_position 321 drivers/gpu/drm/amd/display/dc/core/dc.c dc->hwss.get_position(&pipe, 1, &position); get_position 328 drivers/gpu/drm/amd/display/dc/core/dc_debug.c pipe_ctx->stream_res.tg->funcs->get_position(pipe_ctx->stream_res.tg, &position); get_position 1757 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c pipe_ctx[i]->stream_res.tg->funcs->get_position(pipe_ctx[i]->stream_res.tg, position); get_position 2760 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c .get_position = get_position, get_position 1399 drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c tg->funcs->get_position(tg, &position1); get_position 1400 drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c tg->funcs->get_position(tg, &position2); get_position 2210 drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c .get_position = dce110_timing_generator_get_position, get_position 667 drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator_v.c .get_position = NULL, /* Not to be implemented for underlay*/ get_position 1211 drivers/gpu/drm/amd/display/dc/dce120/dce120_timing_generator.c .get_position = dce120_timing_generator_get_crtc_position, get_position 191 drivers/gpu/drm/amd/display/dc/dce80/dce80_timing_generator.c .get_position = dce110_timing_generator_get_position, get_position 2786 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c pipe_ctx[i]->stream_res.tg->funcs->get_position(pipe_ctx[i]->stream_res.tg, position); get_position 3344 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c .get_position = dcn10_get_position, get_position 635 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c optc->funcs->get_position(optc, &position1); get_position 636 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c optc->funcs->get_position(optc, &position2); get_position 1485 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c .get_position = optc1_get_position, get_position 426 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_optc.c .get_position = optc1_get_position, get_position 162 drivers/gpu/drm/amd/display/dc/inc/hw/timing_generator.h void (*get_position)(struct timing_generator *tg, get_position 244 drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h void (*get_position)(struct pipe_ctx **pipe_ctx, int num_pipes, get_position 880 include/linux/efi.h u32 get_position; get_position 894 include/linux/efi.h u64 get_position; get_position 911 include/linux/efi.h void *get_position; get_position 301 sound/pci/hda/hda_controller.c if (chip->get_position[stream]) get_position 302 sound/pci/hda/hda_controller.c pos = chip->get_position[stream](chip, azx_dev); get_position 1237 sound/pci/hda/hda_controller.c if (chip->get_position[0] != azx_get_pos_lpib || get_position 1238 sound/pci/hda/hda_controller.c chip->get_position[1] != azx_get_pos_lpib) get_position 117 sound/pci/hda/hda_controller.h azx_get_pos_callback_t get_position[2]; get_position 686 sound/pci/hda/hda_intel.c if (chip->get_position[stream]) get_position 687 sound/pci/hda/hda_intel.c pos = chip->get_position[stream](chip, azx_dev); get_position 693 sound/pci/hda/hda_intel.c chip->get_position[stream] = azx_get_pos_lpib; get_position 694 sound/pci/hda/hda_intel.c if (chip->get_position[0] == azx_get_pos_lpib && get_position 695 sound/pci/hda/hda_intel.c chip->get_position[1] == azx_get_pos_lpib) get_position 700 sound/pci/hda/hda_intel.c chip->get_position[stream] = azx_get_pos_posbuf; get_position 1527 sound/pci/hda/hda_intel.c chip->get_position[0] = chip->get_position[1] = callbacks[fix]; get_position 1531 sound/pci/hda/hda_intel.c chip->get_position[1] = NULL;