Searched refs:portchange (Results 1 – 2 of 2) sorted by relevance
1070 u16 portstatus, portchange; in hub_activate() local1072 portstatus = portchange = 0; in hub_activate()1073 status = hub_port_status(hub, port1, &portstatus, &portchange); in hub_activate()1079 portstatus, portchange); in hub_activate()1120 if (portchange & USB_PORT_STAT_C_CONNECTION) { in hub_activate()1125 if (portchange & USB_PORT_STAT_C_ENABLE) { in hub_activate()1130 if (portchange & USB_PORT_STAT_C_RESET) { in hub_activate()1135 if ((portchange & USB_PORT_STAT_C_BH_RESET) && in hub_activate()1145 (portchange & USB_PORT_STAT_C_CONNECTION)) in hub_activate()1156 (portchange & USB_PORT_STAT_C_CONNECTION) || in hub_activate()[all …]
304 u16 portchange; in lvs_rh_work() local314 portchange = le16_to_cpu(port_status->wPortChange); in lvs_rh_work()316 if (portchange & USB_PORT_STAT_C_LINK_STATE) in lvs_rh_work()319 if (portchange & USB_PORT_STAT_C_ENABLE) in lvs_rh_work()322 if (portchange & USB_PORT_STAT_C_RESET) in lvs_rh_work()325 if (portchange & USB_PORT_STAT_C_BH_RESET) in lvs_rh_work()328 if (portchange & USB_PORT_STAT_C_CONNECTION) { in lvs_rh_work()