Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dfsl_usb2_udc.h370 struct ep_queue_head { struct
466 struct ep_queue_head *qh;
495 struct ep_queue_head *ep_qh; /* Endpoints Queue-Head */
585 static inline struct ep_queue_head *get_qh_by_ep(struct fsl_ep *ep) in get_qh_by_ep()
Dfsl_udc_core.c490 struct ep_queue_head *p_QH = &udc->ep_qh[2 * ep_num + dir]; in struct_ep_qh_setup()
708 struct ep_queue_head *qh = get_qh_by_ep(ep); in fsl_prime_ep()
1057 struct ep_queue_head *qh; in fsl_ep_fifo_status()
1558 struct ep_queue_head *qh; in tripwire_handler()
1599 struct ep_queue_head *curr_qh = &udc->ep_qh[pipe]; in process_ep_req()
2266 size = udc->max_ep * sizeof(struct ep_queue_head); in struct_udc_setup()