Lines Matching refs:u16Portchange
678 U16 u16Portchange; in ms_hub_port_wait_reset() local
684 s32Ret = ms_hub_port_status(hub, port, &u16Portstatus, &u16Portchange); in ms_hub_port_wait_reset()
695 if ((u16Portchange & USB_PORT_STAT_C_CONNECTION)) in ms_hub_port_wait_reset()
843 U16 u16Portchange, u16Portstatus; in ms_hub_port_debounce() local
852 s32Err = ms_hub_port_status(hub, port, &u16Portstatus, &u16Portchange); in ms_hub_port_debounce()
870 if ((u16Portchange & USB_PORT_STAT_C_CONNECTION)) in ms_hub_port_debounce()
1281 U16 u16Portchange; in ms_hub_events() local
1327 s32Err = ms_hub_port_status(ms_dev, i, &u16Portstatus, &u16Portchange); in ms_hub_events()
1330 ((u16Portchange & USB_PORT_STAT_C_CONNECTION)==0) && in ms_hub_events()
1333 …f("current u16Portchange [0x%4x], u16Portstatus [0x%4x] s32Err %d\n", u16Portchange, u16Portstatus… in ms_hub_events()
1334 u16Portchange |= USB_PORT_STAT_C_CONNECTION; in ms_hub_events()
1340 if (u16Portchange & USB_PORT_STAT_C_CONNECTION) in ms_hub_events()
1347 if (u16Portchange & USB_PORT_STAT_C_ENABLE) in ms_hub_events()
1363 if (u16Portchange & USB_PORT_STAT_C_SUSPEND) in ms_hub_events()
1371 if (u16Portchange & USB_PORT_STAT_C_OVERCURRENT) in ms_hub_events()
1380 if (u16Portchange & USB_PORT_STAT_C_RESET) in ms_hub_events()
1390 pUdev = ms_hub_port_connect_change(hub, i, u16Portstatus, u16Portchange); in ms_hub_events()