Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/usb/
Dch11.h126 #define USB_PORT_STAT_ENABLE 0x0002 macro
150 USB_PORT_STAT_ENABLE | \
/external/u-boot/include/
Dusb_defs.h251 #define USB_PORT_STAT_ENABLE 0x0002 macro
272 USB_PORT_STAT_ENABLE | \
/external/u-boot/drivers/usb/host/
Dsl811-hcd.c147 rh_status.wPortStatus &= ~(USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE); in sl811_hc_reset()
601 rh_status.wPortStatus &= ~USB_PORT_STAT_ENABLE; in sl811_rh_submit_urb()
645 rh_status.wPortStatus |= USB_PORT_STAT_ENABLE; in sl811_rh_submit_urb()
653 rh_status.wPortStatus |= USB_PORT_STAT_ENABLE; in sl811_rh_submit_urb()
Dr8a66597-hcd.c573 USB_PORT_STAT_ENABLE; in check_usb_device_connecting()
Dxhci.c999 tmpbuf[0] |= USB_PORT_STAT_ENABLE; in xhci_submit_root()
Ddwc2.c548 port_status |= USB_PORT_STAT_ENABLE; in dwc_otg_submit_rh_msg_in_status()
Dehci-hcd.c770 tmpbuf[0] |= USB_PORT_STAT_ENABLE; in ehci_submit_root()
/external/u-boot/common/
Dusb_hub.c304 (portstatus & USB_PORT_STAT_ENABLE) ? 1 : 0); in usb_hub_port_reset()
323 if (portstatus & USB_PORT_STAT_ENABLE) in usb_hub_port_reset()
366 (!(portstatus & USB_PORT_STAT_ENABLE))) || in usb_hub_port_connect_change()
518 if (!(portstatus & USB_PORT_STAT_ENABLE) && in usb_scan_port()
/external/u-boot/drivers/usb/musb/
Dmusb_hcd.c438 port_status &= ~USB_PORT_STAT_ENABLE; in musb_port_reset()
448 port_status |= USB_PORT_STAT_ENABLE in musb_port_reset()
524 | USB_PORT_STAT_ENABLE; in musb_submit_rh_msg()
/external/u-boot/drivers/usb/emul/
Dsandbox_hub.c178 USB_PORT_STAT_ENABLE; in clrset_post_state()
/external/u-boot/drivers/usb/musb-new/
Dmusb_core.c685 |USB_PORT_STAT_ENABLE in musb_stage0_irq()