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.c1024 u16 next_active_frame; in dwc2_pick_first_frame() local
1043 next_active_frame = earliest_frame; in dwc2_pick_first_frame()
1049 next_active_frame |= 0x7; in dwc2_pick_first_frame()
1092 next_active_frame = (next_active_frame / interval) * interval; in dwc2_pick_first_frame()
1098 next_active_frame = dwc2_frame_num_inc(next_active_frame, in dwc2_pick_first_frame()
1106 next_active_frame = dwc2_frame_num_dec(next_active_frame, 1); in dwc2_pick_first_frame()
1113 next_active_frame = dwc2_frame_num_inc(next_active_frame, in dwc2_pick_first_frame()
1117 qh->next_active_frame = next_active_frame; in dwc2_pick_first_frame()
1760 u16 old_frame = qh->next_active_frame; in dwc2_next_for_periodic_split()
1793 qh->next_active_frame); in dwc2_next_for_periodic_split()
[all …]
A Dhcd_ddma.c225 i = dwc2_frame_list_idx(qh->next_active_frame); in dwc2_update_frame_list()
491 dwc2_frame_list_idx(qh->next_active_frame) - in dwc2_recalc_initial_desc_idx()
495 qh->next_active_frame = dwc2_calc_starting_frame(hsotg, qh, in dwc2_recalc_initial_desc_idx()
497 fr_idx = dwc2_frame_list_idx(qh->next_active_frame); in dwc2_recalc_initial_desc_idx()
A Dhcd_intr.c132 if (dwc2_frame_num_le(qh->next_active_frame, in dwc2_sof_intr()
136 qh->next_active_frame); in dwc2_sof_intr()
1402 dwc2_full_frame_num(qh->next_active_frame); in dwc2_hc_nyet_intr()
1438 end_frnum, qh->next_active_frame); in dwc2_hc_nyet_intr()
A Dhcd.h327 u16 next_active_frame; member
A Dhcd.c1021 wire_frame = dwc2_frame_num_inc(chan->qh->next_active_frame, 1); in dwc2_hc_set_even_odd_frame()
1046 chan->qh->next_active_frame = in dwc2_hc_set_even_odd_frame()

Completed in 24 milliseconds