Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c552 if (!(p->status & USB_PORT_STAT_SUSPEND)) in ast_vhub_wake_work()
555 USB_PORT_STAT_SUSPEND, in ast_vhub_wake_work()
581 USB_PORT_STAT_SUSPEND, in ast_vhub_port_reset()
642 0, USB_PORT_STAT_SUSPEND, in ast_vhub_set_port_feature()
684 USB_PORT_STAT_SUSPEND, 0, in ast_vhub_clr_port_feature()
689 if (!(p->status & USB_PORT_STAT_SUSPEND)) in ast_vhub_clr_port_feature()
692 USB_PORT_STAT_SUSPEND, 0, in ast_vhub_clr_port_feature()
805 if (!(p->status & USB_PORT_STAT_SUSPEND)) in ast_vhub_hub_suspend()
828 if (!(p->status & USB_PORT_STAT_SUSPEND)) in ast_vhub_hub_resume()
/kernel/linux/linux-5.10/drivers/usb/host/
Dfhci-hub.c240 ~USB_PORT_STAT_SUSPEND; in fhci_hub_control()
305 USB_PORT_STAT_SUSPEND; in fhci_hub_control()
Dsl811-hcd.c404 if (sl811->port1 & USB_PORT_STAT_SUSPEND) in start_transfer()
728 if (sl811->port1 & USB_PORT_STAT_SUSPEND) { in sl811h_irq()
1153 sl811->port1 &= ~USB_PORT_STAT_SUSPEND; in sl811h_timer()
1251 if (!(sl811->port1 & USB_PORT_STAT_SUSPEND)) in sl811h_hub_control()
1313 if (sl811->port1 & USB_PORT_STAT_SUSPEND) in sl811h_hub_control()
Duhci-hub.c300 wPortStatus |= USB_PORT_STAT_SUSPEND; in uhci_hub_control()
Dxhci-hub.c897 *status |= USB_PORT_STAT_SUSPEND; in xhci_handle_usb2_port_link_resume()
911 *status |= USB_PORT_STAT_SUSPEND; in xhci_handle_usb2_port_link_resume()
1001 *status |= USB_PORT_STAT_SUSPEND; in xhci_get_usb2_port_status()
Dr8a66597-hcd.c2260 rh->port |= USB_PORT_STAT_SUSPEND; in r8a66597_bus_suspend()
2286 if (!(rh->port & USB_PORT_STAT_SUSPEND)) in r8a66597_bus_resume()
2290 rh->port &= ~USB_PORT_STAT_SUSPEND; in r8a66597_bus_resume()
Dehci-hub.c1128 status |= USB_PORT_STAT_SUSPEND; in ehci_hub_control()
Dmax3421-hcd.c1741 USB_PORT_STAT_SUSPEND; in max3421_hub_control()
Doxu210hp-hcd.c3756 status |= USB_PORT_STAT_SUSPEND; in oxu_hub_control()
Dfotg210-hcd.c1666 status |= USB_PORT_STAT_SUSPEND; in fotg210_hub_control()
/kernel/linux/linux-5.10/drivers/usb/musb/
Dmusb_virthub.c42 musb->port1_status &= ~(USB_PORT_STAT_SUSPEND | MUSB_PORT_STAT_RESUME); in musb_host_finish_resume()
87 musb->port1_status |= USB_PORT_STAT_SUSPEND; in musb_port_suspend()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/
Dch11.h60 #define USB_PORT_STAT_SUSPEND 0x0004 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/
Dch11.h73 #define USB_PORT_STAT_SUSPEND 0x0004 macro
/kernel/linux/linux-5.10/include/uapi/linux/usb/
Dch11.h127 #define USB_PORT_STAT_SUSPEND 0x0004 macro
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
Ddummy_hcd.c407 USB_PORT_STAT_SUSPEND); in set_link_state_by_speed()
419 dum_hcd->port_status &= ~USB_PORT_STAT_SUSPEND; in set_link_state_by_speed()
421 USB_PORT_STAT_SUSPEND) == 0 && in set_link_state_by_speed()
858 if ((dum_hcd->port_status & USB_PORT_STAT_SUSPEND) == 0 && in dummy_wakeup()
1554 USB_PORT_STAT_SUSPEND)) \
2014 dum_hcd->port_status &= ~USB_PORT_STAT_SUSPEND; in dummy_hub_status()
2109 if (dum_hcd->port_status & USB_PORT_STAT_SUSPEND) { in dummy_hub_control()
2180 dum_hcd->port_status &= ~USB_PORT_STAT_SUSPEND; in dummy_hub_control()
2247 dum_hcd->port_status |= USB_PORT_STAT_SUSPEND; in dummy_hub_control()
/kernel/linux/linux-5.10/drivers/usb/usbip/
Dvhci_hcd.c382 if (vhci_hcd->port_status[rhport] & USB_PORT_STAT_SUSPEND) { in vhci_hub_control()
545 vhci_hcd->port_status[rhport] |= USB_PORT_STAT_SUSPEND; in vhci_hub_control()
/kernel/linux/linux-5.10/drivers/usb/isp1760/
Disp1760-hcd.c1989 status |= USB_PORT_STAT_SUSPEND; in isp1760_hub_control()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
Dhcd.c3561 port_status |= USB_PORT_STAT_SUSPEND; in dwc2_hcd_hub_control()
/kernel/linux/linux-5.10/drivers/usb/core/
Dhub.c3064 if (portstatus & USB_PORT_STAT_SUSPEND) in port_is_suspended()