Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_ENABLE (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/usb/host/
H A Dfhci-hub.c100 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 Dxen-hcd.c158 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 Duhci-hub.c298 wPortStatus |= USB_PORT_STAT_ENABLE; in uhci_hub_control()
H A Dmax3421-hcd.c1237 max3421_hcd->port_status |= USB_PORT_STAT_ENABLE; in max3421_handle_irqs()
1456 max3421_hcd->port_status &= ~(USB_PORT_STAT_ENABLE | in max3421_reset_port()
H A Dehci-hub.c994 status |= USB_PORT_STAT_ENABLE; in ehci_hub_control()
H A Dxhci-hub.c1187 status |= USB_PORT_STAT_ENABLE; in xhci_get_port_status()
/linux/include/uapi/linux/usb/
H A Dch11.h124 #define USB_PORT_STAT_ENABLE 0x0002 macro
148 USB_PORT_STAT_ENABLE | \
/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c525 if (p->status & USB_PORT_STAT_ENABLE) in ast_vhub_change_port_stat()
550 USB_PORT_STAT_ENABLE, in ast_vhub_device_connect()
606 USB_PORT_STAT_ENABLE | in ast_vhub_port_reset()
646 set |= USB_PORT_STAT_ENABLE; in ast_vhub_port_reset()
665 if (!(p->status & USB_PORT_STAT_ENABLE)) in ast_vhub_set_port_feature()
709 USB_PORT_STAT_ENABLE | in ast_vhub_clr_port_feature()
/linux/drivers/usb/musb/
H A Dmusb_virthub.c172 musb->port1_status &= ~USB_PORT_STAT_ENABLE; in musb_port_reset()
189 musb->port1_status |= USB_PORT_STAT_ENABLE in musb_port_reset()
/linux/drivers/usb/c67x00/
H A Dc67x00-hcd.c104 wPortStatus |= USB_PORT_STAT_ENABLE; in c67x00_hub_control()
/linux/drivers/usb/core/
H A Dhub.c1196 if ((portstatus & USB_PORT_STAT_ENABLE) && ( in hub_activate()
1207 portstatus &= ~USB_PORT_STAT_ENABLE; in hub_activate()
1270 } else if (portstatus & USB_PORT_STAT_ENABLE) { in hub_activate()
2988 if (!(portstatus & USB_PORT_STAT_ENABLE)) in hub_port_wait_reset()
3284 else if (!(portstatus & USB_PORT_STAT_ENABLE) && !udev->reset_resume) { in check_port_resume_type()
5413 if (portstatus & USB_PORT_STAT_ENABLE) in hub_port_connect()
5630 if (portstatus & USB_PORT_STAT_ENABLE) { in hub_port_connect_change()
5745 if (!(portstatus & USB_PORT_STAT_ENABLE) in port_event()
/linux/drivers/usb/renesas_usbhs/
H A Dmod_host.c1172 usbhsh_port_stat_set(hpriv, USB_PORT_STAT_ENABLE); in __usbhsh_hub_port_feature()
/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c2365 status |= USB_PORT_STAT_ENABLE; in isp1760_hub_control()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c1655 status |= USB_PORT_STAT_ENABLE; in fotg210_hub_control()
/linux/drivers/usb/dwc2/
H A Dhcd.c3565 port_status |= USB_PORT_STAT_ENABLE; in dwc2_hcd_hub_control()