Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c372 if (ops && ops->free_container_ctx) in xhci_vendor_free_container_ctx()
373 ops->free_container_ctx(xhci, ctx); in xhci_vendor_free_container_ctx()
566 (ops && ops->free_container_ctx)) in xhci_free_container_ctx()
H A Dxhci.h2265 void (*free_container_ctx)(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx); member