Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dcdc.h71 struct usb_cdc_acm_descriptor { struct
72 __u8 bLength;
73 __u8 bDescriptorType;
74 __u8 bDescriptorSubType;
76 __u8 bmCapabilities;
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dcdc.h85 struct usb_cdc_acm_descriptor { struct
86 __u8 bLength;
87 __u8 bDescriptorType;
88 __u8 bDescriptorSubType;
90 __u8 bmCapabilities;
/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.h85 struct usb_cdc_acm_descriptor { struct
86 __u8 bLength;
87 __u8 bDescriptorType;
88 __u8 bDescriptorSubType;
90 __u8 bmCapabilities;
/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.h85 struct usb_cdc_acm_descriptor { struct
86 __u8 bLength;
87 __u8 bDescriptorType;
88 __u8 bDescriptorSubType;
90 __u8 bmCapabilities;
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dcdc.h31 struct usb_cdc_acm_descriptor *usb_cdc_acm_descriptor; member