Home
last modified time | relevance | path

Searched refs:usb_device_port_path (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/bus/u4b/
H A Dusb_ioctl.h146 struct usb_device_port_path { struct
300 #define USB_GET_DEV_PORT_PATH _IOR ('U', 134, struct usb_device_port_path)
H A Dusb_generic.c1825 ugen_get_port_path(struct usb_fifo *f, struct usb_device_port_path *dpp) in ugen_get_port_path()
2064 struct usb_device_port_path *dpp; in ugen_ioctl_post()
/dragonfly/lib/libusb/
H A Dlibusb20_ugen20.c654 struct usb_device_port_path udpp; in ugen20_get_port_path()