Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dmax3421-hcd.c165 struct max3421_ep { struct
604 struct max3421_ep *max3421_ep; in max3421_next_transfer() local
610 max3421_ep = urb->ep->hcpriv; in max3421_next_transfer()
612 switch (max3421_ep->pkt_state) { in max3421_next_transfer()
665 struct max3421_ep *max3421_ep; in max3421_select_and_start_urb() local
678 max3421_ep = container_of(pos, struct max3421_ep, in max3421_select_and_start_urb()
680 ep = max3421_ep->ep; in max3421_select_and_start_urb()
718 if (frame_diff(max3421_ep->last_active, in max3421_select_and_start_urb()
724 if (max3421_ep->retransmit in max3421_select_and_start_urb()
725 && (frame_diff(max3421_ep->last_active, in max3421_select_and_start_urb()
[all …]