Lines Matching defs:usercmd
778 char usercmd[64];
788 if (copy_from_user(usercmd, ubuf, cnt))
799 if (strncmp(usercmd, "OFF", 3) == 0) {
812 if (strncmp(usercmd, "ON", 2) == 0) {
826 if (strncmp(usercmd, "DIGD", 4) == 0) {
831 if (strncmp(usercmd, "DDIS", 4) == 0) {
836 if (strncmp(usercmd, "IGD", 3) == 0)
839 if (strncmp(usercmd, "DIS", 3) == 0)
842 if (strncmp(usercmd, "MIGD", 4) == 0) {
846 if (strncmp(usercmd, "MDIS", 4) == 0) {