Home
last modified time | relevance | path

Searched refs:out_phase (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/sound/usb/usx2y/
H A Dusb_stream.h29 unsigned out_phase; member
H A Dusb_stream.c17 sk->out_phase_peeked = (sk->out_phase & 0xffff) + sk->freqn; in usb_stream_next_packet_size()
31 sk->out_phase = sk->out_phase_peeked; in playback_prep_freqn()
/kernel/linux/linux-6.6/sound/usb/usx2y/
H A Dusb_stream.h29 unsigned int out_phase; member
H A Dusb_stream.c17 sk->out_phase_peeked = (sk->out_phase & 0xffff) + sk->freqn; in usb_stream_next_packet_size()
32 sk->out_phase = sk->out_phase_peeked; in playback_prep_freqn()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_plane.c637 static int calc_phase_step(uint32_t src, uint32_t dst, uint32_t *out_phase) in calc_phase_step() argument
654 *out_phase = mult_frac(unit, src, dst); in calc_phase_step()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_plane.c568 static int calc_phase_step(uint32_t src, uint32_t dst, uint32_t *out_phase) in calc_phase_step() argument
585 *out_phase = mult_frac(unit, src, dst); in calc_phase_step()

Completed in 6 milliseconds