Home
last modified time | relevance | path

Searched refs:text_unsupported (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c11061 static char text_unsupported[] __initdata = "not supported"; in str_supported() local
11063 return (is_supported) ? &text_unsupported[4] : &text_unsupported[0]; in str_supported()