Searched refs:portchange (Results 1 – 2 of 2) sorted by relevance
1080 u16 portstatus, portchange; in hub_activate() local1082 portstatus = portchange = 0; in hub_activate()1083 status = hub_port_status(hub, port1, &portstatus, &portchange); in hub_activate()1089 portstatus, portchange); in hub_activate()1115 if (portchange & USB_PORT_STAT_C_CONNECTION) { in hub_activate()1120 if (portchange & USB_PORT_STAT_C_ENABLE) { in hub_activate()1125 if (portchange & USB_PORT_STAT_C_RESET) { in hub_activate()1130 if ((portchange & USB_PORT_STAT_C_BH_RESET) && in hub_activate()1140 (portchange & USB_PORT_STAT_C_CONNECTION)) in hub_activate()1152 (portchange & USB_PORT_STAT_C_OVERCURRENT)) in hub_activate()[all …]
338 u16 portchange; in lvs_rh_work() local348 portchange = le16_to_cpu(port_status->wPortChange); in lvs_rh_work()350 if (portchange & USB_PORT_STAT_C_LINK_STATE) in lvs_rh_work()353 if (portchange & USB_PORT_STAT_C_ENABLE) in lvs_rh_work()356 if (portchange & USB_PORT_STAT_C_RESET) in lvs_rh_work()359 if (portchange & USB_PORT_STAT_C_BH_RESET) in lvs_rh_work()362 if (portchange & USB_PORT_STAT_C_CONNECTION) { in lvs_rh_work()