Searched refs:free_streams (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_channel.c | 112 goto free_streams; in vidtv_channel_s302m_init() 118 goto free_streams; in vidtv_channel_s302m_init() 144 free_streams: in vidtv_channel_s302m_init()
|
/openbmc/qemu/hw/usb/ |
H A D | bus.c | 224 if (klass->free_streams) { in usb_device_free_streams() 225 klass->free_streams(dev, eps, nr_eps); in usb_device_free_streams()
|
H A D | redirect.c | 1193 struct usb_redir_free_bulk_streams_header free_streams; in usbredir_free_streams() local 1201 free_streams.endpoints = 0; in usbredir_free_streams() 1203 free_streams.endpoints |= 1 << USBEP2I(eps[i]); in usbredir_free_streams() 1205 usbredirparser_send_free_bulk_streams(dev->parser, 0, &free_streams); in usbredir_free_streams() 2601 uc->free_streams = usbredir_free_streams; in usbredir_class_initfn()
|
H A D | host-libusb.c | 1799 uc->free_streams = usb_host_free_streams; in usb_host_class_initfn()
|
/openbmc/linux/drivers/media/pci/cx18/ |
H A D | cx18-driver.c | 1105 goto free_streams; in cx18_probe() 1114 free_streams: in cx18_probe()
|
/openbmc/qemu/include/hw/ |
H A D | usb.h | 343 void (*free_streams)(USBDevice *dev, USBEndpoint **eps, int nr_eps); member
|
/openbmc/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-driver.c | 1265 goto free_streams; in ivtv_probe() 1273 free_streams: in ivtv_probe()
|
/openbmc/linux/drivers/usb/storage/ |
H A D | uas.c | 1042 goto free_streams; in uas_probe() 1049 free_streams: in uas_probe()
|
/openbmc/linux/include/linux/usb/ |
H A D | hcd.h | 341 int (*free_streams)(struct usb_hcd *hcd, struct usb_device *udev, member
|
/openbmc/linux/sound/soc/sof/intel/ |
H A D | hda.c | 1222 goto free_streams; in hda_dsp_probe() 1293 free_streams: in hda_dsp_probe()
|
/openbmc/linux/tools/perf/util/ |
H A D | data-convert-bt.c | 1359 static void free_streams(struct ctf_writer *cw) in free_streams() function 1500 free_streams(cw); in ctf_writer__cleanup()
|
/openbmc/linux/drivers/usb/core/ |
H A D | hcd.c | 2025 if (!hcd->driver->alloc_streams || !hcd->driver->free_streams) in usb_alloc_streams() 2083 ret = hcd->driver->free_streams(hcd, dev, eps, num_eps, mem_flags); in usb_free_streams()
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | vhci_hcd.c | 1338 .free_streams = vhci_free_streams,
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 2670 .free_streams = dummy_free_streams,
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci.c | 5356 .free_streams = xhci_free_streams,
|