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:npwm
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/pwm/
H
A
D
sysfs.c
347
if (hwpwm >= chip->
npwm
) {
in export_store()
376
if (hwpwm >= chip->
npwm
) {
in unexport_store()
390
return sprintf(buf, "%u\n", chip->
npwm
);
in npwm_show()
392
static DEVICE_ATTR_RO(
npwm
);
436
static int pwm_class_resume_npwm(struct device *parent, unsigned int
npwm
)
in pwm_class_resume_npwm()
argument
442
for (i = 0; i <
npwm
; i++) {
in pwm_class_resume_npwm()
468
for (i = 0; i < chip->
npwm
; i++) {
in pwm_class_suspend()
498
return pwm_class_resume_npwm(parent, chip->
npwm
);
in pwm_class_resume()
539
for (i = 0; i < chip->
npwm
; i++) {
in pwmchip_sysfs_unexport()
H
A
D
pwm-rockchip.c
423
pc->chip.
npwm
= 1;
in rockchip_pwm_probe()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
pwm.h
276
* @
npwm
: number of PWMs controlled by this chip
286
unsigned int
npwm
;
member
Completed in 3 milliseconds