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:cf2
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/scripts/
H
A
D
extract-ikconfig
15
cf2
='0123456789'
19
if pos=`tr "$cf1\n$
cf2
" "\n$
cf2
=" < "$1" | grep -abo "^$
cf2
"`
/kernel/linux/linux-6.6/scripts/
H
A
D
extract-ikconfig
15
cf2
='0123456789'
19
if pos=`tr "$cf1\n$
cf2
" "\n$
cf2
=" < "$1" | grep -abo "^$
cf2
"`
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
apds990x.h
25
* @
cf2
: clear channel factor 2 for raw to lux conversion
39
int
cf2
;
member
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
apds990x.h
25
* @
cf2
: clear channel factor 2 for raw to lux conversion
39
int
cf2
;
member
/kernel/linux/linux-5.10/drivers/misc/
H
A
D
apds990x.c
108
int
cf2
;
member
298
thres = (chip->rcf.
cf2
* thres + chip->rcf.irf2 * ir) /
in apds990x_lux_to_threshold()
441
iac2 = (chip->cf.
cf2
* clear - chip->cf.irf2 * ir) / APDS_PARAM_SCALE;
in apds990x_get_lux()
1082
chip->cf.
cf2
= 2867; /* 0.70 * APDS_PARAM_SCALE */
in apds990x_probe()
1092
(chip->cf.cf1 - chip->cf.
cf2
);
in apds990x_probe()
1097
chip->rcf.
cf2
= APDS_PARAM_SCALE * APDS_PARAM_SCALE /
in apds990x_probe()
1098
chip->cf.
cf2
;
in apds990x_probe()
1100
chip->cf.
cf2
;
in apds990x_probe()
/kernel/linux/linux-6.6/drivers/misc/
H
A
D
apds990x.c
108
int
cf2
;
member
298
thres = (chip->rcf.
cf2
* thres + chip->rcf.irf2 * ir) /
in apds990x_lux_to_threshold()
441
iac2 = (chip->cf.
cf2
* clear - chip->cf.irf2 * ir) / APDS_PARAM_SCALE;
in apds990x_get_lux()
1081
chip->cf.
cf2
= 2867; /* 0.70 * APDS_PARAM_SCALE */
in apds990x_probe()
1091
(chip->cf.cf1 - chip->cf.
cf2
);
in apds990x_probe()
1096
chip->rcf.
cf2
= APDS_PARAM_SCALE * APDS_PARAM_SCALE /
in apds990x_probe()
1097
chip->cf.
cf2
;
in apds990x_probe()
1099
chip->cf.
cf2
;
in apds990x_probe()
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
ibss.c
1401
u32 width, cf1,
cf2
= 0;
in ieee80211_ibss_setup_scan_channels()
local
1408
cf2
= chandef->center_freq2;
in ieee80211_ibss_setup_scan_channels()
1425
if (
cf2
)
in ieee80211_ibss_setup_scan_channels()
1427
channels_max - n_chan,
cf2
,
in ieee80211_ibss_setup_scan_channels()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
ibss.c
1395
u32 width, cf1,
cf2
= 0;
in ieee80211_ibss_setup_scan_channels()
local
1402
cf2
= chandef->center_freq2;
in ieee80211_ibss_setup_scan_channels()
1419
if (
cf2
)
in ieee80211_ibss_setup_scan_channels()
1421
channels_max - n_chan,
cf2
,
in ieee80211_ibss_setup_scan_channels()
Completed in 11 milliseconds