Home
last modified time | relevance | path

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

/linux-3.3/drivers/usb/host/
Dxhci-mem.c518 stream_info->free_streams_command = in xhci_alloc_stream_info()
520 if (!stream_info->free_streams_command) in xhci_alloc_stream_info()
582 xhci_free_command(xhci, stream_info->free_streams_command); in xhci_alloc_stream_info()
653 xhci_free_command(xhci, stream_info->free_streams_command); in xhci_free_stream_info()
Dxhci.h744 struct xhci_command *free_streams_command; member
Dxhci.c3055 command = vdev->eps[ep_index].stream_info->free_streams_command; in xhci_free_streams()