Searched refs:USB_PORT_STAT_C_CONNECTION (Results 1 – 11 of 11) sorted by relevance
149 rh_status.wPortChange |= USB_PORT_STAT_C_CONNECTION; in sl811_hc_reset()191 rh_status.wPortChange |= USB_PORT_STAT_C_CONNECTION; in sl811_hc_reset()614 rh_status.wPortChange &= ~USB_PORT_STAT_C_CONNECTION; in sl811_rh_submit_urb()
547 r8a66597->port_change = USB_PORT_STAT_C_CONNECTION; in check_usb_device_connecting()617 r8a66597->port_change &= ~USB_PORT_STAT_C_CONNECTION; in r8a66597_submit_rh_msg()
763 USB_PORT_STAT_C_CONNECTION) in usb_detect_change()
583 port_change |= USB_PORT_STAT_C_CONNECTION; in dwc_otg_submit_rh_msg_in_status()
1059 tmpbuf[2] |= USB_PORT_STAT_C_CONNECTION; in xhci_submit_root()
837 tmpbuf[2] |= USB_PORT_STAT_C_CONNECTION; in ehci_submit_root()
277 #define USB_PORT_STAT_C_CONNECTION 0x0001 macro
298 (portchange & USB_PORT_STAT_C_CONNECTION) ? 1 : 0, in usb_hub_port_reset()472 if (!(portchange & USB_PORT_STAT_C_CONNECTION) && in usb_scan_port()
169 USB_PORT_STAT_C_CONNECTION) in usb_detect_change()
443 port_status &= ~(USB_PORT_STAT_RESET | (USB_PORT_STAT_C_CONNECTION << 16)); in musb_port_reset()518 | (USB_PORT_STAT_C_CONNECTION << 16); in musb_submit_rh_msg()
408 musb->port1_status &= ~(USB_PORT_STAT_C_CONNECTION << 16); in musb_hnp_stop()695 |(USB_PORT_STAT_C_CONNECTION << 16); in musb_stage0_irq()
Completed in 25 milliseconds