HomeSort by relevance Sort by last modified time
    Searched refs:xhci_container_ctx (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/usb/host/
xhci-mem.c 117 * frees the "xhci_container_ctx" pointer passed
119 * @param ptr pointer to "xhci_container_ctx" to be freed
122 static void xhci_free_container_ctx(struct xhci_container_ctx *ctx)
412 static struct xhci_container_ctx
415 struct xhci_container_ctx *ctx;
417 ctx = (struct xhci_container_ctx *)
418 malloc(sizeof(struct xhci_container_ctx));
609 *xhci_get_input_control_ctx(struct xhci_container_ctx *ctx)
623 struct xhci_container_ctx *ctx)
641 struct xhci_container_ctx *ctx
    [all...]
xhci.h 479 * struct xhci_container_ctx
487 struct xhci_container_ctx { struct
    [all...]
xhci.c 451 struct xhci_container_ctx *in_ctx;
491 struct xhci_container_ctx *in_ctx;
492 struct xhci_container_ctx *out_ctx;
765 struct xhci_container_ctx *in_ctx;
766 struct xhci_container_ctx *out_ctx;
    [all...]

Completed in 800 milliseconds