Searched refs:plugtime (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/lib/libusb/
H A Dlibusb20_ugen20.c140 uint32_t plugtime; local
155 if (ioctl(f, IOUSB(USB_GET_PLUGTIME), &plugtime)) {
160 pdev->session_data.plugtime = plugtime;
381 uint32_t plugtime; local
404 if (ioctl(f, IOUSB(USB_GET_PLUGTIME), &plugtime)) {
409 if (pdev->session_data.plugtime != plugtime) {
583 uint32_t plugtime; local
586 if (ioctl(pdev->file_ctrl, IOUSB(USB_GET_PLUGTIME), &plugtime)) {
[all...]
H A Dlibusb20_int.h50 uint32_t plugtime; member in union:libusb20_session_data
/freebsd-12-stable/sys/dev/usb/
H A Dusb_device.h232 usb_ticks_t plugtime; /* copy of "ticks" */ member in struct:usb_device
H A Dusb_generic.c2235 *u.ptime = f->udev->plugtime;
H A Dusb_device.c1822 udev->plugtime = (usb_ticks_t)ticks;

Completed in 44 milliseconds