Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-dbgcap.h86 struct dbc_ep { struct
143 struct dbc_ep eps[2];
191 static inline struct dbc_ep *get_in_ep(struct xhci_dbc *dbc) in get_in_ep()
196 static inline struct dbc_ep *get_out_ep(struct xhci_dbc *dbc) in get_out_ep()
H A Dxhci-dbgcap.c176 static void xhci_dbc_flush_endpoint_requests(struct dbc_ep *dep) in xhci_dbc_flush_endpoint_requests()
247 static int xhci_dbc_queue_bulk_tx(struct dbc_ep *dep, in xhci_dbc_queue_bulk_tx()
302 struct dbc_ep *dep = &dbc->eps[req->direction]; in dbc_ep_do_queue()
361 struct dbc_ep *dep; in xhci_dbc_do_eps_init()
379 memset(dbc->eps, 0, sizeof(struct dbc_ep) * ARRAY_SIZE(dbc->eps)); in xhci_dbc_eps_exit()
662 handle_ep_halt_changes(struct xhci_dbc *dbc, struct dbc_ep *dep, bool halted) in handle_ep_halt_changes()
702 struct dbc_ep *dep; in dbc_handle_xfer_event()