Home
last modified time | relevance | path

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

/linux/drivers/usb/storage/
H A Dusb.c674 struct usb_interface_descriptor *idesc = in get_device_info() local
681 idesc->bInterfaceSubClass : in get_device_info()
684 idesc->bInterfaceProtocol : in get_device_info()
722 us->subclass == idesc->bInterfaceSubClass) in get_device_info()
725 us->protocol == idesc->bInterfaceProtocol) in get_device_info()
738 idesc->bInterfaceSubClass, in get_device_info()
739 idesc->bInterfaceProtocol, in get_device_info()
/linux/drivers/media/usb/pwc/
H A Dpwc-if.c405 struct usb_host_interface *idesc = NULL; in pwc_isoc_init() local
424 idesc = usb_altnum_to_altsetting(intf, pdev->valternate); in pwc_isoc_init()
425 if (!idesc) in pwc_isoc_init()
430 for (i = 0; i < idesc->desc.bNumEndpoints; i++) { in pwc_isoc_init()
431 if ((idesc->endpoint[i].desc.bEndpointAddress & 0xF) == pdev->vendpoint) { in pwc_isoc_init()
432 pdev->vmax_packet_size = le16_to_cpu(idesc->endpoint[i].desc.wMaxPacketSize); in pwc_isoc_init()