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:patch_status
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/wavefront/
H
A
D
wavefront_synth.c
699
dev->
patch_status
[i] |= WF_SLOT_FILLED;
in wavefront_get_patch_status()
706
dev->
patch_status
[i] = 0;
in wavefront_get_patch_status()
710
dev->
patch_status
[i] = 0;
in wavefront_get_patch_status()
718
if (dev->
patch_status
[i] & WF_SLOT_FILLED) {
in wavefront_get_patch_status()
721
if (dev->
patch_status
[i] & WF_SLOT_USED) {
in wavefront_get_patch_status()
753
dev->
patch_status
in wavefront_get_program_status()
788
if (header->number >= ARRAY_SIZE(dev->
patch_status
))
in wavefront_send_patch()
791
dev->
patch_status
[header->number] |= WF_SLOT_FILLED;
in wavefront_send_patch()
825
dev->
patch_status
[header->hdr.pr.layer[i].patch_number] |=
in wavefront_send_program()
1362
if (!(dev->
patch_status
[
[all...]
/kernel/linux/linux-6.6/sound/isa/wavefront/
H
A
D
wavefront_synth.c
702
dev->
patch_status
[i] |= WF_SLOT_FILLED;
in wavefront_get_patch_status()
709
dev->
patch_status
[i] = 0;
in wavefront_get_patch_status()
713
dev->
patch_status
[i] = 0;
in wavefront_get_patch_status()
721
if (dev->
patch_status
[i] & WF_SLOT_FILLED) {
in wavefront_get_patch_status()
724
if (dev->
patch_status
[i] & WF_SLOT_USED) {
in wavefront_get_patch_status()
757
dev->
patch_status
in wavefront_get_program_status()
792
if (header->number >= ARRAY_SIZE(dev->
patch_status
))
in wavefront_send_patch()
795
dev->
patch_status
[header->number] |= WF_SLOT_FILLED;
in wavefront_send_patch()
829
dev->
patch_status
[header->hdr.pr.layer[i].patch_number] |=
in wavefront_send_program()
1369
if (!(dev->
patch_status
[
[all...]
/kernel/linux/linux-5.10/include/sound/
H
A
D
snd_wavefront.h
91
char
patch_status
[WF_MAX_PATCH]; /* WF_SLOT_* */
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
snd_wavefront.h
91
char
patch_status
[WF_MAX_PATCH]; /* WF_SLOT_* */
member
Completed in 5 milliseconds