Home
last modified time | relevance | path

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

/drivers/usb/chipidea/
Dudc.c375 static inline u8 _usb_addr(struct ci13xxx_ep *ep) in _usb_addr()
387 static int _hardware_enqueue(struct ci13xxx_ep *mEp, struct ci13xxx_req *mReq) in _hardware_enqueue()
484 static int _hardware_dequeue(struct ci13xxx_ep *mEp, struct ci13xxx_req *mReq) in _hardware_dequeue()
528 static int _ep_nuke(struct ci13xxx_ep *mEp) in _ep_nuke()
661 struct ci13xxx_ep *mEp = container_of(ep, struct ci13xxx_ep, ep); in _ep_queue()
718 struct ci13xxx_ep *mEp = ci->ep0in; in isr_get_status_response()
802 struct ci13xxx_ep *mEp; in isr_setup_status_phase()
820 static int isr_tr_complete_low(struct ci13xxx_ep *mEp) in isr_tr_complete_low()
825 struct ci13xxx_ep *mEpTemp = mEp; in isr_tr_complete_low()
864 struct ci13xxx_ep *mEp = &ci->ci13xxx_ep[i]; in isr_tr_complete_handler()
[all …]
Dci.h44 struct ci13xxx_ep { struct
152 struct ci13xxx_ep ci13xxx_ep[ENDPT_MAX]; member
154 struct ci13xxx_ep *ep0out, *ep0in;
Ddebug.c129 struct ci13xxx_ep *mEpRx = &ci->ci13xxx_ep[i]; in ci_qheads_show()
130 struct ci13xxx_ep *mEpTx = in ci_qheads_show()
131 &ci->ci13xxx_ep[i + ci->hw_ep_max/2]; in ci_qheads_show()
174 list_for_each(ptr, &ci->ci13xxx_ep[i].qh.queue) { in ci_requests_show()