Home
last modified time | relevance | path

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

/linux/include/uapi/linux/usb/
H A Dch11.h123 #define USB_PORT_STAT_CONNECTION 0x0001 macro
147 #define USB_SS_PORT_STAT_MASK (USB_PORT_STAT_CONNECTION | \
/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c546 USB_PORT_STAT_CONNECTION, true); in ast_vhub_device_connect()
549 USB_PORT_STAT_CONNECTION | in ast_vhub_device_connect()
682 if (p->status & USB_PORT_STAT_CONNECTION) { in ast_vhub_set_port_feature()
889 p->status &= USB_PORT_STAT_CONNECTION; in ast_vhub_hub_reset()
/linux/drivers/usb/core/
H A Dhub.c658 connect = *status & USB_PORT_STAT_CONNECTION; in hub_ext_port_status()
1186 if (udev || (portstatus & USB_PORT_STAT_CONNECTION)) in hub_activate()
1198 !(portstatus & USB_PORT_STAT_CONNECTION) || in hub_activate()
1253 if (!(portstatus & USB_PORT_STAT_CONNECTION) || in hub_activate()
1264 if (udev || (portstatus & USB_PORT_STAT_CONNECTION) || in hub_activate()
2955 (portstatus & USB_PORT_STAT_CONNECTION)) in hub_port_wait_reset()
2974 if (!(portstatus & USB_PORT_STAT_CONNECTION)) in hub_port_wait_reset()
3271 } else if (!(portstatus & USB_PORT_STAT_CONNECTION)) { in check_port_resume_type()
3713 if (status || *portstatus & USB_PORT_STAT_CONNECTION) in wait_for_connected()
4674 (portstatus & USB_PORT_STAT_CONNECTION) == connection) { in hub_port_debounce()
[all …]
/linux/drivers/usb/host/
H A Dxen-hcd.c157 ~(USB_PORT_STAT_CONNECTION | in xenhcd_set_connect_state()
164 info->ports[port].status |= USB_PORT_STAT_CONNECTION; in xenhcd_set_connect_state()
168 info->ports[port].status |= USB_PORT_STAT_CONNECTION; in xenhcd_set_connect_state()
171 info->ports[port].status |= USB_PORT_STAT_CONNECTION; in xenhcd_set_connect_state()
H A Duhci-hub.c296 wPortStatus |= USB_PORT_STAT_CONNECTION; in uhci_hub_control()
H A Dxhci-hub.c881 pls |= USB_PORT_STAT_CONNECTION; in xhci_hub_report_usb3_link_state()
903 pls |= USB_PORT_STAT_CONNECTION; in xhci_hub_report_usb3_link_state()
1183 status |= USB_PORT_STAT_CONNECTION; in xhci_get_port_status()
H A Dmax3421-hcd.c1120 max3421_hcd->port_status |= USB_PORT_STAT_CONNECTION; in max3421_detect_conn()
1122 max3421_hcd->port_status &= ~USB_PORT_STAT_CONNECTION; in max3421_detect_conn()
H A Dehci-hub.c985 status |= USB_PORT_STAT_CONNECTION; in ehci_hub_control()
/linux/drivers/usb/c67x00/
H A Dc67x00-hcd.c96 wPortStatus |= USB_PORT_STAT_CONNECTION; in c67x00_hub_control()
/linux/drivers/usb/misc/
H A Dlvstest.c364 USB_PORT_STAT_CONNECTION) { in lvs_rh_work()
/linux/drivers/usb/renesas_usbhs/
H A Dmod_host.c1318 usbhsh_port_stat_set(hpriv, USB_PORT_STAT_CONNECTION); in usbhsh_irq_attch()
1346 usbhsh_port_stat_clear(hpriv, USB_PORT_STAT_CONNECTION); in usbhsh_irq_dtch()
/linux/drivers/usb/dwc2/
H A Dhcd.c3563 port_status |= USB_PORT_STAT_CONNECTION; in dwc2_hcd_hub_control()
3592 (USB_PORT_STAT_CONNECTION | in dwc2_hcd_hub_control()
3595 USB_PORT_STAT_CONNECTION)) { in dwc2_hcd_hub_control()
/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c2360 status |= USB_PORT_STAT_CONNECTION; in isp1760_hub_control()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c1651 status |= USB_PORT_STAT_CONNECTION; in fotg210_hub_control()