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:sharpsl_param
(Results
1 - 21
of
21
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/common/
H
A
D
sharpsl_param.c
13
#include <asm/mach/
sharpsl_param
.h>
38
struct sharpsl_param_info
sharpsl_param
;
variable
39
EXPORT_SYMBOL(
sharpsl_param
);
variable
43
memcpy(&
sharpsl_param
, param_start(PARAM_BASE), sizeof(struct sharpsl_param_info));
in sharpsl_save_param()
45
if (
sharpsl_param
.comadj_keyword != COMADJ_MAGIC)
in sharpsl_save_param()
46
sharpsl_param
.comadj=-1;
in sharpsl_save_param()
48
if (
sharpsl_param
.phad_keyword != PHAD_MAGIC)
in sharpsl_save_param()
49
sharpsl_param
.phadadj=-1;
in sharpsl_save_param()
51
if (
sharpsl_param
.uuid_keyword != UUID_MAGIC)
in sharpsl_save_param()
52
sharpsl_param
in sharpsl_save_param()
[all...]
H
A
D
Makefile
12
obj-$(CONFIG_SHARP_PARAM) +=
sharpsl_param
.o
/kernel/linux/linux-6.6/arch/arm/common/
H
A
D
sharpsl_param.c
13
#include <asm/mach/
sharpsl_param
.h>
38
struct sharpsl_param_info
sharpsl_param
;
variable
39
EXPORT_SYMBOL(
sharpsl_param
);
variable
45
memcpy(&
sharpsl_param
, params, sizeof(*params));
in sharpsl_save_param()
47
if (
sharpsl_param
.comadj_keyword != COMADJ_MAGIC)
in sharpsl_save_param()
48
sharpsl_param
.comadj=-1;
in sharpsl_save_param()
50
if (
sharpsl_param
.phad_keyword != PHAD_MAGIC)
in sharpsl_save_param()
51
sharpsl_param
.phadadj=-1;
in sharpsl_save_param()
53
if (
sharpsl_param
.uuid_keyword != UUID_MAGIC)
in sharpsl_save_param()
54
sharpsl_param
in sharpsl_save_param()
[all...]
H
A
D
Makefile
11
obj-$(CONFIG_SHARP_PARAM) +=
sharpsl_param
.o
/kernel/linux/linux-5.10/drivers/video/backlight/
H
A
D
tosa_bl.c
19
#include <asm/mach/
sharpsl_param
.h>
90
data->comadj =
sharpsl_param
.comadj == -1 ? COMADJ_DEFAULT :
sharpsl_param
.comadj;
in tosa_bl_probe()
H
A
D
locomolcd.c
24
#include <asm/mach/
sharpsl_param
.h>
85
int comadj =
sharpsl_param
.comadj;
in locomolcd_power()
H
A
D
corgi_lcd.c
24
#include <asm/mach/
sharpsl_param
.h>
194
adj =
sharpsl_param
.phadadj;
in lcdtg_set_phadadj()
241
comadj =
sharpsl_param
.comadj;
in corgi_lcd_power_on()
H
A
D
tosa_lcd.c
20
#include <asm/mach/
sharpsl_param
.h>
/kernel/linux/linux-5.10/arch/arm/include/asm/mach/
H
A
D
sharpsl_param.h
31
extern struct sharpsl_param_info
sharpsl_param
;
/kernel/linux/linux-6.6/arch/arm/include/asm/mach/
H
A
D
sharpsl_param.h
31
extern struct sharpsl_param_info
sharpsl_param
;
/kernel/linux/linux-6.6/drivers/video/backlight/
H
A
D
locomolcd.c
24
#include <asm/mach/
sharpsl_param
.h>
85
int comadj =
sharpsl_param
.comadj;
in locomolcd_power()
H
A
D
corgi_lcd.c
24
#include <asm/mach/
sharpsl_param
.h>
194
adj =
sharpsl_param
.phadadj;
in lcdtg_set_phadadj()
241
comadj =
sharpsl_param
.comadj;
in corgi_lcd_power_on()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
H
A
D
collie.c
50
#include <asm/mach/
sharpsl_param
.h>
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H
A
D
poodle.c
51
#include <asm/mach/
sharpsl_param
.h>
H
A
D
corgi.c
56
#include <asm/mach/
sharpsl_param
.h>
H
A
D
spitz.c
36
#include <asm/mach/
sharpsl_param
.h>
H
A
D
tosa.c
55
#include <asm/mach/
sharpsl_param
.h>
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/
H
A
D
collie.c
49
#include <asm/mach/
sharpsl_param
.h>
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
collie_battery.c
18
#include <asm/mach/
sharpsl_param
.h>
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
collie_battery.c
20
#include <asm/mach/
sharpsl_param
.h>
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H
A
D
spitz.c
37
#include <asm/mach/
sharpsl_param
.h>
Completed in 11 milliseconds