Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/musb/
Dmusb_virthub.c122 musb->port1_status &= ~USB_PORT_STAT_RESET; in musb_port_reset()
155 musb->port1_status |= USB_PORT_STAT_RESET; in musb_port_reset()
171 musb->port1_status &= ~USB_PORT_STAT_RESET; in musb_port_reset()
319 if ((musb->port1_status & USB_PORT_STAT_RESET) in musb_hub_control()
/linux-3.4.99/include/linux/usb/
Dch11.h101 #define USB_PORT_STAT_RESET 0x0010 macro
124 USB_PORT_STAT_RESET)
/linux-3.4.99/drivers/usb/wusbcore/
Drh.c108 port->status |= USB_PORT_STAT_RESET; in wusbhc_rh_port_reset()
116 port->status &= ~USB_PORT_STAT_RESET; in wusbhc_rh_port_reset()
Ddevconnect.c388 | USB_PORT_STAT_SUSPEND | USB_PORT_STAT_RESET in __wusbhc_dev_disconnect()
/linux-3.4.99/drivers/usb/host/
Dfhci-hub.c319 USB_PORT_STAT_RESET; in fhci_hub_control()
324 ~USB_PORT_STAT_RESET; in fhci_hub_control()
Duhci-hub.c301 wPortStatus |= USB_PORT_STAT_RESET; in uhci_hub_control()
Dsl811-hcd.c1291 if (sl811->port1 & USB_PORT_STAT_RESET) in sl811h_hub_control()
1315 sl811->port1 |= USB_PORT_STAT_RESET; in sl811h_hub_control()
Dr8a66597-hcd.c1068 rh->port &= ~USB_PORT_STAT_RESET; in r8a66597_usb_connect()
1708 if (rh->port & USB_PORT_STAT_RESET) { in r8a66597_root_hub_control()
2235 rh->port |= USB_PORT_STAT_RESET; in r8a66597_hub_control()
Dehci-hub.c936 status |= USB_PORT_STAT_RESET; in ehci_hub_control()
Dxhci-hub.c674 status |= USB_PORT_STAT_RESET; in xhci_hub_control()
Disp1760-hcd.c2016 status |= USB_PORT_STAT_RESET; in isp1760_hub_control()
Doxu210hp-hcd.c3352 status |= USB_PORT_STAT_RESET; in oxu_hub_control()
/linux-3.4.99/drivers/usb/gadget/
Ddummy_hcd.c370 (dum_hcd->port_status & USB_PORT_STAT_RESET) != 0) { in set_link_state()
376 (dum_hcd->old_status & USB_PORT_STAT_RESET) == 0 && in set_link_state()
2027 if ((dum_hcd->port_status & USB_PORT_STAT_RESET) != 0 && in dummy_hub_control()
2030 dum_hcd->port_status &= ~USB_PORT_STAT_RESET; in dummy_hub_control()
2129 USB_PORT_STAT_RESET); in dummy_hub_control()
/linux-3.4.99/drivers/staging/ozwpan/
Dozhcd.c702 port->status |= USB_PORT_STAT_RESET; in oz_hcd_pd_reset()
1922 clear_bits = USB_PORT_STAT_RESET; in oz_set_port_feature()
/linux-3.4.99/drivers/usb/core/
Dhub.c2211 if ((portstatus & USB_PORT_STAT_RESET)) in hub_port_wait_reset()