Searched refs:portchange (Results 1 – 2 of 2) sorted by relevance
1144 u16 portstatus, portchange; in hub_activate() local1146 portstatus = portchange = 0; in hub_activate()1147 status = usb_hub_port_status(hub, port1, &portstatus, &portchange); in hub_activate()1153 portstatus, portchange); in hub_activate()1194 if (portchange & USB_PORT_STAT_C_CONNECTION) { in hub_activate()1199 if (portchange & USB_PORT_STAT_C_ENABLE) { in hub_activate()1204 if (portchange & USB_PORT_STAT_C_RESET) { in hub_activate()1209 if ((portchange & USB_PORT_STAT_C_BH_RESET) && in hub_activate()1219 (portchange & USB_PORT_STAT_C_CONNECTION)) in hub_activate()1230 (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()