Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/usb/
Dch11.h110 #define USB_PORT_STAT_CONNECTION 0x0001 macro
134 #define USB_SS_PORT_STAT_MASK (USB_PORT_STAT_CONNECTION | \
/linux-4.4.14/drivers/usb/gadget/udc/
Ddummy_hcd.c364 dum_hcd->port_status &= ~(USB_PORT_STAT_CONNECTION | in set_link_state_by_speed()
367 USB_PORT_STAT_CONNECTION) != 0) in set_link_state_by_speed()
372 dum_hcd->port_status |= (USB_PORT_STAT_CONNECTION | in set_link_state_by_speed()
375 USB_PORT_STAT_CONNECTION) == 0) in set_link_state_by_speed()
390 dum_hcd->port_status &= ~(USB_PORT_STAT_CONNECTION | in set_link_state_by_speed()
396 USB_PORT_STAT_CONNECTION) != 0) in set_link_state_by_speed()
400 dum_hcd->port_status |= USB_PORT_STAT_CONNECTION; in set_link_state_by_speed()
402 USB_PORT_STAT_CONNECTION) == 0) in set_link_state_by_speed()
435 if ((dum_hcd->port_status & USB_PORT_STAT_CONNECTION) == 0 || in set_link_state()
437 unsigned disconnect = USB_PORT_STAT_CONNECTION & in set_link_state()
[all …]
/linux-4.4.14/drivers/usb/host/
Dfhci-sched.c408 (usb->vroot_hub->port.wPortStatus & USB_PORT_STAT_CONNECTION) && in sof_interrupt()
444 usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_CONNECTION; in fhci_device_disconnected_interrupt()
478 USB_PORT_STAT_CONNECTION); in fhci_device_connected_interrupt()
497 USB_PORT_STAT_CONNECTION; in fhci_device_connected_interrupt()
Dsl811-hcd.c720 sl811->port1 &= ~USB_PORT_STAT_CONNECTION; in sl811h_irq()
722 sl811->port1 |= USB_PORT_STAT_CONNECTION; in sl811h_irq()
1127 const u32 mask = USB_PORT_STAT_CONNECTION in sl811h_timer()
1163 if (sl811->port1 & USB_PORT_STAT_CONNECTION) in sl811h_timer()
1175 if (sl811->port1 & USB_PORT_STAT_CONNECTION) { in sl811h_timer()
Duhci-hub.c295 wPortStatus |= USB_PORT_STAT_CONNECTION; in uhci_hub_control()
Dxhci-hub.c615 pls |= USB_PORT_STAT_CONNECTION; in xhci_hub_report_usb3_link_state()
627 pls |= USB_PORT_STAT_CONNECTION; in xhci_hub_report_usb3_link_state()
831 status |= USB_PORT_STAT_CONNECTION; in xhci_get_port_status()
Dmax3421-hcd.c1152 max3421_hcd->port_status |= USB_PORT_STAT_CONNECTION; in max3421_detect_conn()
1154 max3421_hcd->port_status &= ~USB_PORT_STAT_CONNECTION; in max3421_detect_conn()
Dr8a66597-hcd.c1016 rh->port |= USB_PORT_STAT_CONNECTION; in start_root_hub_sampling()
1018 rh->port &= ~USB_PORT_STAT_CONNECTION; in start_root_hub_sampling()
1715 if (!(rh->port & USB_PORT_STAT_CONNECTION)) { in r8a66597_root_hub_control()
Dehci-hub.c1098 status |= USB_PORT_STAT_CONNECTION; in ehci_hub_control()
Doxu210hp-hcd.c3339 status |= USB_PORT_STAT_CONNECTION; in oxu_hub_control()
Dfotg210-hcd.c1680 status |= USB_PORT_STAT_CONNECTION; in fotg210_hub_control()
/linux-4.4.14/drivers/usb/wusbcore/
Ddevconnect.c302 && !(port->status & USB_PORT_STAT_CONNECTION)) in wusbhc_devconnect_ack()
330 port->status |= USB_PORT_STAT_CONNECTION; in wusbhc_devconnect_ack()
363 port->status &= ~(USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE in __wusbhc_dev_disconnect()
/linux-4.4.14/drivers/usb/core/
Dhub.c1135 if (udev || (portstatus & USB_PORT_STAT_CONNECTION)) in hub_activate()
1147 !(portstatus & USB_PORT_STAT_CONNECTION) || in hub_activate()
1187 if (!(portstatus & USB_PORT_STAT_CONNECTION) || in hub_activate()
1195 if (udev || (portstatus & USB_PORT_STAT_CONNECTION) || in hub_activate()
2711 if (!(portstatus & USB_PORT_STAT_CONNECTION)) in hub_port_wait_reset()
2934 } else if (!(portstatus & USB_PORT_STAT_CONNECTION)) { in check_port_resume_type()
3352 if (status || *portstatus & USB_PORT_STAT_CONNECTION) in wait_for_ss_port_enable()
4153 (portstatus & USB_PORT_STAT_CONNECTION) == connection) { in hub_port_debounce()
4155 (connection == USB_PORT_STAT_CONNECTION)) in hub_port_debounce()
4161 connection = portstatus & USB_PORT_STAT_CONNECTION; in hub_port_debounce()
[all …]
/linux-4.4.14/drivers/usb/usbip/
Dvhci_hcd.c128 the_controller->port_status[rhport] |= USB_PORT_STAT_CONNECTION in rh_port_connect()
153 the_controller->port_status[rhport] &= ~USB_PORT_STAT_CONNECTION; in rh_port_disconnect()
1068 USB_PORT_STAT_CONNECTION) in vhci_hcd_suspend()
/linux-4.4.14/drivers/usb/c67x00/
Dc67x00-hcd.c110 wPortStatus |= USB_PORT_STAT_CONNECTION; in c67x00_hub_control()
/linux-4.4.14/drivers/usb/misc/
Dlvstest.c333 USB_PORT_STAT_CONNECTION) { in lvs_rh_work()
/linux-4.4.14/drivers/usb/renesas_usbhs/
Dmod_host.c1332 usbhsh_port_stat_set(hpriv, USB_PORT_STAT_CONNECTION); in usbhsh_irq_attch()
1360 usbhsh_port_stat_clear(hpriv, USB_PORT_STAT_CONNECTION); in usbhsh_irq_dtch()
/linux-4.4.14/drivers/usb/musb/
Dtusb6010.c708 ~(USB_PORT_STAT_CONNECTION in tusb_otg_ints()
Dmusb_core.c789 musb->port1_status |= USB_PORT_STAT_CONNECTION in musb_stage0_irq()
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-hcd.c1986 status |= USB_PORT_STAT_CONNECTION; in isp1760_hub_control()
/linux-4.4.14/drivers/usb/dwc2/
Dhcd.c1715 port_status |= USB_PORT_STAT_CONNECTION; in dwc2_hcd_hub_control()