Searched refs:USB_PORT_STAT_CONNECTION (Results 1 – 10 of 10) sorted by relevance
250 #define USB_PORT_STAT_CONNECTION 0x0001 macro271 #define USB_SS_PORT_STAT_MASK (USB_PORT_STAT_CONNECTION | \
299 (portstatus & USB_PORT_STAT_CONNECTION) ? 1 : 0, in usb_hub_port_reset()361 if (((!(portstatus & USB_PORT_STAT_CONNECTION)) && in usb_hub_port_connect_change()366 if (!(portstatus & USB_PORT_STAT_CONNECTION)) in usb_hub_port_connect_change()473 !(portstatus & USB_PORT_STAT_CONNECTION)) { in usb_scan_port()515 (portstatus & USB_PORT_STAT_CONNECTION) && in usb_scan_port()
178 set |= USB_PORT_STAT_CONNECTION | in clrset_post_state()190 clear |= USB_PORT_STAT_CONNECTION; in clrset_post_state()
148 rh_status.wPortStatus &= ~(USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE); in sl811_hc_reset()171 rh_status.wPortStatus |= USB_PORT_STAT_CONNECTION; in sl811_hc_reset()186 rh_status.wPortStatus |= USB_PORT_STAT_CONNECTION | USB_PORT_STAT_LOW_SPEED; in sl811_hc_reset()
548 r8a66597->port_status = USB_PORT_STAT_CONNECTION | in check_usb_device_connecting()
562 port_status |= USB_PORT_STAT_CONNECTION; in dwc_otg_submit_rh_msg_in_status()
1020 tmpbuf[0] |= USB_PORT_STAT_CONNECTION; in xhci_submit_root()
808 tmpbuf[0] |= USB_PORT_STAT_CONNECTION; in ehci_submit_root()
517 port_status |= USB_PORT_STAT_CONNECTION in musb_submit_rh_msg()
694 musb->port1_status |= USB_PORT_STAT_CONNECTION in musb_stage0_irq()
Completed in 23 milliseconds