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:substreams_count
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/sound/firewire/oxfw/
H
A
D
oxfw-midi.c
23
++oxfw->
substreams_count
;
in midi_capture_open()
26
--oxfw->
substreams_count
;
in midi_capture_open()
50
++oxfw->
substreams_count
;
in midi_playback_open()
68
--oxfw->
substreams_count
;
in midi_capture_close()
83
--oxfw->
substreams_count
;
in midi_playback_close()
H
A
D
oxfw-pcm.c
189
if (oxfw->
substreams_count
> 0 && d->events_per_period > 0) {
in pcm_open()
253
++oxfw->
substreams_count
;
in pcm_capture_hw_params()
276
++oxfw->
substreams_count
;
in pcm_playback_hw_params()
290
--oxfw->
substreams_count
;
in pcm_capture_hw_free()
305
--oxfw->
substreams_count
;
in pcm_playback_hw_free()
H
A
D
oxfw.h
56
unsigned int
substreams_count
;
member
H
A
D
oxfw-stream.c
290
if (oxfw->
substreams_count
== 0 ||
in snd_oxfw_stream_reserve_duplex()
328
if (oxfw->
substreams_count
== 0)
in snd_oxfw_stream_start_duplex()
391
if (oxfw->
substreams_count
== 0) {
in snd_oxfw_stream_stop_duplex()
/kernel/linux/linux-6.6/sound/firewire/oxfw/
H
A
D
oxfw-midi.c
23
++oxfw->
substreams_count
;
in midi_capture_open()
26
--oxfw->
substreams_count
;
in midi_capture_open()
50
++oxfw->
substreams_count
;
in midi_playback_open()
68
--oxfw->
substreams_count
;
in midi_capture_close()
83
--oxfw->
substreams_count
;
in midi_playback_close()
H
A
D
oxfw-pcm.c
189
if (oxfw->
substreams_count
> 0 && d->events_per_period > 0) {
in pcm_open()
253
++oxfw->
substreams_count
;
in pcm_capture_hw_params()
276
++oxfw->
substreams_count
;
in pcm_playback_hw_params()
290
--oxfw->
substreams_count
;
in pcm_capture_hw_free()
305
--oxfw->
substreams_count
;
in pcm_playback_hw_free()
H
A
D
oxfw.h
76
unsigned int
substreams_count
;
member
H
A
D
oxfw-stream.c
296
if (oxfw->
substreams_count
== 0 ||
in snd_oxfw_stream_reserve_duplex()
334
if (oxfw->
substreams_count
== 0)
in snd_oxfw_stream_start_duplex()
406
if (oxfw->
substreams_count
== 0) {
in snd_oxfw_stream_stop_duplex()
Completed in 7 milliseconds