Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/platform/x86/
Dthinkpad_acpi.c4653 static enum video_access_mode video_supported; variable
4686 video_supported = TPACPI_VIDEO_NONE; in video_init()
4690 video_supported = TPACPI_VIDEO_570; in video_init()
4694 video_supported = TPACPI_VIDEO_770; in video_init()
4697 video_supported = TPACPI_VIDEO_NEW; in video_init()
4700 str_supported(video_supported != TPACPI_VIDEO_NONE), in video_init()
4701 video_supported); in video_init()
4703 return (video_supported != TPACPI_VIDEO_NONE) ? 0 : 1; in video_init()
4720 switch (video_supported) { in video_outputsw_get()
4766 switch (video_supported) { in video_outputsw_set()
[all …]
Dtoshiba_acpi.c187 unsigned int video_supported:1; member
1714 if (dev->video_supported) in create_toshiba_proc_entries()
1731 if (dev->video_supported) in remove_toshiba_proc_entries()
2851 dev->video_supported = !ret; in toshiba_acpi_add()