Home
last modified time | relevance | path

Searched refs:next_active_frame (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/usb/dwc2/
A Dhcd_queue.c1090 u16 next_active_frame; in dwc2_pick_first_frame() local
1109 next_active_frame = earliest_frame; in dwc2_pick_first_frame()
1115 next_active_frame |= 0x7; in dwc2_pick_first_frame()
1158 next_active_frame = (next_active_frame / interval) * interval; in dwc2_pick_first_frame()
1164 next_active_frame = dwc2_frame_num_inc(next_active_frame, in dwc2_pick_first_frame()
1172 next_active_frame = dwc2_frame_num_dec(next_active_frame, 1); in dwc2_pick_first_frame()
1179 next_active_frame = dwc2_frame_num_inc(next_active_frame, in dwc2_pick_first_frame()
1183 qh->next_active_frame = next_active_frame; in dwc2_pick_first_frame()
1826 u16 old_frame = qh->next_active_frame; in dwc2_next_for_periodic_split()
1859 qh->next_active_frame); in dwc2_next_for_periodic_split()
[all …]
A Dhcd_ddma.c255 i = dwc2_frame_list_idx(qh->next_active_frame); in dwc2_update_frame_list()
521 dwc2_frame_list_idx(qh->next_active_frame) - in dwc2_recalc_initial_desc_idx()
525 qh->next_active_frame = dwc2_calc_starting_frame(hsotg, qh, in dwc2_recalc_initial_desc_idx()
527 fr_idx = dwc2_frame_list_idx(qh->next_active_frame); in dwc2_recalc_initial_desc_idx()
A Dhcd_intr.c162 if (dwc2_frame_num_le(qh->next_active_frame, in dwc2_sof_intr()
166 qh->next_active_frame); in dwc2_sof_intr()
1432 dwc2_full_frame_num(qh->next_active_frame); in dwc2_hc_nyet_intr()
1468 end_frnum, qh->next_active_frame); in dwc2_hc_nyet_intr()
A Dhcd.h356 u16 next_active_frame; member
A Dhcd.c1050 wire_frame = dwc2_frame_num_inc(chan->qh->next_active_frame, 1); in dwc2_hc_set_even_odd_frame()
1075 chan->qh->next_active_frame = in dwc2_hc_set_even_odd_frame()

Completed in 20 milliseconds