/linux/drivers/usb/host/ |
H A D | fhci-hub.c | 100 usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_ENABLE; in fhci_port_disable() 121 usb->vroot_hub->port.wPortStatus |= USB_PORT_STAT_ENABLE; in fhci_port_enable() 230 ~USB_PORT_STAT_ENABLE; in fhci_hub_control() 299 USB_PORT_STAT_ENABLE; in fhci_hub_control() 312 USB_PORT_STAT_ENABLE; in fhci_hub_control()
|
H A D | xen-hcd.c | 158 USB_PORT_STAT_ENABLE | in xenhcd_set_connect_state() 284 info->ports[port].status &= ~USB_PORT_STAT_ENABLE; in xenhcd_rhport_disable() 299 info->ports[port].status &= ~(USB_PORT_STAT_ENABLE | in xenhcd_rhport_reset() 494 USB_PORT_STAT_ENABLE; in xenhcd_hub_control()
|
H A D | sl811-hcd.c | 739 if (sl811->port1 & USB_PORT_STAT_ENABLE) in sl811h_irq() 824 if (!(sl811->port1 & USB_PORT_STAT_ENABLE) in sl811h_urb_enqueue() 1131 | USB_PORT_STAT_ENABLE in sl811h_timer() 1304 if (!(sl811->port1 & USB_PORT_STAT_ENABLE)) in sl811h_hub_control()
|
H A D | uhci-hub.c | 298 wPortStatus |= USB_PORT_STAT_ENABLE; in uhci_hub_control()
|
H A D | max3421-hcd.c | 1231 max3421_hcd->port_status |= USB_PORT_STAT_ENABLE; in max3421_handle_irqs() 1450 max3421_hcd->port_status &= ~(USB_PORT_STAT_ENABLE | in max3421_reset_port()
|
H A D | ehci-hub.c | 994 status |= USB_PORT_STAT_ENABLE; in ehci_hub_control()
|
H A D | r8a66597-hcd.c | 1049 rh->port |= USB_PORT_STAT_ENABLE; in r8a66597_usb_connect() 2254 if (!(rh->port & USB_PORT_STAT_ENABLE)) in r8a66597_bus_suspend()
|
H A D | xhci-hub.c | 1179 status |= USB_PORT_STAT_ENABLE; in xhci_get_port_status()
|
H A D | isp1362-hcd.c | 1260 USB_PORT_STAT_ENABLE) || in isp1362_urb_enqueue()
|
H A D | oxu210hp-hcd.c | 3730 status |= USB_PORT_STAT_ENABLE; in oxu_hub_control()
|
/linux/include/uapi/linux/usb/ |
H A D | ch11.h | 124 #define USB_PORT_STAT_ENABLE 0x0002 macro 148 USB_PORT_STAT_ENABLE | \
|
/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 524 if (p->status & USB_PORT_STAT_ENABLE) in ast_vhub_change_port_stat() 549 USB_PORT_STAT_ENABLE, in ast_vhub_device_connect() 605 USB_PORT_STAT_ENABLE | in ast_vhub_port_reset() 645 set |= USB_PORT_STAT_ENABLE; in ast_vhub_port_reset() 664 if (!(p->status & USB_PORT_STAT_ENABLE)) in ast_vhub_set_port_feature() 708 USB_PORT_STAT_ENABLE | in ast_vhub_clr_port_feature()
|
/linux/drivers/usb/musb/ |
H A D | musb_virthub.c | 172 musb->port1_status &= ~USB_PORT_STAT_ENABLE; in musb_port_reset() 189 musb->port1_status |= USB_PORT_STAT_ENABLE in musb_port_reset()
|
H A D | sunxi.c | 361 if (musb->port1_status & USB_PORT_STAT_ENABLE) in sunxi_musb_set_mode()
|
H A D | tusb6010.c | 711 | USB_PORT_STAT_ENABLE in tusb_otg_ints()
|
H A D | musb_core.c | 898 |USB_PORT_STAT_ENABLE in musb_handle_intr_connect()
|
/linux/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 382 USB_PORT_STAT_ENABLE); in set_link_state_by_speed() 395 if ((dum_hcd->port_status & USB_PORT_STAT_ENABLE) && in set_link_state_by_speed() 407 USB_PORT_STAT_ENABLE | in set_link_state_by_speed() 421 if ((dum_hcd->port_status & USB_PORT_STAT_ENABLE) == 0) in set_link_state_by_speed() 450 if ((dum_hcd->port_status & USB_PORT_STAT_ENABLE) == 0 || in set_link_state() 500 (dum->port_status & USB_PORT_STAT_ENABLE) 1571 (USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE | \ 1573 == (USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE)) 2211 dum_hcd->port_status |= USB_PORT_STAT_ENABLE; in dummy_hub_control() 2309 dum_hcd->port_status &= ~(USB_PORT_STAT_ENABLE in dummy_hub_control()
|
/linux/drivers/usb/c67x00/ |
H A D | c67x00-hcd.c | 104 wPortStatus |= USB_PORT_STAT_ENABLE; in c67x00_hub_control()
|
/linux/drivers/usb/usbip/ |
H A D | vhci_hcd.c | 471 USB_PORT_STAT_ENABLE; in vhci_hub_control() 587 } else if (vhci_hcd->port_status[rhport] & USB_PORT_STAT_ENABLE) { in vhci_hub_control() 588 vhci_hcd->port_status[rhport] &= ~(USB_PORT_STAT_ENABLE in vhci_hub_control()
|
/linux/drivers/usb/core/ |
H A D | hub.c | 1195 if ((portstatus & USB_PORT_STAT_ENABLE) && ( in hub_activate() 1206 portstatus &= ~USB_PORT_STAT_ENABLE; in hub_activate() 1269 } else if (portstatus & USB_PORT_STAT_ENABLE) { in hub_activate() 2974 if (!(portstatus & USB_PORT_STAT_ENABLE)) in hub_port_wait_reset() 3270 else if (!(portstatus & USB_PORT_STAT_ENABLE) && !udev->reset_resume) { in check_port_resume_type() 5401 if (portstatus & USB_PORT_STAT_ENABLE) in hub_port_connect() 5618 if (portstatus & USB_PORT_STAT_ENABLE) { in hub_port_connect_change() 5733 if (!(portstatus & USB_PORT_STAT_ENABLE) in port_event()
|
/linux/drivers/usb/renesas_usbhs/ |
H A D | mod_host.c | 1172 usbhsh_port_stat_set(hpriv, USB_PORT_STAT_ENABLE); in __usbhsh_hub_port_feature()
|
/linux/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 2365 status |= USB_PORT_STAT_ENABLE; in isp1760_hub_control()
|
/linux/drivers/usb/dwc2/ |
H A D | hcd.c | 3567 port_status |= USB_PORT_STAT_ENABLE; in dwc2_hcd_hub_control()
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 1655 status |= USB_PORT_STAT_ENABLE; in fotg210_hub_control()
|