Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/host/
Dmax3421-hcd.c159 struct max3421_ep { struct
573 struct max3421_ep *max3421_ep; in max3421_next_transfer() local
579 max3421_ep = urb->ep->hcpriv; in max3421_next_transfer()
581 switch (max3421_ep->pkt_state) { in max3421_next_transfer()
634 struct max3421_ep *max3421_ep; in max3421_select_and_start_urb() local
647 max3421_ep = container_of(pos, struct max3421_ep, in max3421_select_and_start_urb()
649 ep = max3421_ep->ep; in max3421_select_and_start_urb()
687 if (frame_diff(max3421_ep->last_active, in max3421_select_and_start_urb()
693 if (max3421_ep->retransmit in max3421_select_and_start_urb()
694 && (frame_diff(max3421_ep->last_active, in max3421_select_and_start_urb()
[all …]