Searched refs:uintf (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/tools/usb/usbip/src/ |
| D | usbip_list.c | 50 struct usbip_usb_interface uintf; in get_exported_devices() local 105 rc = usbip_net_recv(sockfd, &uintf, sizeof(uintf)); in get_exported_devices() 112 usbip_net_pack_usb_interface(0, &uintf); in get_exported_devices() 115 uintf.bInterfaceClass, in get_exported_devices() 116 uintf.bInterfaceSubClass, in get_exported_devices() 117 uintf.bInterfaceProtocol); in get_exported_devices()
|
| /Linux-v5.4/drivers/media/usb/b2c2/ |
| D | flexcop-usb.c | 431 fc_usb->uintf->cur_altsetting->endpoint[0].desc.wMaxPacketSize); in flexcop_usb_transfer_init() 524 usb_set_intfdata(fc_usb->uintf, fc_usb); in flexcop_usb_init() 530 usb_set_intfdata(fc_usb->uintf, NULL); in flexcop_usb_exit() 566 fc_usb->uintf = intf; in flexcop_usb_probe()
|
| D | flexcop-usb.h | 22 struct usb_interface *uintf; member
|
| /Linux-v5.4/drivers/media/mc/ |
| D | mc-device.c | 238 struct media_v2_interface kintf, __user *uintf; in media_device_get_topology() local 276 uintf = media_get_uptr(topo->ptr_interfaces); in media_device_get_topology() 279 if (ret || !uintf) in media_device_get_topology() 303 if (copy_to_user(uintf, &kintf, sizeof(kintf))) in media_device_get_topology() 305 uintf++; in media_device_get_topology()
|