Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dfhci-hub.c105 usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_ENABLE; in fhci_port_disable()
126 usb->vroot_hub->port.wPortStatus |= USB_PORT_STAT_ENABLE; in fhci_port_enable()
235 ~USB_PORT_STAT_ENABLE; in fhci_hub_control()
304 USB_PORT_STAT_ENABLE; in fhci_hub_control()
317 USB_PORT_STAT_ENABLE; in fhci_hub_control()
Dsl811-hcd.c736 if (sl811->port1 & USB_PORT_STAT_ENABLE) in sl811h_irq()
821 if (!(sl811->port1 & USB_PORT_STAT_ENABLE) in sl811h_urb_enqueue()
1128 | USB_PORT_STAT_ENABLE in sl811h_timer()
1302 if (!(sl811->port1 & USB_PORT_STAT_ENABLE)) in sl811h_hub_control()
Duhci-hub.c297 wPortStatus |= USB_PORT_STAT_ENABLE; in uhci_hub_control()
Dmax3421-hcd.c1273 max3421_hcd->port_status |= USB_PORT_STAT_ENABLE; in max3421_handle_irqs()
1482 max3421_hcd->port_status &= ~(USB_PORT_STAT_ENABLE | in max3421_reset_port()
Dehci-hub.c1107 status |= USB_PORT_STAT_ENABLE; in ehci_hub_control()
Dxhci-hub.c835 status |= USB_PORT_STAT_ENABLE; in xhci_get_port_status()
Dr8a66597-hcd.c1064 rh->port |= USB_PORT_STAT_ENABLE; in r8a66597_usb_connect()
2266 if (!(rh->port & USB_PORT_STAT_ENABLE)) in r8a66597_bus_suspend()
Disp1362-hcd.c1258 USB_PORT_STAT_ENABLE) || in isp1362_urb_enqueue()
Doxu210hp-hcd.c3344 status |= USB_PORT_STAT_ENABLE; in oxu_hub_control()
Dfotg210-hcd.c1684 status |= USB_PORT_STAT_ENABLE; in fotg210_hub_control()
/linux-4.4.14/include/uapi/linux/usb/
Dch11.h111 #define USB_PORT_STAT_ENABLE 0x0002 macro
135 USB_PORT_STAT_ENABLE | \
/linux-4.4.14/drivers/usb/musb/
Dmusb_virthub.c193 musb->port1_status &= ~USB_PORT_STAT_ENABLE; in musb_port_reset()
210 musb->port1_status |= USB_PORT_STAT_ENABLE in musb_port_reset()
Dtusb6010.c709 | USB_PORT_STAT_ENABLE in tusb_otg_ints()
Dmusb_core.c787 |USB_PORT_STAT_ENABLE in musb_stage0_irq()
/linux-4.4.14/drivers/usb/gadget/udc/
Ddummy_hcd.c365 USB_PORT_STAT_ENABLE); in set_link_state_by_speed()
379 USB_PORT_STAT_ENABLE) == 1 && in set_link_state_by_speed()
391 USB_PORT_STAT_ENABLE | in set_link_state_by_speed()
405 if ((dum_hcd->port_status & USB_PORT_STAT_ENABLE) == 0) in set_link_state_by_speed()
430 if ((dum_hcd->port_status & USB_PORT_STAT_ENABLE) == 0 || in set_link_state()
478 (dum->port_status & USB_PORT_STAT_ENABLE)
1512 (USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE | \
1514 == (USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE))
2127 dum_hcd->port_status |= USB_PORT_STAT_ENABLE; in dummy_hub_control()
2226 dum_hcd->port_status &= ~(USB_PORT_STAT_ENABLE in dummy_hub_control()
/linux-4.4.14/drivers/usb/usbip/
Dvhci_hcd.c346 USB_PORT_STAT_ENABLE; in vhci_hub_control()
370 if (dum->port_status[rhport] & USB_PORT_STAT_ENABLE) { in vhci_hub_control()
372 ~(USB_PORT_STAT_ENABLE | in vhci_hub_control()
/linux-4.4.14/drivers/usb/wusbcore/
Drh.c117 port->status |= USB_PORT_STAT_ENABLE; in wusbhc_rh_port_reset()
Ddevconnect.c363 port->status &= ~(USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE in __wusbhc_dev_disconnect()
/linux-4.4.14/drivers/usb/c67x00/
Dc67x00-hcd.c118 wPortStatus |= USB_PORT_STAT_ENABLE; in c67x00_hub_control()
/linux-4.4.14/drivers/usb/core/
Dhub.c1145 if ((portstatus & USB_PORT_STAT_ENABLE) && ( in hub_activate()
1156 portstatus &= ~USB_PORT_STAT_ENABLE; in hub_activate()
1199 } else if (portstatus & USB_PORT_STAT_ENABLE) { in hub_activate()
2722 if (!(portstatus & USB_PORT_STAT_ENABLE)) in hub_port_wait_reset()
2947 else if (!(portstatus & USB_PORT_STAT_ENABLE) && !udev->reset_resume) { in check_port_resume_type()
4716 if (portstatus & USB_PORT_STAT_ENABLE) in hub_port_connect()
4907 if (portstatus & USB_PORT_STAT_ENABLE) { in hub_port_connect_change()
4966 if (!(portstatus & USB_PORT_STAT_ENABLE) in port_event()
/linux-4.4.14/drivers/usb/renesas_usbhs/
Dmod_host.c1186 usbhsh_port_stat_set(hpriv, USB_PORT_STAT_ENABLE); in __usbhsh_hub_port_feature()
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-hcd.c1991 status |= USB_PORT_STAT_ENABLE; in isp1760_hub_control()
/linux-4.4.14/drivers/usb/dwc2/
Dhcd.c1717 port_status |= USB_PORT_STAT_ENABLE; in dwc2_hcd_hub_control()