Home
last modified time | relevance | path

Searched refs:target_frame (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/usb/dwc2/
Dgadget.c118 hs_ep->target_frame += hs_ep->interval; in dwc2_gadget_incr_frame_num()
119 if (hs_ep->target_frame > DSTS_SOFFN_LIMIT) { in dwc2_gadget_incr_frame_num()
121 hs_ep->target_frame &= DSTS_SOFFN_LIMIT; in dwc2_gadget_incr_frame_num()
139 if (hs_ep->target_frame) in dwc2_gadget_dec_frame_num_by_one()
140 hs_ep->target_frame -= 1; in dwc2_gadget_dec_frame_num_by_one()
142 hs_ep->target_frame = DSTS_SOFFN_LIMIT; in dwc2_gadget_dec_frame_num_by_one()
942 ((hs_ep->target_frame << in dwc2_gadget_fill_isoc_desc()
982 hs_ep->target_frame = TARGET_FRAME_INITIAL; in dwc2_gadget_start_isoc_ddma()
1174 hs_ep->target_frame = dwc2_hsotg_read_frameno(hsotg); in dwc2_hsotg_start_req()
1177 if (hs_ep->target_frame & 0x1) in dwc2_hsotg_start_req()
[all …]
Dcore.h172 unsigned int target_frame; member