Home
last modified time | relevance | path

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

/linux/include/uapi/linux/usb/
A Dch11.h125 #define USB_PORT_STAT_CONNECTION 0x0001 macro
149 #define USB_SS_PORT_STAT_MASK (USB_PORT_STAT_CONNECTION | \
/linux/drivers/usb/gadget/udc/
A Ddummy_hcd.c378 dum_hcd->port_status &= ~(USB_PORT_STAT_CONNECTION | in set_link_state_by_speed()
381 USB_PORT_STAT_CONNECTION) != 0) in set_link_state_by_speed()
386 dum_hcd->port_status |= (USB_PORT_STAT_CONNECTION | in set_link_state_by_speed()
389 USB_PORT_STAT_CONNECTION) == 0) in set_link_state_by_speed()
403 dum_hcd->port_status &= ~(USB_PORT_STAT_CONNECTION | in set_link_state_by_speed()
409 USB_PORT_STAT_CONNECTION) != 0) in set_link_state_by_speed()
413 dum_hcd->port_status |= USB_PORT_STAT_CONNECTION; in set_link_state_by_speed()
415 USB_PORT_STAT_CONNECTION) == 0) in set_link_state_by_speed()
1564 (USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE | \
1566 == (USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE))
[all …]
/linux/drivers/usb/host/
A Dfhci-sched.c404 (usb->vroot_hub->port.wPortStatus & USB_PORT_STAT_CONNECTION) && in sof_interrupt()
440 usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_CONNECTION; in fhci_device_disconnected_interrupt()
474 USB_PORT_STAT_CONNECTION); in fhci_device_connected_interrupt()
493 USB_PORT_STAT_CONNECTION; in fhci_device_connected_interrupt()
A Dsl811-hcd.c721 sl811->port1 &= ~USB_PORT_STAT_CONNECTION; in sl811h_irq()
723 sl811->port1 |= USB_PORT_STAT_CONNECTION; in sl811h_irq()
1128 const u32 mask = USB_PORT_STAT_CONNECTION in sl811h_timer()
1164 if (sl811->port1 & USB_PORT_STAT_CONNECTION) in sl811h_timer()
1176 if (sl811->port1 & USB_PORT_STAT_CONNECTION) { in sl811h_timer()
A Duhci-hub.c296 wPortStatus |= USB_PORT_STAT_CONNECTION; in uhci_hub_control()
A Dxhci-hub.c850 pls |= USB_PORT_STAT_CONNECTION; in xhci_hub_report_usb3_link_state()
872 pls |= USB_PORT_STAT_CONNECTION; in xhci_hub_report_usb3_link_state()
1143 status |= USB_PORT_STAT_CONNECTION; in xhci_get_port_status()
A Dmax3421-hcd.c1123 max3421_hcd->port_status |= USB_PORT_STAT_CONNECTION; in max3421_detect_conn()
1125 max3421_hcd->port_status &= ~USB_PORT_STAT_CONNECTION; in max3421_detect_conn()
A Dr8a66597-hcd.c1001 rh->port |= USB_PORT_STAT_CONNECTION; in start_root_hub_sampling()
1003 rh->port &= ~USB_PORT_STAT_CONNECTION; in start_root_hub_sampling()
1700 if (!(rh->port & USB_PORT_STAT_CONNECTION)) { in r8a66597_root_hub_control()
A Dehci-hub.c977 status |= USB_PORT_STAT_CONNECTION; in ehci_hub_control()
A Doxu210hp-hcd.c3750 status |= USB_PORT_STAT_CONNECTION; in oxu_hub_control()
A Dfotg210-hcd.c1659 status |= USB_PORT_STAT_CONNECTION; in fotg210_hub_control()
/linux/drivers/usb/gadget/udc/aspeed-vhub/
A Dhub.c515 USB_PORT_STAT_CONNECTION, true); in ast_vhub_device_connect()
518 USB_PORT_STAT_CONNECTION | in ast_vhub_device_connect()
651 if (p->status & USB_PORT_STAT_CONNECTION) { in ast_vhub_set_port_feature()
858 p->status &= USB_PORT_STAT_CONNECTION; in ast_vhub_hub_reset()
/linux/drivers/usb/usbip/
A Dvhci_hcd.c167 status |= USB_PORT_STAT_CONNECTION | (1 << USB_PORT_FEAT_C_CONNECTION); in rh_port_connect()
201 status &= ~USB_PORT_STAT_CONNECTION; in rh_port_disconnect()
585 USB_PORT_STAT_CONNECTION | in vhci_hub_control()
1441 USB_PORT_STAT_CONNECTION) in vhci_hcd_suspend()
1445 USB_PORT_STAT_CONNECTION) in vhci_hcd_suspend()
/linux/drivers/usb/core/
A Dhub.c1130 if (udev || (portstatus & USB_PORT_STAT_CONNECTION)) in hub_activate()
1142 !(portstatus & USB_PORT_STAT_CONNECTION) || in hub_activate()
1197 if (!(portstatus & USB_PORT_STAT_CONNECTION) || in hub_activate()
2866 (portstatus & USB_PORT_STAT_CONNECTION)) in hub_port_wait_reset()
2885 if (!(portstatus & USB_PORT_STAT_CONNECTION)) in hub_port_wait_reset()
3137 } else if (!(portstatus & USB_PORT_STAT_CONNECTION)) { in check_port_resume_type()
4555 (connection == USB_PORT_STAT_CONNECTION)) in hub_port_debounce()
4561 connection = portstatus & USB_PORT_STAT_CONNECTION; in hub_port_debounce()
5203 if (!(portstatus & USB_PORT_STAT_CONNECTION) || in hub_port_connect()
5215 portstatus &= ~USB_PORT_STAT_CONNECTION; in hub_port_connect()
[all …]
/linux/drivers/usb/c67x00/
A Dc67x00-hcd.c96 wPortStatus |= USB_PORT_STAT_CONNECTION; in c67x00_hub_control()
/linux/drivers/usb/misc/
A Dlvstest.c364 USB_PORT_STAT_CONNECTION) { in lvs_rh_work()
/linux/drivers/usb/renesas_usbhs/
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/musb/
A Dtusb6010.c705 ~(USB_PORT_STAT_CONNECTION in tusb_otg_ints()
A Dmusb_core.c904 musb->port1_status |= USB_PORT_STAT_CONNECTION in musb_handle_intr_connect()
/linux/drivers/usb/dwc2/
A Dhcd.c3588 port_status |= USB_PORT_STAT_CONNECTION; in dwc2_hcd_hub_control()
3617 (USB_PORT_STAT_CONNECTION | in dwc2_hcd_hub_control()
3620 USB_PORT_STAT_CONNECTION)) { in dwc2_hcd_hub_control()
/linux/drivers/usb/isp1760/
A Disp1760-hcd.c2363 status |= USB_PORT_STAT_CONNECTION; in isp1760_hub_control()

Completed in 78 milliseconds