Home
last modified time | relevance | path

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

/freebsd/lib/libusb/
H A DSymbol.map160 libusb20_dev_get_stats;
H A Dlibusb20.h256 int libusb20_dev_get_stats(struct libusb20_device *pdev, struct libusb20_device_stats *pstat);
H A Dlibusb20.c1076 libusb20_dev_get_stats(struct libusb20_device *pdev, struct libusb20_device_stats *pstats) in libusb20_dev_get_stats() function
/freebsd/usr.sbin/usbconfig/
H A Ddump.c723 if (libusb20_dev_get_stats(pdev, &st)) { in dump_device_stats()