Searched refs:usercmd (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/gpu/vga/ |
| D | vga_switcheroo.c | 584 char usercmd[64]; in vga_switcheroo_debugfs_write() local 594 if (copy_from_user(usercmd, ubuf, cnt)) in vga_switcheroo_debugfs_write() 605 if (strncmp(usercmd, "OFF", 3) == 0) { in vga_switcheroo_debugfs_write() 618 if (strncmp(usercmd, "ON", 2) == 0) { in vga_switcheroo_debugfs_write() 632 if (strncmp(usercmd, "DIGD", 4) == 0) { in vga_switcheroo_debugfs_write() 637 if (strncmp(usercmd, "DDIS", 4) == 0) { in vga_switcheroo_debugfs_write() 642 if (strncmp(usercmd, "IGD", 3) == 0) in vga_switcheroo_debugfs_write() 645 if (strncmp(usercmd, "DIS", 3) == 0) in vga_switcheroo_debugfs_write() 648 if (strncmp(usercmd, "MIGD", 4) == 0) { in vga_switcheroo_debugfs_write() 652 if (strncmp(usercmd, "MDIS", 4) == 0) { in vga_switcheroo_debugfs_write()
|