Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_POWER (Results 1 – 21 of 21) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dfhci-hub.c253 ~USB_PORT_STAT_POWER; in fhci_hub_control()
323 USB_PORT_STAT_POWER; in fhci_hub_control()
Dsl811-hcd.c83 if (sl811->port1 & USB_PORT_STAT_POWER) in port_power()
86 sl811->port1 = USB_PORT_STAT_POWER; in port_power()
1144 | USB_PORT_STAT_POWER; in sl811h_timer()
1242 sl811->port1 &= USB_PORT_STAT_POWER; in sl811h_hub_control()
1315 if (!(sl811->port1 & USB_PORT_STAT_POWER)) in sl811h_hub_control()
Duhci-hub.c293 wPortStatus = USB_PORT_STAT_POWER; in uhci_hub_control()
Dmax3421-hcd.c1767 max3421_hcd->port_status |= USB_PORT_STAT_POWER; in max3421_hub_control()
1775 if ((max3421_hcd->port_status & USB_PORT_STAT_POWER) in max3421_hub_control()
Dxhci-hub.c689 status |= USB_PORT_STAT_POWER; in xhci_get_port_status()
Dehci-hub.c1125 status |= USB_PORT_STAT_POWER; in ehci_hub_control()
Dr8a66597-hcd.c2182 rh->port &= ~USB_PORT_STAT_POWER; in r8a66597_hub_control()
2223 rh->port |= USB_PORT_STAT_POWER; in r8a66597_hub_control()
Doxu210hp-hcd.c3357 status |= USB_PORT_STAT_POWER; in oxu_hub_control()
/linux-4.1.27/include/uapi/linux/usb/
Dch11.h117 #define USB_PORT_STAT_POWER 0x0100 macro
/linux-4.1.27/drivers/usb/musb/
Dda8xx.c351 portstate(musb->port1_status |= USB_PORT_STAT_POWER); in da8xx_musb_interrupt()
358 portstate(musb->port1_status &= ~USB_PORT_STAT_POWER); in da8xx_musb_interrupt()
Ddavinci.c335 portstate(musb->port1_status |= USB_PORT_STAT_POWER); in davinci_musb_interrupt()
342 portstate(musb->port1_status &= ~USB_PORT_STAT_POWER); in davinci_musb_interrupt()
Dam35x.c288 portstate(musb->port1_status |= USB_PORT_STAT_POWER); in am35x_musb_interrupt()
295 portstate(musb->port1_status &= ~USB_PORT_STAT_POWER); in am35x_musb_interrupt()
Dmusb_virthub.c221 musb->port1_status = USB_PORT_STAT_POWER in musb_root_disconnect()
/linux-4.1.27/drivers/usb/wusbcore/
Drh.c266 wusb_port_by_idx(wusbhc, port_idx)->status |= USB_PORT_STAT_POWER; in wusbhc_rh_set_port_feat()
Ddevconnect.c301 if ((port->status & USB_PORT_STAT_POWER) in wusbhc_devconnect_ack()
/linux-4.1.27/drivers/usb/c67x00/
Dc67x00-hcd.c108 wPortStatus = USB_PORT_STAT_POWER; in c67x00_hub_control()
/linux-4.1.27/drivers/usb/gadget/udc/
Ddummy_hcd.c322 if ((dum_hcd->port_status & USB_PORT_STAT_POWER) == 0) { in set_link_state_by_speed()
1988 if (dum_hcd->port_status & USB_PORT_STAT_POWER) in dummy_hub_control()
2126 dum_hcd->port_status |= USB_PORT_STAT_POWER; in dummy_hub_control()
2171 USB_PORT_STAT_POWER) != 0) { in dummy_hub_control()
/linux-4.1.27/drivers/staging/ozwpan/
Dozhcd.c1956 set_bits |= USB_PORT_STAT_POWER; in oz_set_port_feature()
2028 clear_bits |= USB_PORT_STAT_POWER; in oz_clear_port_feature()
/linux-4.1.27/drivers/usb/isp1760/
Disp1760-hcd.c1997 status |= USB_PORT_STAT_POWER; in isp1760_hub_control()
/linux-4.1.27/drivers/usb/dwc2/
Dhcd.c1684 port_status |= USB_PORT_STAT_POWER; in dwc2_hcd_hub_control()
/linux-4.1.27/drivers/usb/core/
Dhub.c2858 if (portstatus & USB_PORT_STAT_POWER) in port_is_power_on()