Searched refs:iad_desc (Results 1 – 2 of 2) sorted by relevance
134 static struct usb_interface_assoc_descriptor iad_desc = { variable135 .bLength = sizeof iad_desc,517 (struct usb_descriptor_header *)&iad_desc,552 (struct usb_descriptor_header *)&iad_desc,587 (struct usb_descriptor_header *)&iad_desc,829 headers[i++] = USBDHDR(&iad_desc); in setup_headers()937 iad_desc.bInterfaceCount = 1; in setup_descriptor()951 iad_desc.bInterfaceCount++; in setup_descriptor()964 iad_desc.bInterfaceCount++; in setup_descriptor()1074 iad_desc.iFunction = us[STR_ASSOC].id; in afunc_bind()[all …]
322 mkdir -p $GADGET/strings/0x409/iad_desc323 echo -n "Interface Associaton Descriptor" > $GADGET/strings/0x409/iad_desc/s324 ln -s $GADGET/strings/0x409/iad_desc $FUNCTION/iad_desc