usercmd           778 drivers/gpu/vga/vga_switcheroo.c 	char usercmd[64];
usercmd           788 drivers/gpu/vga/vga_switcheroo.c 	if (copy_from_user(usercmd, ubuf, cnt))
usercmd           799 drivers/gpu/vga/vga_switcheroo.c 	if (strncmp(usercmd, "OFF", 3) == 0) {
usercmd           812 drivers/gpu/vga/vga_switcheroo.c 	if (strncmp(usercmd, "ON", 2) == 0) {
usercmd           826 drivers/gpu/vga/vga_switcheroo.c 	if (strncmp(usercmd, "DIGD", 4) == 0) {
usercmd           831 drivers/gpu/vga/vga_switcheroo.c 	if (strncmp(usercmd, "DDIS", 4) == 0) {
usercmd           836 drivers/gpu/vga/vga_switcheroo.c 	if (strncmp(usercmd, "IGD", 3) == 0)
usercmd           839 drivers/gpu/vga/vga_switcheroo.c 	if (strncmp(usercmd, "DIS", 3) == 0)
usercmd           842 drivers/gpu/vga/vga_switcheroo.c 	if (strncmp(usercmd, "MIGD", 4) == 0) {
usercmd           846 drivers/gpu/vga/vga_switcheroo.c 	if (strncmp(usercmd, "MDIS", 4) == 0) {