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:passthru
(Results
1 - 25
of
47
) sorted by relevance
1
2
/kernel/linux/linux-5.10/sound/pci/ctxfi/
H
A
D
ctdaio.h
66
unsigned int
passthru
:1;
member
93
unsigned int
passthru
:1;
member
H
A
D
ctdaio.c
414
conf = (desc->msr & 0x7) | (desc->
passthru
<< 3);
in dao_rsc_init()
457
dsc.
passthru
= desc->
passthru
;
in dao_rsc_reinit()
/kernel/linux/linux-6.6/sound/pci/ctxfi/
H
A
D
ctdaio.h
66
unsigned int
passthru
:1;
member
93
unsigned int
passthru
:1;
member
H
A
D
ctdaio.c
414
conf = (desc->msr & 0x7) | (desc->
passthru
<< 3);
in dao_rsc_init()
457
dsc.
passthru
= desc->
passthru
;
in dao_rsc_reinit()
/kernel/linux/linux-5.10/include/uapi/sound/
H
A
D
hdsp.h
68
unsigned char
passthru
;
member
H
A
D
hdspm.h
75
unsigned int
passthru
;
member
/kernel/linux/linux-6.6/include/uapi/sound/
H
A
D
hdsp.h
54
unsigned char
passthru
;
member
H
A
D
hdspm.h
60
unsigned int
passthru
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H
A
D
hdsp.h
60
unsigned char
passthru
;
member
H
A
D
hdspm.h
58
unsigned int
passthru
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H
A
D
hdsp.h
46
unsigned char
passthru
;
member
H
A
D
hdspm.h
44
unsigned int
passthru
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H
A
D
hdsp.h
60
unsigned char
passthru
;
member
H
A
D
hdspm.h
58
unsigned int
passthru
;
member
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H
A
D
ccp-dev-v3.c
259
| (op->u.
passthru
.bit_mod << REQ1_PT_BW_SHIFT)
in ccp_perform_passthru()
260
| (op->u.
passthru
.byte_swap << REQ1_PT_BS_SHIFT);
in ccp_perform_passthru()
272
if (op->u.
passthru
.bit_mod != CCP_PASSTHRU_BITWISE_NOOP)
in ccp_perform_passthru()
574
.
passthru
= ccp_perform_passthru,
H
A
D
ccp-dev.h
552
struct ccp_passthru_op
passthru
;
member
658
int (*
passthru
)(struct ccp_op *);
member
H
A
D
ccp-dev-v5.c
512
CCP_PT_BYTESWAP(&function) = op->u.
passthru
.byte_swap;
in ccp5_perform_passthru()
513
CCP_PT_BITWISE(&function) = op->u.
passthru
.bit_mod;
in ccp5_perform_passthru()
527
if (op->u.
passthru
.bit_mod != CCP_PASSTHRU_BITWISE_NOOP)
in ccp5_perform_passthru()
1105
.
passthru
= ccp5_perform_passthru,
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H
A
D
ccp-dev-v3.c
259
| (op->u.
passthru
.bit_mod << REQ1_PT_BW_SHIFT)
in ccp_perform_passthru()
260
| (op->u.
passthru
.byte_swap << REQ1_PT_BS_SHIFT);
in ccp_perform_passthru()
272
if (op->u.
passthru
.bit_mod != CCP_PASSTHRU_BITWISE_NOOP)
in ccp_perform_passthru()
573
.
passthru
= ccp_perform_passthru,
H
A
D
ccp-dev.h
552
struct ccp_passthru_op
passthru
;
member
658
int (*
passthru
)(struct ccp_op *);
member
/kernel/linux/linux-5.10/sound/pci/rme9652/
H
A
D
rme9652.c
226
int
passthru
; /* non-zero if doing pass-thru */
member
556
rme9652->
passthru
= 0;
in rme9652_set_thru()
609
rme9652->
passthru
= 1;
in rme9652_set_passthru()
613
rme9652->
passthru
= 0;
in rme9652_set_passthru()
1300
ucontrol->value.integer.value[0] = rme9652->
passthru
;
in snd_rme9652_get_passthru()
1317
change = (ucontrol->value.integer.value[0] != rme9652->
passthru
);
in snd_rme9652_put_passthru()
1575
rme9652->
passthru
? "yes" : "no");
in snd_rme9652_proc_read()
1811
rme9652->
passthru
= 0;
in snd_rme9652_set_defaults()
/kernel/linux/linux-6.6/sound/pci/rme9652/
H
A
D
rme9652.c
227
int
passthru
; /* non-zero if doing pass-thru */
member
550
rme9652->
passthru
= 0;
in rme9652_set_thru()
603
rme9652->
passthru
= 1;
in rme9652_set_passthru()
607
rme9652->
passthru
= 0;
in rme9652_set_passthru()
1282
ucontrol->value.integer.value[0] = rme9652->
passthru
;
in snd_rme9652_get_passthru()
1299
change = (ucontrol->value.integer.value[0] != rme9652->
passthru
);
in snd_rme9652_put_passthru()
1565
rme9652->
passthru
? "yes" : "no");
in snd_rme9652_proc_read()
1789
rme9652->
passthru
= 0;
in snd_rme9652_set_defaults()
/kernel/linux/linux-6.6/drivers/dma/ptdma/
H
A
D
ptdma-dmaengine.c
60
pt_engine = &pt_cmd->
passthru
;
in pt_dma_start_desc()
198
pt_engine = &pt_cmd->
passthru
;
in pt_create_desc()
H
A
D
ptdma.h
151
* @engine: PTDMA operation to perform (
passthru
)
153
* @
passthru
: engine specific structures, refer to specific engine struct below
169
struct pt_passthru_engine
passthru
;
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
ccp.h
386
* ccp_passthru_bitwise - type of bitwise
passthru
operation
404
* ccp_passthru_byteswap - type of byteswap
passthru
operation
656
struct ccp_passthru_engine
passthru
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
ccp.h
387
* ccp_passthru_bitwise - type of bitwise
passthru
operation
405
* ccp_passthru_byteswap - type of byteswap
passthru
operation
657
struct ccp_passthru_engine
passthru
;
member
Completed in 24 milliseconds
1
2