Home
last modified time | relevance | path

Searched refs:USB_PORT_FEAT_C_CONNECTION (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/drivers/usb/emul/
Dsandbox_hub.c258 if (setup->value < USB_PORT_FEAT_C_CONNECTION) { in sandbox_hub_submit_control_msg()
272 if (setup->value < USB_PORT_FEAT_C_CONNECTION) { in sandbox_hub_submit_control_msg()
/external/kernel-headers/original/uapi/linux/usb/
Dch11.h79 #define USB_PORT_FEAT_C_CONNECTION 16 macro
/external/u-boot/include/
Dusb_defs.h231 #define USB_PORT_FEAT_C_CONNECTION 16 macro
/external/u-boot/drivers/usb/host/
Dxhci.c828 case USB_PORT_FEAT_C_CONNECTION: in xhci_clear_port_change_bit()
1061 case USB_PORT_FEAT_C_CONNECTION: in xhci_submit_root()
Dsl811-hcd.c612 case USB_PORT_FEAT_C_CONNECTION: in sl811_rh_submit_urb()
Ddwc2.c733 case USB_PORT_FEAT_C_CONNECTION: in dwc_otg_submit_rh_msg_out()
Dehci-hcd.c898 case USB_PORT_FEAT_C_CONNECTION: in ehci_submit_root()
/external/u-boot/common/
Dusb_hub.c362 usb_clear_port_feature(dev, port + 1, USB_PORT_FEAT_C_CONNECTION); in usb_hub_port_connect_change()