Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c4835 static enum video_access_mode video_supported; variable
4868 video_supported = TPACPI_VIDEO_NONE; in video_init()
4872 video_supported = TPACPI_VIDEO_570; in video_init()
4876 video_supported = TPACPI_VIDEO_770; in video_init()
4879 video_supported = TPACPI_VIDEO_NEW; in video_init()
4882 str_supported(video_supported != TPACPI_VIDEO_NONE), in video_init()
4883 video_supported); in video_init()
4885 return (video_supported != TPACPI_VIDEO_NONE) ? 0 : -ENODEV; in video_init()
4901 switch (video_supported) { in video_outputsw_get()
4947 switch (video_supported) { in video_outputsw_set()
[all...]
H A Dtoshiba_acpi.c205 unsigned int video_supported:1; member
1783 if (dev->video_supported) in create_toshiba_proc_entries()
1800 if (dev->video_supported) in remove_toshiba_proc_entries()
3160 if (dev->video_supported) in print_supported_features()
3446 dev->video_supported = !ret; in toshiba_acpi_add()