Searched defs:port_power (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/misc/
H A Dusb_u132.h68 void (*port_power) (struct device *dev, int is_on); member in struct:u132_platform_data
/drivers/usb/host/
H A Dsl811-hcd.c77 static void port_power(struct sl811 *sl811, int is_on) function
97 if (sl811->board && sl811->board->port_power) {
101 sl811->board->port_power(hcd->self.controller, is_on);
1102 if (sl811->board && sl811->board->port_power) {
1265 port_power(sl811, 0);
1310 port_power(sl811, 1);
1530 port_power(sl811, 0);
1550 port_power(sl811, 1);
1701 port_power(sl811, 0);
1773 port_power(sl81
[all...]
H A Du132-hcd.c1510 static void port_power(struct u132 *u132, int pn, int is_on) function
3172 port_power(u132, ports, 0);
3196 port_power(u132, ports, 1);

Completed in 178 milliseconds