Searched refs:portchange (Results 1 – 2 of 2) sorted by relevance
1127 u16 portstatus, portchange; in hub_activate() local1129 portstatus = portchange = 0; in hub_activate()1130 status = usb_hub_port_status(hub, port1, &portstatus, &portchange); in hub_activate()1136 portstatus, portchange); in hub_activate()1177 if (portchange & USB_PORT_STAT_C_CONNECTION) { in hub_activate()1182 if (portchange & USB_PORT_STAT_C_ENABLE) { in hub_activate()1187 if (portchange & USB_PORT_STAT_C_RESET) { in hub_activate()1192 if ((portchange & USB_PORT_STAT_C_BH_RESET) && in hub_activate()1202 (portchange & USB_PORT_STAT_C_CONNECTION)) in hub_activate()1213 (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()