Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dmax3421-hcd.c169 struct max3421_ep { struct
608 struct max3421_ep *max3421_ep; in max3421_next_transfer() local
614 max3421_ep = urb->ep->hcpriv; in max3421_next_transfer()
616 switch (max3421_ep->pkt_state) { in max3421_next_transfer()
669 struct max3421_ep *max3421_ep; in max3421_select_and_start_urb() local
682 max3421_ep = container_of(pos, struct max3421_ep, in max3421_select_and_start_urb()
684 ep = max3421_ep->ep; in max3421_select_and_start_urb()
722 if (frame_diff(max3421_ep->last_active, in max3421_select_and_start_urb()
728 if (max3421_ep->retransmit in max3421_select_and_start_urb()
729 && (frame_diff(max3421_ep->last_active, in max3421_select_and_start_urb()
[all …]