Searched refs:USB_SS_PORT_STAT_POWER (Results 1 – 4 of 4) sorted by relevance
129 #define USB_SS_PORT_STAT_POWER 0x0200 macro
296 if ((dum_hcd->port_status & USB_SS_PORT_STAT_POWER) == 0) { in set_link_state_by_speed()1993 USB_SS_PORT_STAT_POWER) in dummy_hub_control()2124 dum_hcd->port_status |= USB_SS_PORT_STAT_POWER; in dummy_hub_control()2143 (USB_SS_PORT_STAT_POWER | in dummy_hub_control()2165 USB_SS_PORT_STAT_POWER) != 0) { in dummy_hub_control()
687 status |= USB_SS_PORT_STAT_POWER; in xhci_get_port_status()
2855 if (portstatus & USB_SS_PORT_STAT_POWER) in port_is_power_on()