Home
last modified time | relevance | path

Searched refs:USB_PORT_FEAT_ENABLE (Results 1 – 7 of 7) sorted by relevance

/external/kernel-headers/original/uapi/linux/usb/
Dch11.h72 #define USB_PORT_FEAT_ENABLE 1 macro
/external/u-boot/include/
Dusb_defs.h224 #define USB_PORT_FEAT_ENABLE 1 macro
/external/u-boot/drivers/usb/host/
Dsl811-hcd.c600 case USB_PORT_FEAT_ENABLE: in sl811_rh_submit_urb()
652 case USB_PORT_FEAT_ENABLE: in sl811_rh_submit_urb()
Dxhci.c1033 case USB_PORT_FEAT_ENABLE: in xhci_submit_root()
1054 case USB_PORT_FEAT_ENABLE: in xhci_submit_root()
Dehci-hcd.c812 case USB_PORT_FEAT_ENABLE: in ehci_submit_root()
888 case USB_PORT_FEAT_ENABLE: in ehci_submit_root()
Ddwc2.c762 case USB_PORT_FEAT_ENABLE: in dwc_otg_submit_rh_msg_out()
/external/u-boot/common/
Dusb_hub.c424 usb_clear_port_feature(dev, port + 1, USB_PORT_FEAT_ENABLE); in usb_hub_port_connect_change()