Searched refs:portchange (Results 1 – 2 of 2) sorted by relevance
1130 u16 portstatus, portchange; in hub_activate() local1132 portstatus = portchange = 0; in hub_activate()1133 status = usb_hub_port_status(hub, port1, &portstatus, &portchange); in hub_activate()1139 portstatus, portchange); in hub_activate()1180 if (portchange & USB_PORT_STAT_C_CONNECTION) { in hub_activate()1185 if (portchange & USB_PORT_STAT_C_ENABLE) { in hub_activate()1190 if (portchange & USB_PORT_STAT_C_RESET) { in hub_activate()1195 if ((portchange & USB_PORT_STAT_C_BH_RESET) && in hub_activate()1205 (portchange & USB_PORT_STAT_C_CONNECTION)) in hub_activate()1216 (portchange & USB_PORT_STAT_C_CONNECTION) || in hub_activate()[all …]
335 u16 portchange; in lvs_rh_work() local345 portchange = le16_to_cpu(port_status->wPortChange); in lvs_rh_work()347 if (portchange & USB_PORT_STAT_C_LINK_STATE) in lvs_rh_work()350 if (portchange & USB_PORT_STAT_C_ENABLE) in lvs_rh_work()353 if (portchange & USB_PORT_STAT_C_RESET) in lvs_rh_work()356 if (portchange & USB_PORT_STAT_C_BH_RESET) in lvs_rh_work()359 if (portchange & USB_PORT_STAT_C_CONNECTION) { in lvs_rh_work()