Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_C_RESET (Results 1 – 14 of 14) sorted by relevance

/linux-3.4.99/drivers/usb/wusbcore/
Drh.c109 port->change |= USB_PORT_STAT_C_RESET; in wusbhc_rh_port_reset()
118 port->change |= USB_PORT_STAT_C_RESET | USB_PORT_STAT_C_ENABLE; in wusbhc_rh_port_reset()
298 wusb_port_by_idx(wusbhc, port_idx)->change &= ~USB_PORT_STAT_C_RESET; in wusbhc_rh_clear_port_feat()
/linux-3.4.99/drivers/usb/host/
Dfhci-hub.c193 USB_PORT_STAT_C_RESET | USB_PORT_STAT_C_OVERCURRENT)) { in fhci_hub_status_data()
267 ~USB_PORT_STAT_C_RESET; in fhci_hub_control()
Dehci-hub.c866 status |= USB_PORT_STAT_C_RESET << 16; in ehci_hub_control()
Dxhci-hub.c611 status |= USB_PORT_STAT_C_RESET << 16; in xhci_hub_control()
Dsl811-hcd.c1136 sl811->port1 = (USB_PORT_STAT_C_RESET << 16) in sl811h_timer()
Disp1760-hcd.c1977 status |= USB_PORT_STAT_C_RESET << 16; in isp1760_hub_control()
Doxu210hp-hcd.c3302 status |= USB_PORT_STAT_C_RESET << 16; in oxu_hub_control()
Du132-hcd.c253 USB_PORT_STAT_C_RESET) << 16)
/linux-3.4.99/include/linux/usb/
Dch11.h152 #define USB_PORT_STAT_C_RESET 0x0010 macro
/linux-3.4.99/drivers/usb/musb/
Dmusb_virthub.c173 | (USB_PORT_STAT_C_RESET << 16) in musb_port_reset()
/linux-3.4.99/drivers/staging/usbip/
Dvhci_hcd.c178 | USB_PORT_STAT_C_RESET) << 16)
/linux-3.4.99/drivers/staging/ozwpan/
Dozhcd.c703 port->status |= (USB_PORT_STAT_C_RESET << 16); in oz_hcd_pd_reset()
1921 set_bits = USB_PORT_STAT_ENABLE | (USB_PORT_STAT_C_RESET<<16); in oz_set_port_feature()
/linux-3.4.99/drivers/usb/gadget/
Ddummy_hcd.c1889 | USB_PORT_STAT_C_RESET) << 16)
2029 dum_hcd->port_status |= (USB_PORT_STAT_C_RESET << 16); in dummy_hub_control()
/linux-3.4.99/drivers/usb/core/
Dhub.c923 if (portchange & USB_PORT_STAT_C_RESET) { in hub_activate()
3852 if (portchange & USB_PORT_STAT_C_RESET) { in hub_events()