Home
last modified time | relevance | path

Searched refs:usb_device_port_path (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_ioctl.h145 struct usb_device_port_path { struct
299 #define USB_GET_DEV_PORT_PATH _IOR ('U', 134, struct usb_device_port_path)
H A Dusb_generic.c1810 ugen_get_port_path(struct usb_fifo *f, struct usb_device_port_path *dpp) in ugen_get_port_path()
2114 struct usb_device_port_path *dpp; in ugen_ioctl_post()
2382 struct usb_device_port_path dpp; in ugen_ioctl_post()
2383 error = copyin((const void *)u.dpp, &dpp, sizeof(struct usb_device_port_path)); in ugen_ioctl_post()
2391 error = copyout((const void *)&dpp, u.dpp, sizeof(struct usb_device_port_path)); in ugen_ioctl_post()

Completed in 4 milliseconds