Searched refs:port_change (Results 1 – 3 of 3) sorted by relevance
525 uint32_t port_change = 0; in dwc_otg_submit_rh_msg_in_status() local565 port_change |= USB_PORT_STAT_C_ENABLE; in dwc_otg_submit_rh_msg_in_status()567 port_change |= USB_PORT_STAT_C_CONNECTION; in dwc_otg_submit_rh_msg_in_status()569 port_change |= USB_PORT_STAT_C_OVERCURRENT; in dwc_otg_submit_rh_msg_in_status()572 (port_change << 16)); in dwc_otg_submit_rh_msg_in_status()
571 r8a66597->port_change = USB_PORT_STAT_C_CONNECTION; in check_usb_device_connecting()632 (r8a66597->port_change << 16)); in r8a66597_submit_rh_msg()642 r8a66597->port_change &= ~USB_PORT_STAT_C_CONNECTION; in r8a66597_submit_rh_msg()
423 unsigned short port_change; member