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:comadj
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/backlight/
H
A
D
locomolcd.c
34
static void locomolcd_on(int
comadj
)
in locomolcd_on()
argument
44
locomo_m62332_senddata(locomolcd_dev,
comadj
, 0);
in locomolcd_on()
65
static void locomolcd_off(int
comadj
)
in locomolcd_off()
argument
85
int
comadj
= sharpsl_param.
comadj
;
in locomolcd_power()
local
95
/* read
comadj
*/
in locomolcd_power()
96
if (
comadj
== -1 && machine_is_collie())
in locomolcd_power()
97
comadj
= 128;
in locomolcd_power()
98
if (
comadj
== -1 && machine_is_poodle())
in locomolcd_power()
99
comadj
in locomolcd_power()
[all...]
H
A
D
tosa_bl.c
33
int
comadj
;
member
40
i2c_smbus_write_byte_data(data->i2c, DAC_CH1, data->
comadj
);
in tosa_bl_set_backlight()
90
data->
comadj
= sharpsl_param.
comadj
== -1 ? COMADJ_DEFAULT : sharpsl_param.
comadj
;
in tosa_bl_probe()
H
A
D
corgi_lcd.c
210
int
comadj
;
in corgi_lcd_power_on()
local
241
comadj
= sharpsl_param.
comadj
;
in corgi_lcd_power_on()
242
if (
comadj
< 0)
in corgi_lcd_power_on()
243
comadj
= DEFAULT_COMADJ;
in corgi_lcd_power_on()
246
POWER0_VCC5_OFF,
comadj
);
in corgi_lcd_power_on()
/kernel/linux/linux-6.6/drivers/video/backlight/
H
A
D
locomolcd.c
34
static void locomolcd_on(int
comadj
)
in locomolcd_on()
argument
44
locomo_m62332_senddata(locomolcd_dev,
comadj
, 0);
in locomolcd_on()
65
static void locomolcd_off(int
comadj
)
in locomolcd_off()
argument
85
int
comadj
= sharpsl_param.
comadj
;
in locomolcd_power()
local
95
/* read
comadj
*/
in locomolcd_power()
96
if (
comadj
== -1 && machine_is_collie())
in locomolcd_power()
97
comadj
= 128;
in locomolcd_power()
100
locomolcd_on(
comadj
);
in locomolcd_power()
102
locomolcd_off(
comadj
);
in locomolcd_power()
[all...]
H
A
D
corgi_lcd.c
210
int
comadj
;
in corgi_lcd_power_on()
local
241
comadj
= sharpsl_param.
comadj
;
in corgi_lcd_power_on()
242
if (
comadj
< 0)
in corgi_lcd_power_on()
243
comadj
= DEFAULT_COMADJ;
in corgi_lcd_power_on()
246
POWER0_VCC5_OFF,
comadj
);
in corgi_lcd_power_on()
/kernel/linux/linux-5.10/arch/arm/include/asm/mach/
H
A
D
sharpsl_param.h
12
unsigned int
comadj
;
member
/kernel/linux/linux-6.6/arch/arm/include/asm/mach/
H
A
D
sharpsl_param.h
12
unsigned int
comadj
;
member
/kernel/linux/linux-5.10/arch/arm/common/
H
A
D
sharpsl_param.c
46
sharpsl_param.
comadj
=-1;
in sharpsl_save_param()
/kernel/linux/linux-6.6/arch/arm/common/
H
A
D
sharpsl_param.c
48
sharpsl_param.
comadj
=-1;
in sharpsl_save_param()
Completed in 4 milliseconds