Home
last modified time | relevance | path

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

/src/lib/libusb/
H A Dlibusb20_ugen20.c154 if (ioctl(f, IOUSB(USB_GET_PLUGTIME), &plugtime)) { in ugen20_enumerate()
403 if (ioctl(f, IOUSB(USB_GET_PLUGTIME), &plugtime)) { in ugen20_open_device()
585 if (ioctl(pdev->file_ctrl, IOUSB(USB_GET_PLUGTIME), &plugtime)) { in ugen20_check_connected()
/src/sys/dev/usb/
H A Dusb_ioctl.h274 #define USB_GET_PLUGTIME _IOR ('U', 126, uint32_t) macro
H A Dusb_generic.c2335 case USB_GET_PLUGTIME: in ugen_ioctl_post()
/src/sys/compat/linux/
H A Dlinux_ioctl.c3461 args->cmd = USB_GET_PLUGTIME; in linux_ioctl_fbsd_usb()