Home
last modified time | relevance | path

Searched refs:get_delay (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/sound/pci/hda/
Dhda_controller.c70 if (!hinfo->ops.get_delay) in azx_adjust_codec_delay()
73 codec_frames = hinfo->ops.get_delay(hinfo, apcm->codec, substream); in azx_adjust_codec_delay()
310 if (chip->get_delay[stream]) in azx_get_position()
311 delay += chip->get_delay[stream](chip, azx_dev, pos); in azx_get_position()
312 if (hinfo->ops.get_delay) in azx_get_position()
313 delay += hinfo->ops.get_delay(hinfo, apcm->codec, in azx_get_position()
Dhda_controller.h116 azx_get_delay_callback_t get_delay[2]; member
Dhda_intel.c600 chip->get_delay[stream] = NULL; in azx_get_delay_from_lpib()
665 chip->get_delay[stream] = NULL; in azx_position_ok()
669 chip->get_delay[stream] = azx_get_delay_from_lpib; in azx_position_ok()
1585 chip->get_delay[0] = chip->get_delay[1] = in assign_position_fix()
1590 chip->get_delay[0] = chip->get_delay[1] = in assign_position_fix()
Dpatch_ca0132.c7242 .get_delay = ca0132_playback_pcm_delay,
7253 .get_delay = ca0132_capture_pcm_delay,
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_pps.c1272 #define get_delay(field) (DIV_ROUND_UP(final->field, 10)) in pps_init_delays() macro
1273 intel_dp->pps.panel_power_up_delay = get_delay(t1_t3); in pps_init_delays()
1274 intel_dp->pps.backlight_on_delay = get_delay(t8); in pps_init_delays()
1275 intel_dp->pps.backlight_off_delay = get_delay(t9); in pps_init_delays()
1276 intel_dp->pps.panel_power_down_delay = get_delay(t10); in pps_init_delays()
1277 intel_dp->pps.panel_power_cycle_delay = get_delay(t11_t12); in pps_init_delays()
1278 #undef get_delay in pps_init_delays()
/Linux-v6.1/include/sound/
Dhda_codec.h134 unsigned int (*get_delay)(struct hda_pcm_stream *info, member