Searched refs:port_change (Results 1 – 3 of 3) sorted by relevance
543 uint32_t port_change = 0; in dwc_otg_submit_rh_msg_in_status() local583 port_change |= USB_PORT_STAT_C_ENABLE; in dwc_otg_submit_rh_msg_in_status()585 port_change |= USB_PORT_STAT_C_CONNECTION; in dwc_otg_submit_rh_msg_in_status()587 port_change |= USB_PORT_STAT_C_OVERCURRENT; in dwc_otg_submit_rh_msg_in_status()590 (port_change << 16)); in dwc_otg_submit_rh_msg_in_status()
545 r8a66597->port_change = USB_PORT_STAT_C_CONNECTION; in check_usb_device_connecting()605 (r8a66597->port_change << 16)); in r8a66597_submit_rh_msg()615 r8a66597->port_change &= ~USB_PORT_STAT_C_CONNECTION; in r8a66597_submit_rh_msg()
397 unsigned short port_change; member