Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dci_udc.h105 struct ept_queue_head *epts;
110 struct ept_queue_head { struct
H A Dci_udc.c156 static struct ept_queue_head *ci_get_qh(int ep_num, int dir_in) in ci_get_qh()
184 struct ept_queue_head *head = ci_get_qh(ep_num, 0); in ci_flush_qh()
199 struct ept_queue_head *head = ci_get_qh(ep_num, 0); in ci_invalidate_qh()
319 struct ept_queue_head *head = ci_get_qh(num, in); in ep_enable()
428 struct ept_queue_head *head; in ci_ep_submit_next_request()
668 struct ept_queue_head *head; in handle_setup()
769 struct ept_queue_head *head; in stop_activity()
920 struct ept_queue_head *head; in ci_udc_probe()
927 const int eplist_raw_sz = num * sizeof(struct ept_queue_head); in ci_udc_probe()