Searched refs:get_delay (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/crypto/ |
D | mcryptd.h | 101 static inline unsigned long get_delay(unsigned long t) in get_delay() function
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_controller.c | 80 if (!hinfo->ops.get_delay) in azx_adjust_codec_delay() 83 codec_frames = hinfo->ops.get_delay(hinfo, apcm->codec, substream); in azx_adjust_codec_delay() 324 if (chip->get_delay[stream]) in azx_get_position() 325 delay += chip->get_delay[stream](chip, azx_dev, pos); in azx_get_position() 326 if (hinfo->ops.get_delay) in azx_get_position() 327 delay += hinfo->ops.get_delay(hinfo, apcm->codec, in azx_get_position()
|
D | hda_controller.h | 137 azx_get_delay_callback_t get_delay[2]; member
|
D | hda_intel.c | 699 chip->get_delay[stream] = NULL; in azx_get_delay_from_lpib() 765 chip->get_delay[stream] = NULL; in azx_position_ok() 769 chip->get_delay[stream] = azx_get_delay_from_lpib; in azx_position_ok() 1576 chip->get_delay[0] = chip->get_delay[1] = in assign_position_fix()
|
D | hda_codec.h | 141 unsigned int (*get_delay)(struct hda_pcm_stream *info, member
|
D | patch_ca0132.c | 5968 .get_delay = ca0132_playback_pcm_delay, 5979 .get_delay = ca0132_capture_pcm_delay,
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_dp.c | 5509 #define get_delay(field) (DIV_ROUND_UP(final->field, 10)) in intel_dp_init_panel_power_sequencer() macro 5510 intel_dp->panel_power_up_delay = get_delay(t1_t3); in intel_dp_init_panel_power_sequencer() 5511 intel_dp->backlight_on_delay = get_delay(t8); in intel_dp_init_panel_power_sequencer() 5512 intel_dp->backlight_off_delay = get_delay(t9); in intel_dp_init_panel_power_sequencer() 5513 intel_dp->panel_power_down_delay = get_delay(t10); in intel_dp_init_panel_power_sequencer() 5514 intel_dp->panel_power_cycle_delay = get_delay(t11_t12); in intel_dp_init_panel_power_sequencer() 5515 #undef get_delay in intel_dp_init_panel_power_sequencer()
|
/Linux-v4.19/arch/x86/crypto/sha1-mb/ |
D | sha1_mb.c | 926 mcryptd_arm_flusher(cstate, get_delay(next_flush)); in sha1_mb_flusher()
|
/Linux-v4.19/arch/x86/crypto/sha256-mb/ |
D | sha256_mb.c | 927 mcryptd_arm_flusher(cstate, get_delay(next_flush)); in sha256_mb_flusher()
|
/Linux-v4.19/arch/x86/crypto/sha512-mb/ |
D | sha512_mb.c | 961 mcryptd_arm_flusher(cstate, get_delay(next_flush)); in sha512_mb_flusher()
|