Home
last modified time | relevance | path

Searched refs:USB_HW_POWER_BULK (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/usb/
HDusb_controller.h78 #define USB_HW_POWER_BULK 0x02 macro
HDusb_hub.c2410 [UE_BULK] = USB_HW_POWER_BULK, in usbd_transfer_power_ref()
2604 bus->hw_power_state |= USB_HW_POWER_BULK; in usb_bus_powerd()
2746 bus->hw_power_state |= USB_HW_POWER_BULK; in usb_dev_resume_peer()
/freebsd-11-stable/sys/dev/usb/controller/
HDusb_controller.c543 USB_HW_POWER_BULK | in usb_bus_resume()
751 USB_HW_POWER_BULK | in usb_bus_attach()
HDohci.c2706 if (flags & USB_HW_POWER_BULK) in ohci_set_hw_power()
HDuhci.c3201 USB_HW_POWER_BULK | in uhci_set_hw_power()
HDehci.c3909 USB_HW_POWER_BULK)) { in ehci_set_hw_power()