Home
last modified time | relevance | path

Searched defs:epctx (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/usb/
H A Dxhci_private.h266 typedef volatile struct epctx { struct
273 } epctx_t; argument
H A Dxhci.c497 epctx_t *const epctx = xhci->dev[slot_id].ctx.ep[ep_id]; in xhci_reset_endpoint() local
646 epctx_t *const epctx = xhci->dev[dev->address].ctx.ep0; in xhci_control() local
747 epctx_t *const epctx = xhci->dev[slot_id].ctx.ep[ep_id]; in xhci_bulk() local
H A Dxhci_devconf.c337 epctx_t *const epctx = ic->dev.ep[ep_id]; in xhci_finish_ep_config() local