Home
last modified time | relevance | path

Searched refs:USB_GET_DEV_PORT_PATH (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/usb/
Dusb_ioctl.h302 #define USB_GET_DEV_PORT_PATH _IOR ('U', 134, struct usb_device_port_path) macro
Dusb_generic.c2290 case USB_GET_DEV_PORT_PATH: in ugen_ioctl_post()
/freebsd-10-stable/lib/libusb/
Dlibusb20_ugen20.c657 if (ioctl(pdev->file_ctrl, IOUSB(USB_GET_DEV_PORT_PATH), &udpp)) in ugen20_get_port_path()
/freebsd-10-stable/sys/compat/linux/
Dlinux_ioctl.c3553 args->cmd = USB_GET_DEV_PORT_PATH; in linux_ioctl_fbsd_usb()