Home
last modified time | relevance | path

Searched refs:usb_sndisocpipe (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/sound/usb/line6/
H A Dplayback.c425 usb_sndisocpipe(line6->usbdev, in line6_create_audio_out_urbs()
H A Dpcm.c558 usb_sndisocpipe(line6->usbdev, ep_write), 1); in line6_init_pcm()
/OK3568_Linux_fs/u-boot/include/
H A Dusb.h350 #define usb_sndisocpipe(dev, endpoint) ((PIPE_ISOCHRONOUS << 30) | \ macro
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dstub_rx.c379 return usb_sndisocpipe(udev, epnum); in get_pipe()
/OK3568_Linux_fs/kernel/sound/usb/6fire/
H A Dpcm.c561 : usb_sndisocpipe(chip->dev, ep); in usb6fire_pcm_init_urb()
/OK3568_Linux_fs/kernel/sound/usb/usx2y/
H A Dusx2yhwdeppcm.c307 pipe = is_playback ? usb_sndisocpipe(dev, subs->endpoint) : in usx2y_usbpcm_urbs_allocate()
H A Dusb_stream.c167 out_pipe = usb_sndisocpipe(dev, out_endpoint); in usb_stream_new()
H A Dusbusx2yaudio.c400 pipe = is_playback ? usb_sndisocpipe(dev, subs->endpoint) : in usx2y_urbs_allocate()
/OK3568_Linux_fs/kernel/sound/usb/caiaq/
H A Daudio.c705 usb_sndisocpipe(usb_dev, ENDPOINT_PLAYBACK) : in alloc_urbs()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dusb.c907 usb_sndisocpipe(ar_usb->udev, in ath10k_usb_setup_pipe_resources()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/
H A Dusb.c396 usb_sndisocpipe(ar_usb->udev, in ath6kl_usb_setup_pipe_resources()
/OK3568_Linux_fs/kernel/include/linux/
H A Dusb.h1990 #define usb_sndisocpipe(dev, endpoint) \ macro
/OK3568_Linux_fs/kernel/sound/usb/
H A Dendpoint.c504 ep->pipe = usb_sndisocpipe(chip->dev, ep_num); in snd_usb_add_endpoint()
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Dusbduxsigma.c1378 urb->pipe = usb_sndisocpipe(usb, 2); in usbduxsigma_alloc_usb_buffers()
H A Dusbdux.c1486 urb->pipe = usb_sndisocpipe(usb, 2); in usbdux_alloc_usb_buffers()
/OK3568_Linux_fs/kernel/sound/usb/misc/
H A Dua101.c1016 ua->playback.usb_pipe = usb_sndisocpipe(ua->dev, usb_endpoint_num(epd)); in detect_usb_format()
/OK3568_Linux_fs/kernel/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c1276 dec->out_pipe = usb_sndisocpipe(dec->udev, OUT_PIPE); in ttusb_dec_init_usb()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_bt.c1033 pipe = usb_sndisocpipe(data->udev,
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.c3201 pipe = usb_sndisocpipe(data->udev, data->isoc_tx_ep->bEndpointAddress); in snd_send_sco_frame()
3399 pipe = usb_sndisocpipe(data->udev, data->isoc_tx_ep->bEndpointAddress); in btusb_send_frame()
H A Dbtusb.c1506 pipe = usb_sndisocpipe(data->udev, data->isoc_tx_ep->bEndpointAddress); in alloc_isoc_urb()
/OK3568_Linux_fs/kernel/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c2061 f->pipe = usb_sndisocpipe(dev, in hfcsusb_probe()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dusbtest.c222 dev->out_iso_pipe = usb_sndisocpipe(udev, in get_endpoints()