Searched refs:h1 (Results 1 – 2 of 2) sorted by relevance
243 struct uac1_ac_header_descriptor *h1; in snd_usb_create_streams() local246 h1 = snd_usb_find_csint_desc(host_iface->extra, in snd_usb_create_streams()249 if (!h1 || h1->bLength < sizeof(*h1)) { in snd_usb_create_streams()255 host_iface->extralen) - (void *)h1; in snd_usb_create_streams()263 if (rest_bytes < sizeof(*h1)) { in snd_usb_create_streams()268 if (!h1->bInCollection) { in snd_usb_create_streams()273 if (rest_bytes < h1->bLength) { in snd_usb_create_streams()278 if (h1->bLength < sizeof(*h1) + h1->bInCollection) { in snd_usb_create_streams()283 for (i = 0; i < h1->bInCollection; i++) in snd_usb_create_streams()284 snd_usb_create_stream(chip, ctrlif, h1->baInterfaceNr[i]); in snd_usb_create_streams()
1171 } h1; member