Searched refs:port_change (Results 1 – 3 of 3) sorted by relevance
529 uint32_t port_change = 0; in dwc_otg_submit_rh_msg_in_status() local569 port_change |= USB_PORT_STAT_C_ENABLE; in dwc_otg_submit_rh_msg_in_status()571 port_change |= USB_PORT_STAT_C_CONNECTION; in dwc_otg_submit_rh_msg_in_status()573 port_change |= USB_PORT_STAT_C_OVERCURRENT; in dwc_otg_submit_rh_msg_in_status()576 (port_change << 16)); in dwc_otg_submit_rh_msg_in_status()
544 r8a66597->port_change = USB_PORT_STAT_C_CONNECTION; in check_usb_device_connecting()604 (r8a66597->port_change << 16)); in r8a66597_submit_rh_msg()614 r8a66597->port_change &= ~USB_PORT_STAT_C_CONNECTION; in r8a66597_submit_rh_msg()
396 unsigned short port_change; member