Searched refs:uintf (Results 1 – 3 of 3) sorted by relevance
55 struct usbip_usb_interface uintf; in get_exported_devices() local108 rc = usbip_net_recv(sockfd, &uintf, sizeof(uintf)); in get_exported_devices()115 usbip_net_pack_usb_interface(0, &uintf); in get_exported_devices()118 uintf.bInterfaceClass, in get_exported_devices()119 uintf.bInterfaceSubClass, in get_exported_devices()120 uintf.bInterfaceProtocol); in get_exported_devices()
401 fc_usb->uintf->cur_altsetting->endpoint[0].desc.wMaxPacketSize); in flexcop_usb_transfer_init()494 usb_set_intfdata(fc_usb->uintf, fc_usb); in flexcop_usb_init()500 usb_set_intfdata(fc_usb->uintf, NULL); in flexcop_usb_exit()535 fc_usb->uintf = intf; in flexcop_usb_probe()
21 struct usb_interface *uintf; member