Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_C_CONNECTION (Results 1 – 11 of 11) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dsl811-hcd.c149 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()
H A Dr8a66597-hcd.c545 r8a66597->port_change = USB_PORT_STAT_C_CONNECTION; in check_usb_device_connecting()
615 r8a66597->port_change &= ~USB_PORT_STAT_C_CONNECTION; in r8a66597_submit_rh_msg()
H A Dusb-uclass.c705 USB_PORT_STAT_C_CONNECTION) in usb_detect_change()
H A Dxhci.c1028 tmpbuf[2] |= USB_PORT_STAT_C_CONNECTION; in xhci_submit_root()
H A Ddwc2.c585 port_change |= USB_PORT_STAT_C_CONNECTION; in dwc_otg_submit_rh_msg_in_status()
H A Dehci-hcd.c789 tmpbuf[2] |= USB_PORT_STAT_C_CONNECTION; in ehci_submit_root()
/rk3399_rockchip-uboot/include/
H A Dusb_defs.h278 #define USB_PORT_STAT_C_CONNECTION 0x0001 macro
/rk3399_rockchip-uboot/common/
H A Dusb_hub.c305 (portchange & USB_PORT_STAT_C_CONNECTION) ? 1 : 0, in usb_hub_port_reset()
488 if (!(portchange & USB_PORT_STAT_C_CONNECTION) && in usb_scan_port()
H A Dusb.c167 USB_PORT_STAT_C_CONNECTION) in usb_detect_change()
/rk3399_rockchip-uboot/drivers/usb/musb/
H A Dmusb_hcd.c448 port_status &= ~(USB_PORT_STAT_RESET | (USB_PORT_STAT_C_CONNECTION << 16)); in musb_port_reset()
523 | (USB_PORT_STAT_C_CONNECTION << 16); in musb_submit_rh_msg()
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_core.c402 musb->port1_status &= ~(USB_PORT_STAT_C_CONNECTION << 16); in musb_hnp_stop()
689 |(USB_PORT_STAT_C_CONNECTION << 16); in musb_stage0_irq()