Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/
Daudio.h117 struct uac_input_terminal_descriptor { struct
118 __u8 bLength;
119 __u8 bDescriptorType;
120 __u8 bDescriptorSubtype;
121 __u8 bTerminalID;
122 __le16 wTerminalType;
123 __u8 bAssocTerminal;
124 __u8 bNrChannels;
125 __le16 wChannelConfig;
126 __u8 iChannelNames;
[all …]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/usb/
Daudio.h117 struct uac_input_terminal_descriptor { struct
118 __u8 bLength;
119 __u8 bDescriptorType;
120 __u8 bDescriptorSubtype;
121 __u8 bTerminalID;
122 __le16 wTerminalType;
123 __u8 bAssocTerminal;
124 __u8 bNrChannels;
125 __le16 wChannelConfig;
126 __u8 iChannelNames;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/usb/
Daudio.h181 struct uac_input_terminal_descriptor { struct
182 __u8 bLength; /* in bytes: 12 */
183 __u8 bDescriptorType; /* CS_INTERFACE descriptor type */
184 __u8 bDescriptorSubtype; /* INPUT_TERMINAL descriptor subtype */
185 __u8 bTerminalID; /* Constant uniquely terminal ID */
186 __le16 wTerminalType; /* USB Audio Terminal Types */
187 __u8 bAssocTerminal; /* ID of the Output Terminal associated */
188 __u8 bNrChannels; /* Number of logical output channels */
189 __le16 wChannelConfig;
190 __u8 iChannelNames;
[all …]
/kernel/linux/linux-6.6/include/uapi/linux/usb/
Daudio.h181 struct uac_input_terminal_descriptor { struct
182 __u8 bLength; /* in bytes: 12 */
183 __u8 bDescriptorType; /* CS_INTERFACE descriptor type */
184 __u8 bDescriptorSubtype; /* INPUT_TERMINAL descriptor subtype */
185 __u8 bTerminalID; /* Constant uniquely terminal ID */
186 __le16 wTerminalType; /* USB Audio Terminal Types */
187 __u8 bAssocTerminal; /* ID of the Output Terminal associated */
188 __u8 bNrChannels; /* Number of logical output channels */
189 __le16 wChannelConfig;
190 __u8 iChannelNames;
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/
Daudio.h112 struct uac_input_terminal_descriptor { struct
113 __u8 bLength;
114 __u8 bDescriptorType;
115 __u8 bDescriptorSubtype;
116 __u8 bTerminalID;
117 __le16 wTerminalType;
118 __u8 bAssocTerminal;
119 __u8 bNrChannels;
120 __le16 wChannelConfig;
121 __u8 iChannelNames;
[all …]