| /Linux-v6.6/include/uapi/linux/usb/ |
| D | ch11.h | 123 #define USB_PORT_STAT_CONNECTION 0x0001 macro 147 #define USB_SS_PORT_STAT_MASK (USB_PORT_STAT_CONNECTION | \
|
| /Linux-v6.6/drivers/usb/gadget/udc/ |
| D | dummy_hcd.c | 378 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() 859 if ((dum_hcd->port_status & USB_PORT_STAT_CONNECTION) == 0) in dummy_wakeup() 1564 (USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE | \ [all …]
|
| /Linux-v6.6/drivers/usb/gadget/udc/aspeed-vhub/ |
| D | hub.c | 545 USB_PORT_STAT_CONNECTION, true); in ast_vhub_device_connect() 548 USB_PORT_STAT_CONNECTION | in ast_vhub_device_connect() 681 if (p->status & USB_PORT_STAT_CONNECTION) { in ast_vhub_set_port_feature() 888 p->status &= USB_PORT_STAT_CONNECTION; in ast_vhub_hub_reset()
|
| /Linux-v6.6/drivers/usb/host/ |
| D | fhci-sched.c | 404 (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()
|
| D | sl811-hcd.c | 721 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()
|
| D | xen-hcd.c | 157 ~(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()
|
| D | uhci-hub.c | 296 wPortStatus |= USB_PORT_STAT_CONNECTION; in uhci_hub_control()
|
| D | xhci-hub.c | 869 pls |= USB_PORT_STAT_CONNECTION; in xhci_hub_report_usb3_link_state() 891 pls |= USB_PORT_STAT_CONNECTION; in xhci_hub_report_usb3_link_state() 1174 status |= USB_PORT_STAT_CONNECTION; in xhci_get_port_status()
|
| D | max3421-hcd.c | 1114 max3421_hcd->port_status |= USB_PORT_STAT_CONNECTION; in max3421_detect_conn() 1116 max3421_hcd->port_status &= ~USB_PORT_STAT_CONNECTION; in max3421_detect_conn()
|
| D | r8a66597-hcd.c | 1001 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()
|
| D | ehci-hub.c | 985 status |= USB_PORT_STAT_CONNECTION; in ehci_hub_control()
|
| D | oxu210hp-hcd.c | 3750 status |= USB_PORT_STAT_CONNECTION; in oxu_hub_control()
|
| /Linux-v6.6/drivers/usb/usbip/ |
| D | vhci_hcd.c | 167 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() 1439 USB_PORT_STAT_CONNECTION) in vhci_hcd_suspend() 1443 USB_PORT_STAT_CONNECTION) in vhci_hcd_suspend()
|
| /Linux-v6.6/drivers/usb/core/ |
| D | hub.c | 1168 if (udev || (portstatus & USB_PORT_STAT_CONNECTION)) in hub_activate() 1180 !(portstatus & USB_PORT_STAT_CONNECTION) || in hub_activate() 1235 if (!(portstatus & USB_PORT_STAT_CONNECTION) || in hub_activate() 1246 if (udev || (portstatus & USB_PORT_STAT_CONNECTION) || in hub_activate() 2885 (portstatus & USB_PORT_STAT_CONNECTION)) in hub_port_wait_reset() 2904 if (!(portstatus & USB_PORT_STAT_CONNECTION)) in hub_port_wait_reset() 3201 } else if (!(portstatus & USB_PORT_STAT_CONNECTION)) { in check_port_resume_type() 3643 if (status || *portstatus & USB_PORT_STAT_CONNECTION) in wait_for_connected() 4605 (portstatus & USB_PORT_STAT_CONNECTION) == connection) { in hub_port_debounce() 4607 (connection == USB_PORT_STAT_CONNECTION)) in hub_port_debounce() [all …]
|
| /Linux-v6.6/drivers/usb/c67x00/ |
| D | c67x00-hcd.c | 96 wPortStatus |= USB_PORT_STAT_CONNECTION; in c67x00_hub_control()
|
| /Linux-v6.6/drivers/usb/misc/ |
| D | lvstest.c | 364 USB_PORT_STAT_CONNECTION) { in lvs_rh_work()
|
| /Linux-v6.6/drivers/usb/renesas_usbhs/ |
| D | mod_host.c | 1318 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-v6.6/drivers/phy/realtek/ |
| D | phy-rtk-usb3.c | 335 if (portstatus & USB_PORT_STAT_CONNECTION) in rtk_phy_notify_port_status()
|
| D | phy-rtk-usb2.c | 701 if (portstatus & USB_PORT_STAT_CONNECTION) in rtk_phy_notify_port_status()
|
| /Linux-v6.6/drivers/usb/musb/ |
| D | tusb6010.c | 710 ~(USB_PORT_STAT_CONNECTION in tusb_otg_ints()
|
| D | musb_core.c | 900 musb->port1_status |= USB_PORT_STAT_CONNECTION in musb_handle_intr_connect()
|
| /Linux-v6.6/drivers/usb/dwc2/ |
| D | hcd.c | 3559 port_status |= USB_PORT_STAT_CONNECTION; in dwc2_hcd_hub_control() 3588 (USB_PORT_STAT_CONNECTION | in dwc2_hcd_hub_control() 3591 USB_PORT_STAT_CONNECTION)) { in dwc2_hcd_hub_control()
|
| /Linux-v6.6/drivers/usb/isp1760/ |
| D | isp1760-hcd.c | 2360 status |= USB_PORT_STAT_CONNECTION; in isp1760_hub_control()
|
| /Linux-v6.6/drivers/usb/fotg210/ |
| D | fotg210-hcd.c | 1658 status |= USB_PORT_STAT_CONNECTION; in fotg210_hub_control()
|