Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
A Dgadget.c124 hs_ep->target_frame += hs_ep->interval; in dwc2_gadget_incr_frame_num()
125 if (hs_ep->target_frame > limit) { in dwc2_gadget_incr_frame_num()
127 hs_ep->target_frame &= limit; in dwc2_gadget_incr_frame_num()
151 if (hs_ep->target_frame) in dwc2_gadget_dec_frame_num_by_one()
152 hs_ep->target_frame -= 1; in dwc2_gadget_dec_frame_num_by_one()
154 hs_ep->target_frame = limit; in dwc2_gadget_dec_frame_num_by_one()
954 ((hs_ep->target_frame << in dwc2_gadget_fill_isoc_desc()
1194 if (hs_ep->target_frame & 0x1) in dwc2_hsotg_start_req()
1350 u32 target_frame = hs_ep->target_frame; in dwc2_gadget_target_frame_elapsed() local
2909 if (ep->target_frame & 0x1) in dwc2_gadget_handle_out_token_ep_disabled()
[all …]
A Dcore.h177 unsigned int target_frame; member

Completed in 18 milliseconds