Home
last modified time | relevance | path

Searched refs:out_phase (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/sound/usb/usx2y/
Dusb_stream.h30 unsigned int out_phase; member
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()
/linux-6.12.1/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_plane.c555 static int calc_phase_step(uint32_t src, uint32_t dst, uint32_t *out_phase) in calc_phase_step() argument
572 *out_phase = mult_frac(unit, src, dst); in calc_phase_step()