Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/usb/
H A Dch11.h142 #define USB_SS_PORT_STAT_POWER 0x0200 macro
/openbmc/u-boot/include/
H A Dusb_defs.h267 #define USB_SS_PORT_STAT_POWER 0x0200 macro
/openbmc/linux/drivers/usb/usbip/
H A Dvhci_hcd.c392 vhci_hcd->port_status[rhport] &= ~USB_SS_PORT_STAT_POWER; in vhci_hub_control()
555 vhci_hcd->port_status[rhport] |= USB_SS_PORT_STAT_POWER; in vhci_hub_control()
584 (USB_SS_PORT_STAT_POWER | in vhci_hub_control()
607 USB_SS_PORT_STAT_POWER) != 0) { in vhci_hub_control()
/openbmc/linux/drivers/usb/gadget/udc/
H A Ddummy_hcd.c374 if ((dum_hcd->port_status & USB_SS_PORT_STAT_POWER) == 0) { in set_link_state_by_speed()
445 USB_SS_PORT_STAT_POWER : USB_PORT_STAT_POWER); in set_link_state()
2132 dum_hcd->port_status &= ~USB_SS_PORT_STAT_POWER; in dummy_hub_control()
2274 dum_hcd->port_status |= USB_SS_PORT_STAT_POWER; in dummy_hub_control()
2294 (USB_SS_PORT_STAT_POWER | in dummy_hub_control()
/openbmc/u-boot/common/
H A Dusb_hub.c145 if (status->wPortStatus & USB_SS_PORT_STAT_POWER) in usb_get_port_status()
/openbmc/linux/drivers/usb/host/
H A Dxhci-tegra.c1298 u32 stat_power = main ? USB_PORT_STAT_POWER : USB_SS_PORT_STAT_POWER; in tegra_xhci_set_port_power()
1375 if (status & USB_SS_PORT_STAT_POWER) in tegra_xhci_id_work()
H A Dxhci-hub.c1066 *status |= USB_SS_PORT_STAT_POWER; in xhci_get_usb3_port_status()
/openbmc/linux/drivers/usb/core/
H A Dhub.c3161 if (portstatus & USB_SS_PORT_STAT_POWER) in usb_port_is_power_on()