Lines Matching refs:wValue
2698 static int u132_roothub_setportfeature(struct u132 *u132, u16 wValue, in u132_roothub_setportfeature() argument
2707 port->Status &= ~(1 << wValue); in u132_roothub_setportfeature()
2708 switch (wValue) { in u132_roothub_setportfeature()
2732 static int u132_roothub_clearportfeature(struct u132 *u132, u16 wValue, in u132_roothub_clearportfeature() argument
2742 port->Status &= ~(1 << wValue); in u132_roothub_clearportfeature()
2743 switch (wValue) { in u132_roothub_clearportfeature()
2837 static int u132_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in u132_hub_control() argument
2853 switch (wValue) { in u132_hub_control()
2862 switch (wValue) { in u132_hub_control()
2872 wValue, wIndex); in u132_hub_control()
2900 wValue, wIndex); in u132_hub_control()