Searched refs:usercmd (Results 1 – 1 of 1) sorted by relevance
/drivers/gpu/vga/ |
D | vga_switcheroo.c | 723 char usercmd[64]; in vga_switcheroo_debugfs_write() local 733 if (copy_from_user(usercmd, ubuf, cnt)) in vga_switcheroo_debugfs_write() 744 if (strncmp(usercmd, "OFF", 3) == 0) { in vga_switcheroo_debugfs_write() 757 if (strncmp(usercmd, "ON", 2) == 0) { in vga_switcheroo_debugfs_write() 771 if (strncmp(usercmd, "DIGD", 4) == 0) { in vga_switcheroo_debugfs_write() 776 if (strncmp(usercmd, "DDIS", 4) == 0) { in vga_switcheroo_debugfs_write() 781 if (strncmp(usercmd, "IGD", 3) == 0) in vga_switcheroo_debugfs_write() 784 if (strncmp(usercmd, "DIS", 3) == 0) in vga_switcheroo_debugfs_write() 787 if (strncmp(usercmd, "MIGD", 4) == 0) { in vga_switcheroo_debugfs_write() 791 if (strncmp(usercmd, "MDIS", 4) == 0) { in vga_switcheroo_debugfs_write()
|