Home
last modified time | relevance | path

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

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