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:LED_N_OFF_L
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pwm/
H
A
D
pwm-pca9685.c
72
#define
LED_N_OFF_L
(N) (PCA9685_LEDX_OFF_L + (4 * (N)))
macro
157
regmap_write(pca->regmap,
LED_N_OFF_L
(pwm->hwpwm), 0);
in pca9685_pwm_gpio_set()
302
reg =
LED_N_OFF_L
(pwm->hwpwm);
in pca9685_pwm_config()
330
reg =
LED_N_OFF_L
(pwm->hwpwm);
in pca9685_pwm_config()
405
reg =
LED_N_OFF_L
(pwm->hwpwm);
in pca9685_pwm_disable()
/kernel/linux/linux-6.6/drivers/pwm/
H
A
D
pwm-pca9685.c
71
#define
LED_N_OFF_L
(N) (PCA9685_LEDX_OFF_L + (4 * (N)))
macro
76
#define REG_OFF_L(C) ((C) >= PCA9685_MAXCHAN ? PCA9685_ALL_LED_OFF_L :
LED_N_OFF_L
((C)))
196
pca9685_read_reg(pca,
LED_N_OFF_L
(channel), &val);
in pca9685_pwm_get_duty()
Completed in 3 milliseconds