Home
last modified time | relevance | path

Searched defs:usb_cdc_header_desc (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dcdc.h49 struct usb_cdc_header_desc { struct
50 __u8 bLength;
51 __u8 bDescriptorType;
52 __u8 bDescriptorSubType;
54 __le16 bcdCDC;
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dcdc.h63 struct usb_cdc_header_desc { struct
64 __u8 bLength;
65 __u8 bDescriptorType;
66 __u8 bDescriptorSubType;
68 __le16 bcdCDC;
/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/linux/usb/
H A Dcdc.h63 struct usb_cdc_header_desc { struct
64 __u8 bLength;
65 __u8 bDescriptorType;
66 __u8 bDescriptorSubType;
68 __le16 bcdCDC;
/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/linux/usb/
H A Dcdc.h63 struct usb_cdc_header_desc { struct
64 __u8 bLength;
65 __u8 bDescriptorType;
66 __u8 bDescriptorSubType;
68 __le16 bcdCDC;
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dcdc.h28 struct usb_cdc_header_desc *usb_cdc_header_desc; member