Home
last modified time | relevance | path

Searched defs:usb_cdc_union_desc (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/usb/
Dcdc.h101 struct usb_cdc_union_desc { struct
102 __u8 bLength;
103 __u8 bDescriptorType;
104 __u8 bDescriptorSubType;
106 __u8 bMasterInterface0;
107 __u8 bSlaveInterface0;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/
Dcdc.h82 struct usb_cdc_union_desc { struct
83 __u8 bLength;
84 __u8 bDescriptorType;
85 __u8 bDescriptorSubType;
86 __u8 bMasterInterface0;
87 __u8 bSlaveInterface0;
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/
Dcdc.h69 struct usb_cdc_union_desc { struct
70 __u8 bLength;
71 __u8 bDescriptorType;
72 __u8 bDescriptorSubType;
73 __u8 bMasterInterface0;
74 __u8 bSlaveInterface0;
/kernel/linux/linux-5.10/include/linux/usb/
Dcdc.h27 struct usb_cdc_union_desc *usb_cdc_union_desc; member