Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/
H A Dthinkpad_acpi.c4712 video_supported = TPACPI_VIDEO_NONE; in video_init()
4716 video_supported = TPACPI_VIDEO_570; in video_init()
4720 video_supported = TPACPI_VIDEO_770; in video_init()
4723 video_supported = TPACPI_VIDEO_NEW; in video_init()
4727 video_supported); in video_init()
4745 switch (video_supported) { in video_outputsw_get()
4791 switch (video_supported) { in video_outputsw_set()
4828 switch (video_supported) { in video_autosw_get()
4860 switch (video_supported) { in video_outputsw_cycle()
4887 switch (video_supported) { in video_expand_toggle()
[all …]
H A Dtoshiba_acpi.c205 unsigned int video_supported:1; member
1784 if (dev->video_supported) in create_toshiba_proc_entries()
1801 if (dev->video_supported) in remove_toshiba_proc_entries()
3156 if (dev->video_supported) in print_supported_features()
3442 dev->video_supported = !ret; in toshiba_acpi_add()