Searched refs:PIN_LONGTERM_TEST_START (Results 1 – 4 of 4) sorted by relevance
13 #define PIN_LONGTERM_TEST_START _IOW('g', 7, struct pin_longterm_test) macro
197 ret = ioctl(gup_fd, PIN_LONGTERM_TEST_START, &args); in do_test() 199 ksft_print_msg("PIN_LONGTERM_TEST_START failed (EINVAL)n"); in do_test() 209 ksft_print_msg("PIN_LONGTERM_TEST_START failed (%s)\n", in do_test()
692 ret = ioctl(gup_fd, PIN_LONGTERM_TEST_START, &args); in do_test_ro_pin() 698 ksft_perror("PIN_LONGTERM_TEST_START failed"); in do_test_ro_pin()
241 if (ioctl(args->gup_fd, PIN_LONGTERM_TEST_START, &test)) {