Lines Matching refs:uinput
20 #include <linux/uinput.h>
90 const char *argv[] = {"modprobe", "uinput", NULL};
93 tst_resm(TINFO, "Trying to load uinput kernel module");
97 tst_resm(TINFO, "Failed to load the uinput module");
106 const char *argv[] = {"modprobe", "-r", "uinput", NULL};
109 tst_resm(TINFO, "Unloading uinput kernel module");
113 tst_resm(TWARN, "Failed to unload uinput module");
117 "/dev/input/uinput",
118 "/dev/uinput",
130 tst_resm(TINFO, "Found uinput dev at %s",
167 tst_brkm(TCONF, NULL, "Unable to find and open uinput");