Searched refs:get_delay (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/pci/hda/ |
| A D | hda_controller.c | 71 if (!hinfo->ops.get_delay) in azx_adjust_codec_delay() 74 codec_frames = hinfo->ops.get_delay(hinfo, apcm->codec, substream); in azx_adjust_codec_delay() 315 if (chip->get_delay[stream]) in azx_get_position() 316 delay += chip->get_delay[stream](chip, azx_dev, pos); in azx_get_position() 317 if (hinfo->ops.get_delay) in azx_get_position() 318 delay += hinfo->ops.get_delay(hinfo, apcm->codec, in azx_get_position()
|
| A D | hda_controller.h | 117 azx_get_delay_callback_t get_delay[2]; member
|
| A D | hda_intel.c | 602 chip->get_delay[stream] = NULL; in azx_get_delay_from_lpib() 674 chip->get_delay[stream] = NULL; in azx_position_ok() 678 chip->get_delay[stream] = azx_get_delay_from_lpib; in azx_position_ok() 1580 chip->get_delay[0] = chip->get_delay[1] = in assign_position_fix() 1585 chip->get_delay[0] = chip->get_delay[1] = in assign_position_fix()
|
| A D | patch_ca0132.c | 7244 .get_delay = ca0132_playback_pcm_delay, 7255 .get_delay = ca0132_capture_pcm_delay,
|
| /linux/drivers/gpu/drm/i915/display/ |
| A D | intel_pps.c | 1475 #define get_delay(field) (DIV_ROUND_UP(final->field, 10)) in pps_init_delays() macro 1476 intel_dp->pps.panel_power_up_delay = get_delay(t1_t3); in pps_init_delays() 1477 intel_dp->pps.backlight_on_delay = get_delay(t8); in pps_init_delays() 1478 intel_dp->pps.backlight_off_delay = get_delay(t9); in pps_init_delays() 1479 intel_dp->pps.panel_power_down_delay = get_delay(t10); in pps_init_delays() 1480 intel_dp->pps.panel_power_cycle_delay = get_delay(t11_t12); in pps_init_delays() 1481 #undef get_delay in pps_init_delays()
|
| /linux/include/sound/ |
| A D | hda_codec.h | 129 unsigned int (*get_delay)(struct hda_pcm_stream *info, member
|
Completed in 43 milliseconds