Searched refs:udp_port_level (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/dev/usb/
H A Dusb_ioctl.h151 uint8_t udp_port_level; /* how many levels: 0, 1, 2 ... */ member in struct:usb_device_port_path
H A Dusb_generic.c1854 dpp->udp_port_level = nlevel;
/freebsd-10.3-release/lib/libusb/
H A Dlibusb20_ugen20.c659 if (udpp.udp_port_level > bufsize)
662 memcpy(buf, udpp.udp_port_no, udpp.udp_port_level);
664 return (udpp.udp_port_level); /* success */

Completed in 103 milliseconds