/openbmc/u-boot/drivers/usb/emul/ |
H A D | sandbox_hub.c | 258 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()
|
/openbmc/linux/include/uapi/linux/usb/ |
H A D | ch11.h | 77 #define USB_PORT_FEAT_C_CONNECTION 16 macro
|
/openbmc/u-boot/include/ |
H A D | usb_defs.h | 231 #define USB_PORT_FEAT_C_CONNECTION 16 macro
|
/openbmc/linux/drivers/usb/core/ |
H A D | port.c | 143 usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_C_CONNECTION); in disable_store() 434 usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_C_CONNECTION); in usb_port_runtime_suspend()
|
H A D | hub.c | 1202 USB_PORT_FEAT_C_CONNECTION); in hub_activate() 2951 USB_PORT_FEAT_C_CONNECTION); in hub_port_wait_reset() 3055 USB_PORT_FEAT_C_CONNECTION); in hub_port_reset() 3266 USB_PORT_FEAT_C_CONNECTION); in check_port_resume_type() 4655 USB_PORT_FEAT_C_CONNECTION); in hub_port_debounce() 5698 usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_C_CONNECTION); in port_event()
|
/openbmc/linux/drivers/usb/host/ |
H A D | fhci-hub.c | 251 case USB_PORT_FEAT_C_CONNECTION: in fhci_hub_control()
|
H A D | uhci-hub.c | 395 case USB_PORT_FEAT_C_CONNECTION: in uhci_hub_control()
|
H A D | ohci-hub.c | 726 case USB_PORT_FEAT_C_CONNECTION: in ohci_hub_control()
|
H A D | xhci-hub.c | 626 case USB_PORT_FEAT_C_CONNECTION: in xhci_clear_port_change_bit() 1600 case USB_PORT_FEAT_C_CONNECTION: in xhci_hub_control()
|
H A D | ehci-hub.c | 843 case USB_PORT_FEAT_C_CONNECTION: in ehci_hub_control()
|
H A D | octeon-hcd.c | 3351 case USB_PORT_FEAT_C_CONNECTION: in octeon_usb_hub_control() 3426 port_status |= (1 << USB_PORT_FEAT_C_CONNECTION); in octeon_usb_hub_control()
|
H A D | xen-hcd.c | 455 case USB_PORT_FEAT_C_CONNECTION: in xenhcd_hub_control()
|
H A D | isp116x-hcd.c | 1086 case USB_PORT_FEAT_C_CONNECTION: in isp116x_hub_control()
|
/openbmc/linux/drivers/usb/c67x00/ |
H A D | c67x00-hcd.c | 188 case USB_PORT_FEAT_C_CONNECTION: in c67x00_hub_control()
|
/openbmc/linux/drivers/usb/musb/ |
H A D | musb_virthub.c | 310 case USB_PORT_FEAT_C_CONNECTION: in musb_hub_control()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci.c | 828 case USB_PORT_FEAT_C_CONNECTION: in xhci_clear_port_change_bit() 1061 case USB_PORT_FEAT_C_CONNECTION: in xhci_submit_root()
|
H A D | sl811-hcd.c | 612 case USB_PORT_FEAT_C_CONNECTION: in sl811_rh_submit_urb()
|
H A D | dwc2.c | 736 case USB_PORT_FEAT_C_CONNECTION: in dwc_otg_submit_rh_msg_out()
|
H A D | ehci-hcd.c | 908 case USB_PORT_FEAT_C_CONNECTION: in ehci_submit_root()
|
/openbmc/linux/drivers/usb/misc/ |
H A D | lvstest.c | 361 USB_PORT_FEAT_C_CONNECTION); in lvs_rh_work()
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | vhci_hcd.c | 167 status |= USB_PORT_STAT_CONNECTION | (1 << USB_PORT_FEAT_C_CONNECTION); in rh_port_connect() 202 status |= (1 << USB_PORT_FEAT_C_CONNECTION); in rh_port_disconnect()
|
/openbmc/u-boot/common/ |
H A D | usb_hub.c | 362 usb_clear_port_feature(dev, port + 1, USB_PORT_FEAT_C_CONNECTION); in usb_hub_port_connect_change()
|
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 727 case USB_PORT_FEAT_C_CONNECTION: in ast_vhub_clr_port_feature()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 2155 case USB_PORT_FEAT_C_CONNECTION: in dummy_hub_control() 2327 case USB_PORT_FEAT_C_CONNECTION: in dummy_hub_control()
|
/openbmc/linux/drivers/usb/renesas_usbhs/ |
H A D | mod_host.c | 1133 case USB_PORT_FEAT_C_CONNECTION: in __usbhsh_hub_port_feature()
|