Searched refs:USB_SS_PORT_STAT_POWER (Results 1 – 4 of 4) sorted by relevance
129 #define USB_SS_PORT_STAT_POWER 0x0200 macro
360 if ((dum_hcd->port_status & USB_SS_PORT_STAT_POWER) == 0) { in set_link_state_by_speed()2072 USB_SS_PORT_STAT_POWER) in dummy_hub_control()2203 dum_hcd->port_status |= USB_SS_PORT_STAT_POWER; in dummy_hub_control()2222 (USB_SS_PORT_STAT_POWER | in dummy_hub_control()2244 USB_SS_PORT_STAT_POWER) != 0) { in dummy_hub_control()
842 status |= USB_SS_PORT_STAT_POWER; in xhci_get_port_status()
2870 if (portstatus & USB_SS_PORT_STAT_POWER) in port_is_power_on()