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.c82 static void port_power(struct sl811 *sl811, int is_on) function
102 if (sl811->board && sl811->board->port_power) {
105 sl811->board->port_power(hcd->self.controller, is_on);
1096 if (sl811->board && sl811->board->port_power) {
1258 port_power(sl811, 0);
1302 port_power(sl811, 1);
1535 port_power(sl811, 0);
1555 port_power(sl811, 1);
1703 port_power(sl811, 0);
1773 port_power(sl81
[all...]
H A Du132-hcd.c1511 static void port_power(struct u132 *u132, int pn, int is_on) function
3171 port_power(u132, ports, 0);
3195 port_power(u132, ports, 1);

Completed in 48 milliseconds