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:pwm_lock
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/pwm/
H
A
D
core.c
32
static DEFINE_MUTEX(
pwm_lock
);
37
/* Called with
pwm_lock
held */
53
/* Called with
pwm_lock
held */
69
mutex_lock(&
pwm_lock
);
in pwmchip_find_by_name()
75
mutex_unlock(&
pwm_lock
);
in pwmchip_find_by_name()
80
mutex_unlock(&
pwm_lock
);
in pwmchip_find_by_name()
279
mutex_lock(&
pwm_lock
);
in pwmchip_add()
283
mutex_unlock(&
pwm_lock
);
in pwmchip_add()
300
mutex_unlock(&
pwm_lock
);
in pwmchip_add()
324
mutex_lock(&
pwm_lock
);
in pwmchip_remove()
[all...]
/kernel/linux/linux-5.10/drivers/pwm/
H
A
D
core.c
30
static DEFINE_MUTEX(
pwm_lock
);
86
mutex_lock(&
pwm_lock
);
in pwmchip_find_by_name()
92
mutex_unlock(&
pwm_lock
);
in pwmchip_find_by_name()
97
mutex_unlock(&
pwm_lock
);
in pwmchip_find_by_name()
286
mutex_lock(&
pwm_lock
);
in pwmchip_add_with_polarity()
322
mutex_unlock(&
pwm_lock
);
in pwmchip_add_with_polarity()
362
mutex_lock(&
pwm_lock
);
in pwmchip_remove()
381
mutex_unlock(&
pwm_lock
);
in pwmchip_remove()
404
mutex_lock(&
pwm_lock
);
in pwm_request()
417
mutex_unlock(&
pwm_lock
);
in pwm_request()
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
npcm750-pwm-fan.c
198
struct mutex
pwm_lock
[NPCM7XX_PWM_MAX_MODULES];
member
220
mutex_lock(&data->
pwm_lock
[module]);
in npcm7xx_pwm_config_set()
244
mutex_unlock(&data->
pwm_lock
[module]);
in npcm7xx_pwm_config_set()
259
mutex_unlock(&data->
pwm_lock
[module]);
in npcm7xx_pwm_config_set()
964
mutex_init(&data->
pwm_lock
[cnt]);
in npcm7xx_pwm_fan_probe()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
npcm750-pwm-fan.c
198
struct mutex
pwm_lock
[NPCM7XX_PWM_MAX_MODULES];
member
220
mutex_lock(&data->
pwm_lock
[module]);
in npcm7xx_pwm_config_set()
244
mutex_unlock(&data->
pwm_lock
[module]);
in npcm7xx_pwm_config_set()
259
mutex_unlock(&data->
pwm_lock
[module]);
in npcm7xx_pwm_config_set()
964
mutex_init(&data->
pwm_lock
[cnt]);
in npcm7xx_pwm_fan_probe()
Completed in 6 milliseconds