Searched refs:wTerminalType (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.15/include/uapi/linux/usb/ |
D | video.h | 228 __le16 wTerminalType; member 241 __le16 wTerminalType; member 255 __le16 wTerminalType; member
|
D | audio.h | 186 __le16 wTerminalType; /* USB Audio Terminal Types */ member 215 __le16 wTerminalType; /* USB Audio Terminal Types */ member
|
/Linux-v5.15/include/linux/usb/ |
D | audio-v2.h | 119 __le16 wTerminalType; member 136 __le16 wTerminalType; member
|
D | audio-v3.h | 77 __le16 wTerminalType; member 93 __le16 wTerminalType; member
|
/Linux-v5.15/drivers/usb/gadget/legacy/ |
D | webcam.c | 105 .wTerminalType = cpu_to_le16(0x0201), 136 .wTerminalType = cpu_to_le16(0x0101),
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | configfs-usb-gadget-uvc | 62 wTerminalType terminal type 87 wTerminalType terminal type
|
/Linux-v5.15/drivers/usb/gadget/function/ |
D | f_uac1.c | 87 .wTerminalType = cpu_to_le16(UAC_TERMINAL_STREAMING), 97 .wTerminalType = cpu_to_le16(UAC_OUTPUT_TERMINAL_SPEAKER), 107 .wTerminalType = cpu_to_le16(UAC_INPUT_TERMINAL_MICROPHONE), 117 .wTerminalType = cpu_to_le16(UAC_TERMINAL_STREAMING),
|
D | f_uac1_legacy.c | 72 .wTerminalType = UAC_TERMINAL_STREAMING, 122 .wTerminalType = UAC_OUTPUT_TERMINAL_SPEAKER,
|
D | f_uvc.c | 804 cd->wTerminalType = cpu_to_le16(0x0201); in uvc_alloc_inst() 833 od->wTerminalType = cpu_to_le16(0x0101); in uvc_alloc_inst()
|
D | f_uac2.c | 191 .wTerminalType = cpu_to_le16(UAC_TERMINAL_STREAMING), 205 .wTerminalType = cpu_to_le16(UAC_INPUT_TERMINAL_UNDEFINED), 219 .wTerminalType = cpu_to_le16(UAC_TERMINAL_STREAMING), 233 .wTerminalType = cpu_to_le16(UAC_OUTPUT_TERMINAL_UNDEFINED),
|
D | uvc_configfs.c | 392 UVCG_DEFAULT_CAMERA_ATTR(w_terminal_type, wTerminalType, 16); 506 UVCG_DEFAULT_OUTPUT_ATTR(w_terminal_type, wTerminalType, 16);
|
/Linux-v5.15/sound/usb/ |
D | mixer.c | 785 term->type = le16_to_cpu(d->wTerminalType); in parse_term_uac1_iterm_unit() 808 term->type = le16_to_cpu(d->wTerminalType); in parse_term_uac2_iterm_unit() 831 term->type = le16_to_cpu(d->wTerminalType); in parse_term_uac3_iterm_unit() 3210 state.oterm.type = le16_to_cpu(desc->wTerminalType); in snd_usb_mixer_controls() 3221 state.oterm.type = le16_to_cpu(desc->wTerminalType); in snd_usb_mixer_controls() 3247 state.oterm.type = le16_to_cpu(desc->wTerminalType); in snd_usb_mixer_controls()
|