HomeSort by: relevance | last modified time | path
    Searched defs:ifdesc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
uvideo.c 497 const usb_interface_descriptor_t *ifdesc; local in function:uvideo_attach
532 while ((ifdesc = usb_desc_iter_next_interface(&iter)) != NULL) {
533 KASSERT(ifdesc->bLength >= USB_INTERFACE_DESCRIPTOR_SIZE);
534 if (ifdesc->bInterfaceClass != UICLASS_VIDEO) {
539 ifdesc->bLength,
540 ifdesc->bDescriptorType,
541 ifdesc->bInterfaceClass,
542 ifdesc->bInterfaceSubClass));
546 switch (ifdesc->bInterfaceSubClass) {
548 err = uvideo_init_control(sc, ifdesc, &iter)
    [all...]
uvideo.c 497 const usb_interface_descriptor_t *ifdesc; local in function:uvideo_attach
532 while ((ifdesc = usb_desc_iter_next_interface(&iter)) != NULL) {
533 KASSERT(ifdesc->bLength >= USB_INTERFACE_DESCRIPTOR_SIZE);
534 if (ifdesc->bInterfaceClass != UICLASS_VIDEO) {
539 ifdesc->bLength,
540 ifdesc->bDescriptorType,
541 ifdesc->bInterfaceClass,
542 ifdesc->bInterfaceSubClass));
546 switch (ifdesc->bInterfaceSubClass) {
548 err = uvideo_init_control(sc, ifdesc, &iter)
    [all...]

Completed in 170 milliseconds