Home
last modified time | relevance | path

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

/drivers/platform/x86/
Dthinkpad_acpi.c5039 static enum video_access_mode video_supported; variable
5072 video_supported = TPACPI_VIDEO_NONE; in video_init()
5076 video_supported = TPACPI_VIDEO_570; in video_init()
5080 video_supported = TPACPI_VIDEO_770; in video_init()
5083 video_supported = TPACPI_VIDEO_NEW; in video_init()
5086 str_supported(video_supported != TPACPI_VIDEO_NONE), in video_init()
5087 video_supported); in video_init()
5089 return (video_supported != TPACPI_VIDEO_NONE) ? 0 : -ENODEV; in video_init()
5105 switch (video_supported) { in video_outputsw_get()
5151 switch (video_supported) { in video_outputsw_set()
[all …]
Dtoshiba_acpi.c199 unsigned int video_supported:1; member
1777 if (dev->video_supported) in create_toshiba_proc_entries()
1794 if (dev->video_supported) in remove_toshiba_proc_entries()
3149 if (dev->video_supported) in print_supported_features()
3426 dev->video_supported = !ret; in toshiba_acpi_add()