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:lmu_bank
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/leds/
H
A
D
leds-ti-lmu-common.c
19
static int ti_lmu_common_update_brightness(struct ti_lmu_bank *
lmu_bank
,
in ti_lmu_common_update_brightness()
argument
22
struct regmap *regmap =
lmu_bank
->regmap;
in ti_lmu_common_update_brightness()
33
if (
lmu_bank
->max_brightness == MAX_BRIGHTNESS_11BIT) {
in ti_lmu_common_update_brightness()
34
reg =
lmu_bank
->lsb_brightness_reg;
in ti_lmu_common_update_brightness()
46
reg =
lmu_bank
->msb_brightness_reg;
in ti_lmu_common_update_brightness()
51
int ti_lmu_common_set_brightness(struct ti_lmu_bank *
lmu_bank
, int brightness)
in ti_lmu_common_set_brightness()
argument
53
return ti_lmu_common_update_brightness(
lmu_bank
, brightness);
in ti_lmu_common_set_brightness()
84
int ti_lmu_common_set_ramp(struct ti_lmu_bank *
lmu_bank
)
in ti_lmu_common_set_ramp()
argument
86
struct regmap *regmap =
lmu_bank
->regmap;
in ti_lmu_common_set_ramp()
89
if (
lmu_bank
in ti_lmu_common_set_ramp()
[all...]
/kernel/linux/linux-6.6/drivers/leds/
H
A
D
leds-ti-lmu-common.c
19
static int ti_lmu_common_update_brightness(struct ti_lmu_bank *
lmu_bank
,
in ti_lmu_common_update_brightness()
argument
22
struct regmap *regmap =
lmu_bank
->regmap;
in ti_lmu_common_update_brightness()
33
if (
lmu_bank
->max_brightness == MAX_BRIGHTNESS_11BIT) {
in ti_lmu_common_update_brightness()
34
reg =
lmu_bank
->lsb_brightness_reg;
in ti_lmu_common_update_brightness()
46
reg =
lmu_bank
->msb_brightness_reg;
in ti_lmu_common_update_brightness()
51
int ti_lmu_common_set_brightness(struct ti_lmu_bank *
lmu_bank
, int brightness)
in ti_lmu_common_set_brightness()
argument
53
return ti_lmu_common_update_brightness(
lmu_bank
, brightness);
in ti_lmu_common_set_brightness()
84
int ti_lmu_common_set_ramp(struct ti_lmu_bank *
lmu_bank
)
in ti_lmu_common_set_ramp()
argument
86
struct regmap *regmap =
lmu_bank
->regmap;
in ti_lmu_common_set_ramp()
89
if (
lmu_bank
in ti_lmu_common_set_ramp()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
leds-ti-lmu-common.h
36
int ti_lmu_common_set_brightness(struct ti_lmu_bank *
lmu_bank
, int brightness);
38
int ti_lmu_common_set_ramp(struct ti_lmu_bank *
lmu_bank
);
/kernel/linux/linux-6.6/include/linux/
H
A
D
leds-ti-lmu-common.h
36
int ti_lmu_common_set_brightness(struct ti_lmu_bank *
lmu_bank
, int brightness);
38
int ti_lmu_common_set_ramp(struct ti_lmu_bank *
lmu_bank
);
Completed in 2 milliseconds