Searched refs:wPortChange (Results 1 – 1 of 1) sorted by relevance
34 uint16_t wPortChange; member177 port->wPortChange |= PORT_STAT_C_CONNECTION; in usb_hub_attach()189 port->wPortChange |= PORT_STAT_C_CONNECTION; in usb_hub_attach()192 port->wPortChange |= PORT_STAT_C_ENABLE; in usb_hub_attach()323 data[2] = port->wPortChange; in usb_hub_handle_control()324 data[3] = port->wPortChange >> 8; in usb_hub_handle_control()352 port->wPortChange |= PORT_STAT_C_RESET; in usb_hub_handle_control()379 port->wPortChange &= ~PORT_STAT_C_ENABLE; in usb_hub_handle_control()385 port->wPortChange &= ~PORT_STAT_C_SUSPEND; in usb_hub_handle_control()388 port->wPortChange &= ~PORT_STAT_C_CONNECTION; in usb_hub_handle_control()[all …]