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:apnr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
f71805f.c
133
/* pwm/fan pwmnr from 0 to 2, auto point
apnr
from 0 to 2 */
135
#define F71805F_REG_PWM_AUTO_POINT_TEMP(pwmnr,
apnr
) \
136
(0xA0 + 0x10 * (pwmnr) + (2 - (
apnr
)))
137
#define F71805F_REG_PWM_AUTO_POINT_FAN(pwmnr,
apnr
) \
139
2 * (2 - (
apnr
)))
335
int nr,
apnr
;
in f71805f_update_device()
local
366
for (
apnr
= 0;
apnr
< 3;
apnr
++) {
in f71805f_update_device()
367
data->auto_points[nr].temp[
apnr
]
in f71805f_update_device()
792
int
apnr
= attr->index;
show_pwm_auto_point_temp()
local
805
int
apnr
= attr->index;
set_pwm_auto_point_temp()
local
829
int
apnr
= attr->index;
show_pwm_auto_point_fan()
local
842
int
apnr
= attr->index;
set_pwm_auto_point_fan()
local
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
f71805f.c
133
/* pwm/fan pwmnr from 0 to 2, auto point
apnr
from 0 to 2 */
135
#define F71805F_REG_PWM_AUTO_POINT_TEMP(pwmnr,
apnr
) \
136
(0xA0 + 0x10 * (pwmnr) + (2 - (
apnr
)))
137
#define F71805F_REG_PWM_AUTO_POINT_FAN(pwmnr,
apnr
) \
139
2 * (2 - (
apnr
)))
335
int nr,
apnr
;
in f71805f_update_device()
local
366
for (
apnr
= 0;
apnr
< 3;
apnr
++) {
in f71805f_update_device()
367
data->auto_points[nr].temp[
apnr
]
in f71805f_update_device()
792
int
apnr
= attr->index;
show_pwm_auto_point_temp()
local
805
int
apnr
= attr->index;
set_pwm_auto_point_temp()
local
829
int
apnr
= attr->index;
show_pwm_auto_point_fan()
local
842
int
apnr
= attr->index;
set_pwm_auto_point_fan()
local
[all...]
Completed in 3 milliseconds