Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libusb/
H A Dlibusb20_ugen20.c155 if (ioctl(f, IOUSB(USB_GET_PLUGTIME), &plugtime)) { in ugen20_enumerate()
404 if (ioctl(f, IOUSB(USB_GET_PLUGTIME), &plugtime)) { in ugen20_open_device()
586 if (ioctl(pdev->file_ctrl, IOUSB(USB_GET_PLUGTIME), &plugtime)) { in ugen20_check_connected()
/freebsd-13.1/sys/dev/usb/
H A Dusb_ioctl.h305 #define USB_GET_PLUGTIME _IOR ('U', 126, uint32_t) macro
H A Dusb_generic.c2174 case USB_GET_PLUGTIME: in ugen_ioctl_post()
/freebsd-13.1/sys/compat/linux/
H A Dlinux_ioctl.c3442 args->cmd = USB_GET_PLUGTIME; in linux_ioctl_fbsd_usb()