Lines Matching defs:test_mode
605 u16 test_mode, u16 wIndex)
613 temp |= test_mode << PORT_TEST_MODE_SHIFT;
615 xhci->test_mode = test_mode;
616 if (test_mode == USB_TEST_FORCE_ENABLE)
621 u16 test_mode, u16 wIndex, unsigned long *flags)
658 test_mode, wIndex + 1);
659 xhci_port_set_test_mode(xhci, test_mode, wIndex);
667 if (!xhci->test_mode) {
671 if (xhci->test_mode == USB_TEST_FORCE_ENABLE &&
678 xhci->test_mode = 0;
1105 u16 test_mode = 0;
1190 test_mode = (wIndex & 0xff00) >> 8;
1432 if (test_mode > USB_TEST_FORCE_ENABLE ||
1433 test_mode < USB_TEST_J)
1435 retval = xhci_enter_test_mode(xhci, test_mode, wIndex,