Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_SUSPEND (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c578 if (!(p->status & USB_PORT_STAT_SUSPEND)) in ast_vhub_wake_work()
581 USB_PORT_STAT_SUSPEND, in ast_vhub_wake_work()
607 USB_PORT_STAT_SUSPEND, in ast_vhub_port_reset()
668 0, USB_PORT_STAT_SUSPEND, in ast_vhub_set_port_feature()
710 USB_PORT_STAT_SUSPEND, 0, in ast_vhub_clr_port_feature()
715 if (!(p->status & USB_PORT_STAT_SUSPEND)) in ast_vhub_clr_port_feature()
718 USB_PORT_STAT_SUSPEND, 0, in ast_vhub_clr_port_feature()
831 if (!(p->status & USB_PORT_STAT_SUSPEND)) in ast_vhub_hub_suspend()
854 if (!(p->status & USB_PORT_STAT_SUSPEND)) in ast_vhub_hub_resume()
/linux/drivers/usb/host/
H A Dfhci-hub.c239 ~USB_PORT_STAT_SUSPEND; in fhci_hub_control()
304 USB_PORT_STAT_SUSPEND; in fhci_hub_control()
H A Dxen-hcd.c161 USB_PORT_STAT_SUSPEND); in xenhcd_set_connect_state()
223 info->ports[port].status |= USB_PORT_STAT_SUSPEND; in xenhcd_rhport_suspend()
235 if (info->ports[port].status & USB_PORT_STAT_SUSPEND) { in xenhcd_rhport_resume()
285 info->ports[port].status &= ~USB_PORT_STAT_SUSPEND; in xenhcd_rhport_disable()
481 info->ports[wIndex].status &= ~USB_PORT_STAT_SUSPEND; in xenhcd_hub_control()
H A Duhci-hub.c300 wPortStatus |= USB_PORT_STAT_SUSPEND; in uhci_hub_control()
H A Dxhci-hub.c1111 *status |= USB_PORT_STAT_SUSPEND; in xhci_get_usb2_port_status()
1126 *status |= USB_PORT_STAT_SUSPEND; in xhci_get_usb2_port_status()
H A Dehci-hub.c998 status |= USB_PORT_STAT_SUSPEND; in ehci_hub_control()
H A Dmax3421-hcd.c1738 USB_PORT_STAT_SUSPEND; in max3421_hub_control()
/linux/drivers/usb/musb/
H A Dmusb_virthub.c42 musb->port1_status &= ~(USB_PORT_STAT_SUSPEND | MUSB_PORT_STAT_RESUME); in musb_host_finish_resume()
86 musb->port1_status |= USB_PORT_STAT_SUSPEND; in musb_port_suspend()
/linux/include/uapi/linux/usb/
H A Dch11.h125 #define USB_PORT_STAT_SUSPEND 0x0004 macro
/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c2368 status |= USB_PORT_STAT_SUSPEND; in isp1760_hub_control()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c1659 status |= USB_PORT_STAT_SUSPEND; in fotg210_hub_control()
/linux/drivers/usb/dwc2/
H A Dhcd.c3567 port_status |= USB_PORT_STAT_SUSPEND; in dwc2_hcd_hub_control()
/linux/drivers/usb/core/
H A Dhub.c3243 if (portstatus & USB_PORT_STAT_SUSPEND) in port_is_suspended()