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:TOS_SUCCESS
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
toshiba_acpi.c
94
#define
TOS_SUCCESS
0x0000
macro
476
if (out[0] !=
TOS_SUCCESS
)
in toshiba_illumination_available()
519
} else if (result !=
TOS_SUCCESS
) {
in toshiba_illumination_get()
546
if (out[0] !=
TOS_SUCCESS
)
in toshiba_kbd_illum_available()
581
return result ==
TOS_SUCCESS
? 0 : -EIO;
in toshiba_kbd_illum_status_set()
598
return result ==
TOS_SUCCESS
? 0 : -EIO;
in toshiba_kbd_illum_status_get()
613
} else if (result !=
TOS_SUCCESS
) {
in toshiba_kbd_backlight_get()
650
return result ==
TOS_SUCCESS
? 0 : -EIO;
in toshiba_touchpad_set()
667
return result ==
TOS_SUCCESS
? 0 : -EIO;
in toshiba_touchpad_get()
705
if (out[0] !=
TOS_SUCCESS
)
in toshiba_eco_mode_available()
[all...]
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
toshiba_acpi.c
87
#define
TOS_SUCCESS
0x0000
macro
469
if (out[0] !=
TOS_SUCCESS
)
in toshiba_illumination_available()
512
} else if (result !=
TOS_SUCCESS
) {
in toshiba_illumination_get()
539
if (out[0] !=
TOS_SUCCESS
)
in toshiba_kbd_illum_available()
574
return result ==
TOS_SUCCESS
? 0 : -EIO;
in toshiba_kbd_illum_status_set()
591
return result ==
TOS_SUCCESS
? 0 : -EIO;
in toshiba_kbd_illum_status_get()
606
} else if (result !=
TOS_SUCCESS
) {
in toshiba_kbd_backlight_get()
643
return result ==
TOS_SUCCESS
? 0 : -EIO;
in toshiba_touchpad_set()
660
return result ==
TOS_SUCCESS
? 0 : -EIO;
in toshiba_touchpad_get()
695
if (out[0] !=
TOS_SUCCESS
)
in toshiba_eco_mode_available()
[all...]
Completed in 7 milliseconds