Searched refs:xhci_alloc_command_with_ctx (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/linux-5.10/drivers/usb/host/ |
| D | xhci-mem.c | 668 xhci_alloc_command_with_ctx(xhci, true, mem_flags); in xhci_alloc_stream_info() 1786 struct xhci_command *xhci_alloc_command_with_ctx(struct xhci_hcd *xhci, in xhci_alloc_command_with_ctx() function 2518 xhci->lpm_command = xhci_alloc_command_with_ctx(xhci, true, flags); in xhci_mem_init()
|
| D | xhci.c | 3224 cfg_cmd = xhci_alloc_command_with_ctx(xhci, true, GFP_NOWAIT); in xhci_endpoint_reset() 3489 config_cmd = xhci_alloc_command_with_ctx(xhci, true, mem_flags); in xhci_alloc_streams() 5114 config_cmd = xhci_alloc_command_with_ctx(xhci, true, mem_flags); in xhci_update_hub_device()
|
| D | xhci.h | 2071 struct xhci_command *xhci_alloc_command_with_ctx(struct xhci_hcd *xhci,
|