Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/gadget/udc/
Dfsl_usb2_udc.h366 struct ep_queue_head { struct
462 struct ep_queue_head *qh;
491 struct ep_queue_head *ep_qh; /* Endpoints Queue-Head */
581 static inline struct ep_queue_head *get_qh_by_ep(struct fsl_ep *ep) in get_qh_by_ep()
Dfsl_udc_core.c486 struct ep_queue_head *p_QH = &udc->ep_qh[2 * ep_num + dir]; in struct_ep_qh_setup()
703 struct ep_queue_head *qh = get_qh_by_ep(ep); in fsl_prime_ep()
1052 struct ep_queue_head *qh; in fsl_ep_fifo_status()
1560 struct ep_queue_head *qh; in tripwire_handler()
1601 struct ep_queue_head *curr_qh = &udc->ep_qh[pipe]; in process_ep_req()
2255 size = udc->max_ep * sizeof(struct ep_queue_head); in struct_udc_setup()