Home
last modified time | relevance | path

Searched refs:usb_stream_config (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
Dusb_stream.h10 _IOW('H', 0x90, struct usb_stream_config)
15 struct usb_stream_config { struct
22 struct usb_stream_config cfg; argument
/kernel/linux/linux-5.10/include/uapi/sound/
Dusb_stream.h26 _IOW('H', 0x90, struct usb_stream_config)
34 struct usb_stream_config { struct
42 struct usb_stream_config cfg; argument
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
Dusb_stream.h22 #define SNDRV_USB_STREAM_IOCTL_SET_PARAMS _IOW('H', 0x90, struct usb_stream_config)
27 struct usb_stream_config { struct
34 struct usb_stream_config cfg; argument
/kernel/linux/linux-5.10/sound/usb/usx2y/
Dus122l.c342 struct usb_stream_config cfg; in usb_stream_hwdep_ioctl()