Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/usb/
Dch11.h125 #define USB_PORT_STAT_CONNECTION 0x0001 macro
149 #define USB_SS_PORT_STAT_MASK (USB_PORT_STAT_CONNECTION | \
/external/u-boot/common/
Dusb_hub.c303 (portstatus & USB_PORT_STAT_CONNECTION) ? 1 : 0, in usb_hub_port_reset()
365 if (((!(portstatus & USB_PORT_STAT_CONNECTION)) && in usb_hub_port_connect_change()
370 if (!(portstatus & USB_PORT_STAT_CONNECTION)) in usb_hub_port_connect_change()
477 !(portstatus & USB_PORT_STAT_CONNECTION)) { in usb_scan_port()
519 (portstatus & USB_PORT_STAT_CONNECTION) && in usb_scan_port()
/external/u-boot/include/
Dusb_defs.h250 #define USB_PORT_STAT_CONNECTION 0x0001 macro
271 #define USB_SS_PORT_STAT_MASK (USB_PORT_STAT_CONNECTION | \
/external/u-boot/drivers/usb/emul/
Dsandbox_hub.c177 set |= USB_PORT_STAT_CONNECTION | in clrset_post_state()
189 clear |= USB_PORT_STAT_CONNECTION; in clrset_post_state()
/external/u-boot/drivers/usb/host/
Dsl811-hcd.c147 rh_status.wPortStatus &= ~(USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE); in sl811_hc_reset()
170 rh_status.wPortStatus |= USB_PORT_STAT_CONNECTION; in sl811_hc_reset()
185 rh_status.wPortStatus |= USB_PORT_STAT_CONNECTION | USB_PORT_STAT_LOW_SPEED; in sl811_hc_reset()
Dr8a66597-hcd.c572 r8a66597->port_status = USB_PORT_STAT_CONNECTION | in check_usb_device_connecting()
Dxhci.c979 tmpbuf[0] |= USB_PORT_STAT_CONNECTION; in xhci_submit_root()
Ddwc2.c546 port_status |= USB_PORT_STAT_CONNECTION; in dwc_otg_submit_rh_msg_in_status()
Dehci-hcd.c768 tmpbuf[0] |= USB_PORT_STAT_CONNECTION; in ehci_submit_root()
/external/u-boot/drivers/usb/musb/
Dmusb_hcd.c521 port_status |= USB_PORT_STAT_CONNECTION in musb_submit_rh_msg()
/external/u-boot/drivers/usb/musb-new/
Dmusb_core.c687 musb->port1_status |= USB_PORT_STAT_CONNECTION in musb_stage0_irq()