Home
last modified time | relevance | path

Searched refs:USB_PORT_FEAT_POWER (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Dehci-hub.c191 case USB_PORT_FEAT_POWER: in ehci_hub_control()
271 status |= 1 << USB_PORT_FEAT_POWER; in ehci_hub_control()
304 case USB_PORT_FEAT_POWER: in ehci_hub_control()
Dsl811.c469 case USB_PORT_FEAT_POWER: in sl811_rh_submit_urb()
509 case USB_PORT_FEAT_POWER: in sl811_rh_submit_urb()
/linux-2.4.37.9/drivers/usb/
Dhub.h30 #define USB_PORT_FEAT_POWER 8 macro
Dhub.c149 usb_set_port_feature(hub->dev, i + 1, USB_PORT_FEAT_POWER); in usb_hub_power_on()