Home
last modified time | relevance | path

Searched refs:h1 (Results 1 – 2 of 2) sorted by relevance

/sound/usb/
Dcard.c243 struct uac1_ac_header_descriptor *h1; in snd_usb_create_streams() local
246 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()
/sound/pci/asihpi/
Dhpi_internal.h1171 } h1; member