Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_controller.h83 #define USB_HW_POWER_INTERRUPT 0x04 macro
H A Dusb_hub.c2351 [UE_INTERRUPT] = USB_HW_POWER_INTERRUPT, in usbd_transfer_power_ref()
2546 bus->hw_power_state |= USB_HW_POWER_INTERRUPT; in usb_bus_powerd()
2644 bus->hw_power_state |= USB_HW_POWER_INTERRUPT; in usb_dev_resume_peer()
/dragonfly/sys/bus/u4b/controller/
H A Dusb_controller.c543 USB_HW_POWER_INTERRUPT | in usb_bus_resume()
751 USB_HW_POWER_INTERRUPT | in usb_bus_attach()
H A Dohci.c2703 if (flags & USB_HW_POWER_INTERRUPT) in ohci_set_hw_power()
H A Duhci.c3198 USB_HW_POWER_INTERRUPT | in uhci_set_hw_power()
H A Dehci.c3912 if (flags & (USB_HW_POWER_INTERRUPT | in ehci_set_hw_power()