Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_ioctl.h278 #define USB_GET_POWER_USAGE _IOR ('U', 135, int) macro
H A Dusb_generic.c2427 case USB_GET_POWER_USAGE: in ugen_ioctl_post()
/freebsd/lib/libusb/
H A Dlibusb20_ugen20.c665 if (ioctl(pdev->file_ctrl, IOUSB(USB_GET_POWER_USAGE), &temp)) { in ugen20_get_power_usage()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c3440 args->cmd = USB_GET_POWER_USAGE; in linux_ioctl_fbsd_usb()