Home
last modified time | relevance | path

Searched refs:xhci_mem_init (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h1266 int xhci_mem_init(struct xhci_ctrl *ctrl, struct xhci_hccr *hccr,
H A Dxhci-mem.c502 int xhci_mem_init(struct xhci_ctrl *ctrl, struct xhci_hccr *hccr, in xhci_mem_init() function
H A Dxhci.c1210 if (xhci_mem_init(ctrl, hccr, hcor) < 0) in xhci_lowlevel_init()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h2055 int xhci_mem_init(struct xhci_hcd *xhci, gfp_t flags);
H A Dxhci-mem.c2300 int xhci_mem_init(struct xhci_hcd *xhci, gfp_t flags) in xhci_mem_init() function
H A Dxhci.c443 retval = xhci_mem_init(xhci, GFP_KERNEL); in xhci_init()