Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dsl811-hcd.c148 rh_status.wPortChange |= USB_PORT_STAT_C_CONNECTION; in sl811_hc_reset()
190 rh_status.wPortChange |= USB_PORT_STAT_C_CONNECTION; in sl811_hc_reset()
613 rh_status.wPortChange &= ~USB_PORT_STAT_C_CONNECTION; in sl811_rh_submit_urb()
Dr8a66597-hcd.c571 r8a66597->port_change = USB_PORT_STAT_C_CONNECTION; in check_usb_device_connecting()
642 r8a66597->port_change &= ~USB_PORT_STAT_C_CONNECTION; in r8a66597_submit_rh_msg()
Dusb-uclass.c705 USB_PORT_STAT_C_CONNECTION) in usb_detect_change()
Dxhci.c1018 tmpbuf[2] |= USB_PORT_STAT_C_CONNECTION; in xhci_submit_root()
Ddwc2.c567 port_change |= USB_PORT_STAT_C_CONNECTION; in dwc_otg_submit_rh_msg_in_status()
Dehci-hcd.c797 tmpbuf[2] |= USB_PORT_STAT_C_CONNECTION; in ehci_submit_root()
/external/kernel-headers/original/uapi/linux/usb/
Dch11.h176 #define USB_PORT_STAT_C_CONNECTION 0x0001 macro
/external/u-boot/include/
Dusb_defs.h277 #define USB_PORT_STAT_C_CONNECTION 0x0001 macro
/external/u-boot/common/
Dusb_hub.c302 (portchange & USB_PORT_STAT_C_CONNECTION) ? 1 : 0, in usb_hub_port_reset()
476 if (!(portchange & USB_PORT_STAT_C_CONNECTION) && in usb_scan_port()
Dusb.c166 USB_PORT_STAT_C_CONNECTION) in usb_detect_change()
/external/u-boot/drivers/usb/musb/
Dmusb_hcd.c447 port_status &= ~(USB_PORT_STAT_RESET | (USB_PORT_STAT_C_CONNECTION << 16)); in musb_port_reset()
522 | (USB_PORT_STAT_C_CONNECTION << 16); in musb_submit_rh_msg()
/external/u-boot/drivers/usb/musb-new/
Dmusb_core.c401 musb->port1_status &= ~(USB_PORT_STAT_C_CONNECTION << 16); in musb_hnp_stop()
688 |(USB_PORT_STAT_C_CONNECTION << 16); in musb_stage0_irq()