Searched refs:idesc (Results 1 – 4 of 4) sorted by relevance
565 struct usb_interface_descriptor *idesc = in get_device_info() local572 idesc->bInterfaceSubClass : in get_device_info()575 idesc->bInterfaceProtocol : in get_device_info()606 us->subclass == idesc->bInterfaceSubClass) in get_device_info()609 us->protocol == idesc->bInterfaceProtocol) in get_device_info()622 idesc->bInterfaceSubClass, in get_device_info()623 idesc->bInterfaceProtocol, in get_device_info()
810 struct usb_host_interface *idesc = NULL; in pwc_isoc_init() local824 idesc = usb_altnum_to_altsetting(intf, pdev->valternate); in pwc_isoc_init()826 if (!idesc) in pwc_isoc_init()831 for (i = 0; i < idesc->desc.bNumEndpoints; i++) { in pwc_isoc_init()832 if ((idesc->endpoint[i].desc.bEndpointAddress & 0xF) == pdev->vendpoint) { in pwc_isoc_init()833 pdev->vmax_packet_size = le16_to_cpu(idesc->endpoint[i].desc.wMaxPacketSize); in pwc_isoc_init()
1235 static const struct idesc { in fec_request_intrs() struct1353 static const struct idesc { in fec_request_intrs() struct1514 static const struct idesc { in fec_request_intrs() struct1631 static const struct idesc { in fec_request_intrs() struct
5721 struct usb_interface_descriptor *idesc; in ov51x_probe() local5731 idesc = &intf->cur_altsetting->desc; in ov51x_probe()5733 if (idesc->bInterfaceClass != 0xFF) in ov51x_probe()5735 if (idesc->bInterfaceSubClass != 0x00) in ov51x_probe()5744 ov->iface = idesc->bInterfaceNumber; in ov51x_probe()