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:pcm_active
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/sound/firewire/
H
A
D
isight.c
59
bool
pcm_active
;
member
134
if (READ_ONCE(isight->
pcm_active
))
in isight_pcm_abort()
290
WRITE_ONCE(isight->
pcm_active
, true);
in isight_hw_params()
328
WRITE_ONCE(isight->
pcm_active
, false);
in isight_hw_free()
/kernel/linux/linux-6.6/sound/firewire/
H
A
D
isight.c
59
bool
pcm_active
;
member
134
if (READ_ONCE(isight->
pcm_active
))
in isight_pcm_abort()
290
WRITE_ONCE(isight->
pcm_active
, true);
in isight_hw_params()
328
WRITE_ONCE(isight->
pcm_active
, false);
in isight_hw_free()
/kernel/linux/linux-5.10/sound/pci/oxygen/
H
A
D
oxygen_mixer.c
242
if (chip->
pcm_active
& (1 << PCM_SPDIF)) {
in oxygen_update_spdif_source()
249
} else if ((chip->
pcm_active
& (1 << PCM_MULTICH)) &&
in oxygen_update_spdif_source()
271
((chip->
pcm_active
& (1 << PCM_SPDIF)) ?
in oxygen_update_spdif_source()
357
if (!(chip->
pcm_active
& (1 << PCM_SPDIF)))
in spdif_default_put()
397
if (chip->
pcm_active
& (1 << PCM_SPDIF))
in spdif_pcm_put()
H
A
D
oxygen_pcm.c
175
chip->
pcm_active
|= 1 << channel;
in oxygen_open()
225
chip->
pcm_active
&= ~(1 << channel);
in oxygen_close()
H
A
D
oxygen.h
131
u8
pcm_active
;
member
/kernel/linux/linux-6.6/sound/pci/oxygen/
H
A
D
oxygen_mixer.c
242
if (chip->
pcm_active
& (1 << PCM_SPDIF)) {
in oxygen_update_spdif_source()
249
} else if ((chip->
pcm_active
& (1 << PCM_MULTICH)) &&
in oxygen_update_spdif_source()
271
((chip->
pcm_active
& (1 << PCM_SPDIF)) ?
in oxygen_update_spdif_source()
357
if (!(chip->
pcm_active
& (1 << PCM_SPDIF)))
in spdif_default_put()
397
if (chip->
pcm_active
& (1 << PCM_SPDIF))
in spdif_pcm_put()
H
A
D
oxygen_pcm.c
175
chip->
pcm_active
|= 1 << channel;
in oxygen_open()
225
chip->
pcm_active
&= ~(1 << channel);
in oxygen_close()
H
A
D
oxygen.h
131
u8
pcm_active
;
member
Completed in 10 milliseconds