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:paf
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mfd/
H
A
D
ab3100-otp.c
38
* @
paf
: product activation flag, indicates whether this is a real
39
* product (
paf
true) or a lab board etc (
paf
false)
53
bool
paf
;
member
85
otp->
paf
= (otpval[1] & 0x80);
in ab3100_otp_read()
105
seq_printf(s, "PAF is %s\n", otp->
paf
? "SET" : "NOT SET");
in ab3100_show_otp()
159
SHOW_AB3100_ATTR(
paf
)
169
__ATTR(
paf
, S_IRUGO, ab3100_otp_paf_show, NULL),
/kernel/linux/linux-6.6/sound/core/seq/
H
A
D
seq_ump_convert.c
386
midi2->
paf
.note = midi1->
paf
.note;
in cvt_ump_midi1_to_midi2()
387
midi2->
paf
.data = upscale_7_to_32bit(midi1->
paf
.data);
in cvt_ump_midi1_to_midi2()
438
midi1->
paf
.note = midi2->
paf
.note;
in cvt_ump_midi2_to_midi1()
439
midi1->
paf
.data = downscale_32_to_7bit(midi2->
paf
.data);
in cvt_ump_midi2_to_midi1()
744
data->
paf
.status = status;
in paf_ev_to_ump_midi2()
745
data->
paf
in paf_ev_to_ump_midi2()
[all...]
/kernel/linux/linux-6.6/sound/core/
H
A
D
ump_convert.c
119
buf[1] = midi2->
paf
.note;
in cvt_ump_midi2_to_legacy()
120
buf[2] = downscale_32_to_7bit(midi2->
paf
.data);
in cvt_ump_midi2_to_legacy()
355
midi2->
paf
.note = buf[1];
in cvt_legacy_cmd_to_ump()
356
midi2->
paf
.data = upscale_7_to_32bit(buf[2]);
in cvt_legacy_cmd_to_ump()
/kernel/linux/linux-6.6/include/sound/
H
A
D
ump_msg.h
262
struct snd_ump_midi1_msg_paf
paf
;
member
528
struct snd_ump_midi2_msg_paf
paf
;
member
Completed in 4 milliseconds