get_delay 6497 drivers/gpu/drm/i915/display/intel_dp.c intel_dp->panel_power_up_delay = get_delay(t1_t3); get_delay 6498 drivers/gpu/drm/i915/display/intel_dp.c intel_dp->backlight_on_delay = get_delay(t8); get_delay 6499 drivers/gpu/drm/i915/display/intel_dp.c intel_dp->backlight_off_delay = get_delay(t9); get_delay 6500 drivers/gpu/drm/i915/display/intel_dp.c intel_dp->panel_power_down_delay = get_delay(t10); get_delay 6501 drivers/gpu/drm/i915/display/intel_dp.c intel_dp->panel_power_cycle_delay = get_delay(t11_t12); get_delay 133 include/sound/hda_codec.h unsigned int (*get_delay)(struct hda_pcm_stream *info, get_delay 69 sound/pci/hda/hda_controller.c if (!hinfo->ops.get_delay) get_delay 72 sound/pci/hda/hda_controller.c codec_frames = hinfo->ops.get_delay(hinfo, apcm->codec, substream); get_delay 313 sound/pci/hda/hda_controller.c if (chip->get_delay[stream]) get_delay 314 sound/pci/hda/hda_controller.c delay += chip->get_delay[stream](chip, azx_dev, pos); get_delay 315 sound/pci/hda/hda_controller.c if (hinfo->ops.get_delay) get_delay 316 sound/pci/hda/hda_controller.c delay += hinfo->ops.get_delay(hinfo, apcm->codec, get_delay 118 sound/pci/hda/hda_controller.h azx_get_delay_callback_t get_delay[2]; get_delay 637 sound/pci/hda/hda_intel.c chip->get_delay[stream] = NULL; get_delay 698 sound/pci/hda/hda_intel.c chip->get_delay[stream] = NULL; get_delay 702 sound/pci/hda/hda_intel.c chip->get_delay[stream] = azx_get_delay_from_lpib; get_delay 1535 sound/pci/hda/hda_intel.c chip->get_delay[0] = chip->get_delay[1] = get_delay 1540 sound/pci/hda/hda_intel.c chip->get_delay[0] = chip->get_delay[1] = get_delay 6564 sound/pci/hda/patch_ca0132.c .get_delay = ca0132_playback_pcm_delay, get_delay 6575 sound/pci/hda/patch_ca0132.c .get_delay = ca0132_capture_pcm_delay,