Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/dwc2/
H A Dgadget.c123 hs_ep->target_frame += hs_ep->interval; in dwc2_gadget_incr_frame_num()
124 if (hs_ep->target_frame > limit) { in dwc2_gadget_incr_frame_num()
126 hs_ep->target_frame &= limit; in dwc2_gadget_incr_frame_num()
150 if (hs_ep->target_frame) in dwc2_gadget_dec_frame_num_by_one()
151 hs_ep->target_frame -= 1; in dwc2_gadget_dec_frame_num_by_one()
153 hs_ep->target_frame = limit; in dwc2_gadget_dec_frame_num_by_one()
953 ((hs_ep->target_frame << in dwc2_gadget_fill_isoc_desc()
1193 if (hs_ep->target_frame & 0x1) in dwc2_hsotg_start_req()
1349 u32 target_frame = hs_ep->target_frame; in dwc2_gadget_target_frame_elapsed() local
2912 if (ep->target_frame & 0x1) in dwc2_gadget_handle_out_token_ep_disabled()
[all …]
H A Dcore.h147 unsigned int target_frame; member