Lines Matching defs:test_mode
710 u16 test_mode, u16 wIndex)
718 temp |= test_mode << PORT_TEST_MODE_SHIFT;
720 xhci->test_mode = test_mode;
721 if (test_mode == USB_TEST_FORCE_ENABLE)
726 u16 test_mode, u16 wIndex, unsigned long *flags)
763 test_mode, wIndex + 1);
764 xhci_port_set_test_mode(xhci, test_mode, wIndex);
772 if (!xhci->test_mode) {
776 if (xhci->test_mode == USB_TEST_FORCE_ENABLE &&
783 xhci->test_mode = 0;
1210 u16 test_mode = 0;
1295 test_mode = (wIndex & 0xff00) >> 8;
1537 if (test_mode > USB_TEST_FORCE_ENABLE ||
1538 test_mode < USB_TEST_J)
1540 retval = xhci_enter_test_mode(xhci, test_mode, wIndex,