Searched refs:str_value (Results 1 – 2 of 2) sorted by relevance
1191 char *str_value; in apply_acpi_orientation() local1195 str_value = "-1"; in apply_acpi_orientation()1198 str_value = "0"; in apply_acpi_orientation()1201 str_value = "1"; in apply_acpi_orientation()1206 adata->mount_matrix->rotation[i * 3 + j] = str_value; in apply_acpi_orientation()
977 const char *str_value; in PreInit() local1116 str_value = xf86GetOptValString(ms->drmmode.Options, OPTION_FLIP_FB); in PreInit()1117 if (!str_value || !strcmp(str_value, "transformed")) in PreInit()1119 else if (!strcmp(str_value, "always")) in PreInit()1695 const char *str_value; in ScreenInit() local1781 str_value = xf86GetOptValString(ms->drmmode.Options, in ScreenInit()1783 if (str_value && !strcmp(str_value, "exa")) in ScreenInit()