Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dusb_stream.h28 struct usb_stream_packet { struct
57 struct usb_stream_packet outpacket[2];
64 struct usb_stream_packet inpacket[0];
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dusb_stream.h28 struct usb_stream_packet { struct
57 struct usb_stream_packet outpacket[2];
64 struct usb_stream_packet inpacket[0];
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dusb_stream.h28 struct usb_stream_packet { struct
57 struct usb_stream_packet outpacket[2];
64 struct usb_stream_packet inpacket[0];
/OK3568_Linux_fs/kernel/sound/usb/usx2y/
H A Dusb_stream.c88 sizeof(struct usb_stream_packet) * in init_urbs()
184 (max_packsize + sizeof(struct usb_stream_packet)); in usb_stream_new()