Lines Matching refs:wValue
2694 static int u132_roothub_setportfeature(struct u132 *u132, u16 wValue, in u132_roothub_setportfeature() argument
2702 port->Status &= ~(1 << wValue); in u132_roothub_setportfeature()
2703 switch (wValue) { in u132_roothub_setportfeature()
2718 static int u132_roothub_clearportfeature(struct u132 *u132, u16 wValue, in u132_roothub_clearportfeature() argument
2727 port->Status &= ~(1 << wValue); in u132_roothub_clearportfeature()
2728 switch (wValue) { in u132_roothub_clearportfeature()
2819 static int u132_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in u132_hub_control() argument
2835 switch (wValue) { in u132_hub_control()
2844 switch (wValue) { in u132_hub_control()
2854 wValue, wIndex); in u132_hub_control()
2882 wValue, wIndex); in u132_hub_control()