Home
last modified time | relevance | path

Searched refs:bInCollection (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/include/uapi/linux/usb/
H A Daudio.h162 __u8 bInCollection; /* n */ member
176 __u8 bInCollection; \
H A Dvideo.h231 __u8 bInCollection; member
248 __u8 bInCollection; \
/openbmc/linux/sound/usb/
H A Dcard.c266 if (!h1->bInCollection) { in snd_usb_create_streams()
276 if (h1->bLength < sizeof(*h1) + h1->bInCollection) { in snd_usb_create_streams()
281 for (i = 0; i < h1->bInCollection; i++) in snd_usb_create_streams()
H A Dvalidate.c31 d->bLength >= sizeof(*d) + d->bInCollection; in validate_uac1_header()
/openbmc/linux/drivers/usb/gadget/legacy/
H A Dwebcam.c95 .bInCollection = 0, /* dynamic */
/openbmc/linux/drivers/usb/gadget/function/
H A Df_uac1_legacy.c59 .bInCollection = F_AUDIO_NUM_INTERFACES,
H A Df_uvc.c617 uvc_control_header->bInCollection = 1; in uvc_copy_descriptors()
H A Df_midi.c136 .bInCollection = 1,
H A Df_uac1.c1017 ac_desc->bInCollection = num_ifaces; in build_ac_header_desc()
H A Df_midi2.c225 .bInCollection = 0x01,