Home
last modified time | relevance | path

Searched refs:free_streams_command (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-mem.c624 stream_info->free_streams_command = in xhci_alloc_stream_info()
626 if (!stream_info->free_streams_command) in xhci_alloc_stream_info()
678 xhci_free_command(xhci, stream_info->free_streams_command); in xhci_alloc_stream_info()
750 xhci_free_command(xhci, stream_info->free_streams_command); in xhci_free_stream_info()
H A Dxhci.h584 struct xhci_command *free_streams_command; member
H A Dxhci.c3661 command = vdev->eps[ep_index].stream_info->free_streams_command; in xhci_free_streams()