Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/usb/
Dusb_controller.h83 #define USB_HW_POWER_INTERRUPT 0x04 macro
Dusb_hub.c2275 [UE_INTERRUPT] = USB_HW_POWER_INTERRUPT, in usbd_transfer_power_ref()
2470 bus->hw_power_state |= USB_HW_POWER_INTERRUPT; in usb_bus_powerd()
2612 bus->hw_power_state |= USB_HW_POWER_INTERRUPT; in usb_dev_resume_peer()
/freebsd-9-stable/sys/dev/usb/controller/
Dusb_controller.c524 USB_HW_POWER_INTERRUPT | in usb_bus_resume()
730 USB_HW_POWER_INTERRUPT | in usb_bus_attach()
Dohci.c2707 if (flags & USB_HW_POWER_INTERRUPT) in ohci_set_hw_power()
Duhci.c3200 USB_HW_POWER_INTERRUPT | in uhci_set_hw_power()
Dehci.c3900 if (flags & (USB_HW_POWER_INTERRUPT | in ehci_set_hw_power()