Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:video_supported
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
thinkpad_acpi.c
4951
static enum video_access_mode
video_supported
;
variable
4984
video_supported
= TPACPI_VIDEO_NONE;
in video_init()
4988
video_supported
= TPACPI_VIDEO_570;
in video_init()
4992
video_supported
= TPACPI_VIDEO_770;
in video_init()
4995
video_supported
= TPACPI_VIDEO_NEW;
in video_init()
4998
str_supported(
video_supported
!= TPACPI_VIDEO_NONE),
in video_init()
4999
video_supported
);
in video_init()
5001
return (
video_supported
!= TPACPI_VIDEO_NONE) ? 0 : 1;
in video_init()
5017
switch (
video_supported
) {
in video_outputsw_get()
5063
switch (
video_supported
) {
in video_outputsw_set()
[all...]
H
A
D
toshiba_acpi.c
186
unsigned int
video_supported
:1;
member
1681
if (dev->
video_supported
)
in create_toshiba_proc_entries()
1698
if (dev->
video_supported
)
in remove_toshiba_proc_entries()
2927
if (dev->
video_supported
)
in print_supported_features()
3155
dev->
video_supported
= !ret;
in toshiba_acpi_add()
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
thinkpad_acpi.c
4834
static enum video_access_mode
video_supported
;
variable
4867
video_supported
= TPACPI_VIDEO_NONE;
in video_init()
4871
video_supported
= TPACPI_VIDEO_570;
in video_init()
4875
video_supported
= TPACPI_VIDEO_770;
in video_init()
4878
video_supported
= TPACPI_VIDEO_NEW;
in video_init()
4881
str_supported(
video_supported
!= TPACPI_VIDEO_NONE),
in video_init()
4882
video_supported
);
in video_init()
4884
return (
video_supported
!= TPACPI_VIDEO_NONE) ? 0 : -ENODEV;
in video_init()
4900
switch (
video_supported
) {
in video_outputsw_get()
4946
switch (
video_supported
) {
in video_outputsw_set()
[all...]
H
A
D
toshiba_acpi.c
199
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()
3424
dev->
video_supported
= !ret;
in toshiba_acpi_add()
Completed in 32 milliseconds