Home
last modified time | relevance | path

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

/trueos/lib/libusb/
HDlibusb20_ugen20.c152 if (ioctl(f, IOUSB(USB_GET_PLUGTIME), &plugtime)) { in ugen20_enumerate()
394 if (ioctl(f, IOUSB(USB_GET_PLUGTIME), &plugtime)) { in ugen20_open_device()
576 if (ioctl(pdev->file_ctrl, IOUSB(USB_GET_PLUGTIME), &plugtime)) { in ugen20_check_connected()
/trueos/sys/dev/usb/
HDusb_ioctl.h299 #define USB_GET_PLUGTIME _IOR ('U', 126, uint32_t) macro
HDusb_generic.c2187 case USB_GET_PLUGTIME: in ugen_ioctl_post()
/trueos/sys/compat/linux/
HDlinux_ioctl.c3521 args->cmd = USB_GET_PLUGTIME; in linux_ioctl_fbsd_usb()