Lines Matching refs:hostif
2278 struct usb_host_interface *hostif; in gigaset_probe() local
2293 hostif = interface->cur_altsetting; in gigaset_probe()
2294 if (hostif->desc.bAlternateSetting != 3) { in gigaset_probe()
2297 __func__, hostif->desc.bAlternateSetting); in gigaset_probe()
2298 if (usb_set_interface(udev, hostif->desc.bInterfaceNumber, 3) in gigaset_probe()
2302 udev->devnum, hostif->desc.bInterfaceNumber, in gigaset_probe()
2303 hostif->desc.bAlternateSetting); in gigaset_probe()
2306 hostif = interface->cur_altsetting; in gigaset_probe()
2311 if (hostif->desc.bInterfaceClass != 255) { in gigaset_probe()
2313 __func__, hostif->desc.bInterfaceClass); in gigaset_probe()
2362 endpoint = &hostif->endpoint[0].desc; in gigaset_probe()