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:irq_rmh
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/drivers/vx/
H
A
D
vx_pcm.c
1078
vx_init_rmh(&chip->
irq_rmh
, CMD_ASYNC);
in vx_pcm_update_intr()
1080
chip->
irq_rmh
.Cmd[0] |= 0x00000001; /* SEL_ASYNC_EVENTS */
in vx_pcm_update_intr()
1082
chip->
irq_rmh
.Cmd[0] |= 0x00000002; /* SEL_END_OF_BUF_EVENTS */
in vx_pcm_update_intr()
1084
if (vx_send_msg(chip, &chip->
irq_rmh
) < 0) {
in vx_pcm_update_intr()
1090
while (i < chip->
irq_rmh
.LgStat) {
in vx_pcm_update_intr()
1092
p = chip->
irq_rmh
.Stat[i] & MASK_FIRST_FIELD;
in vx_pcm_update_intr()
1093
capture = (chip->
irq_rmh
.Stat[i] & 0x400000) ? 1 : 0;
in vx_pcm_update_intr()
1094
eob = (chip->
irq_rmh
.Stat[i] & 0x800000) ? 1 : 0;
in vx_pcm_update_intr()
1101
buf = chip->
irq_rmh
.Stat[i];
in vx_pcm_update_intr()
H
A
D
vx_core.c
470
vx_init_rmh(&chip->
irq_rmh
, CMD_TEST_IT);
in vx_test_irq_src()
472
err = vx_send_msg_nolock(chip, &chip->
irq_rmh
);
in vx_test_irq_src()
476
*ret = chip->
irq_rmh
.Stat[0];
in vx_test_irq_src()
/kernel/linux/linux-6.6/sound/drivers/vx/
H
A
D
vx_pcm.c
1087
vx_init_rmh(&chip->
irq_rmh
, CMD_ASYNC);
in vx_pcm_update_intr()
1089
chip->
irq_rmh
.Cmd[0] |= 0x00000001; /* SEL_ASYNC_EVENTS */
in vx_pcm_update_intr()
1091
chip->
irq_rmh
.Cmd[0] |= 0x00000002; /* SEL_END_OF_BUF_EVENTS */
in vx_pcm_update_intr()
1093
if (vx_send_msg(chip, &chip->
irq_rmh
) < 0) {
in vx_pcm_update_intr()
1099
while (i < chip->
irq_rmh
.LgStat) {
in vx_pcm_update_intr()
1101
p = chip->
irq_rmh
.Stat[i] & MASK_FIRST_FIELD;
in vx_pcm_update_intr()
1102
capture = (chip->
irq_rmh
.Stat[i] & 0x400000) ? 1 : 0;
in vx_pcm_update_intr()
1103
eob = (chip->
irq_rmh
.Stat[i] & 0x800000) ? 1 : 0;
in vx_pcm_update_intr()
1110
buf = chip->
irq_rmh
.Stat[i];
in vx_pcm_update_intr()
H
A
D
vx_core.c
487
vx_init_rmh(&chip->
irq_rmh
, CMD_TEST_IT);
in vx_test_irq_src()
489
err = vx_send_msg_nolock(chip, &chip->
irq_rmh
);
in vx_test_irq_src()
493
*ret = chip->
irq_rmh
.Stat[0];
in vx_test_irq_src()
/kernel/linux/linux-5.10/include/sound/
H
A
D
vx_core.h
161
struct vx_rmh
irq_rmh
; /* RMH used in interrupts */
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
vx_core.h
161
struct vx_rmh
irq_rmh
; /* RMH used in interrupts */
member
Completed in 8 milliseconds