Lines Matching refs:portchange
104 U16 portstatus, U16 portchange);
118 U16 portchange; in has_hub_events_Port2() local
142 hub_port_status(dev, 0, pPortStatus, &portchange); in has_hub_events_Port2()
145 if (portchange & USB_PORT_STAT_C_CONNECTION) in has_hub_events_Port2()
164 U16 portchange; in hub_events_Port2() local
259 ret = hub_port_status(dev, i, &portstatus, &portchange); in hub_events_Port2()
263 if (portchange & USB_PORT_STAT_C_CONNECTION) { in hub_events_Port2()
264 hub_port_connect_change(hub, i, portstatus, portchange); in hub_events_Port2()
265 } else if (portchange & USB_PORT_STAT_C_ENABLE) { in hub_events_Port2()
330 i, portstatus, portchange); in hub_events_Port2()
334 if (portchange & USB_PORT_STAT_C_SUSPEND) { in hub_events_Port2()
391 if (portchange & USB_PORT_STAT_C_OVERCURRENT) { in hub_events_Port2()
400 if (portchange & USB_PORT_STAT_C_RESET) { in hub_events_Port2()