Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_CONNECTION (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dusb_defs.h251 #define USB_PORT_STAT_CONNECTION 0x0001 macro
272 #define USB_SS_PORT_STAT_MASK (USB_PORT_STAT_CONNECTION | \
/rk3399_rockchip-uboot/common/
H A Dusb_hub.c306 (portstatus & USB_PORT_STAT_CONNECTION) ? 1 : 0, in usb_hub_port_reset()
371 if (((!(portstatus & USB_PORT_STAT_CONNECTION)) && in usb_hub_port_connect_change()
376 if (!(portstatus & USB_PORT_STAT_CONNECTION)) in usb_hub_port_connect_change()
489 !(portstatus & USB_PORT_STAT_CONNECTION)) { in usb_scan_port()
531 (portstatus & USB_PORT_STAT_CONNECTION) && in usb_scan_port()
/rk3399_rockchip-uboot/drivers/usb/emul/
H A Dsandbox_hub.c180 set |= USB_PORT_STAT_CONNECTION | in clrset_post_state()
192 clear |= USB_PORT_STAT_CONNECTION; in clrset_post_state()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dsl811-hcd.c148 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()
H A Dr8a66597-hcd.c546 r8a66597->port_status = USB_PORT_STAT_CONNECTION | in check_usb_device_connecting()
H A Dxhci.c989 tmpbuf[0] |= USB_PORT_STAT_CONNECTION; in xhci_submit_root()
H A Ddwc2.c564 port_status |= USB_PORT_STAT_CONNECTION; in dwc_otg_submit_rh_msg_in_status()
H A Dehci-hcd.c760 tmpbuf[0] |= USB_PORT_STAT_CONNECTION; in ehci_submit_root()
/rk3399_rockchip-uboot/drivers/usb/musb/
H A Dmusb_hcd.c522 port_status |= USB_PORT_STAT_CONNECTION in musb_submit_rh_msg()
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_core.c688 musb->port1_status |= USB_PORT_STAT_CONNECTION in musb_stage0_irq()