Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/usb/
Dch11.h80 #define USB_PORT_FEAT_C_ENABLE 17 macro
/external/u-boot/include/
Dusb_defs.h232 #define USB_PORT_FEAT_C_ENABLE 17 macro
/external/u-boot/drivers/usb/host/
Dxhci.c836 case USB_PORT_FEAT_C_ENABLE: in xhci_clear_port_change_bit()
1063 case USB_PORT_FEAT_C_ENABLE: in xhci_submit_root()
Dsl811-hcd.c616 case USB_PORT_FEAT_C_ENABLE: in sl811_rh_submit_urb()
Dehci-hcd.c891 case USB_PORT_FEAT_C_ENABLE: in ehci_submit_root()
/external/u-boot/common/
Dusb_hub.c507 usb_clear_port_feature(dev, i + 1, USB_PORT_FEAT_C_ENABLE); in usb_scan_port()