Lines Matching refs:str
433 static int __init intel_iommu_setup(char *str)
435 if (!str)
437 while (*str) {
438 if (!strncmp(str, "on", 2)) {
441 } else if (!strncmp(str, "off", 3)) {
445 } else if (!strncmp(str, "igfx_off", 8)) {
448 } else if (!strncmp(str, "forcedac", 8)) {
451 } else if (!strncmp(str, "strict", 6)) {
454 } else if (!strncmp(str, "sp_off", 6)) {
457 } else if (!strncmp(str, "sm_on", 5)) {
460 } else if (!strncmp(str, "tboot_noforce", 13)) {
463 } else if (!strncmp(str, "nobounce", 8)) {
468 str += strcspn(str, ",");
469 while (*str == ',')
470 str++;