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:snd_pcm_oss_file
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/core/oss/
H
A
D
pcm_oss.c
51
static int snd_pcm_oss_get_rate(struct
snd_pcm_oss_file
*pcm_oss_file);
52
static int snd_pcm_oss_get_channels(struct
snd_pcm_oss_file
*pcm_oss_file);
53
static int snd_pcm_oss_get_format(struct
snd_pcm_oss_file
*pcm_oss_file);
1112
static int snd_pcm_oss_get_active_substream(struct
snd_pcm_oss_file
*pcm_oss_file, struct snd_pcm_substream **r_substream)
in snd_pcm_oss_get_active_substream()
1564
static int snd_pcm_oss_reset(struct
snd_pcm_oss_file
*pcm_oss_file)
in snd_pcm_oss_reset()
1586
static int snd_pcm_oss_post(struct
snd_pcm_oss_file
*pcm_oss_file)
in snd_pcm_oss_post()
1650
static int snd_pcm_oss_sync(struct
snd_pcm_oss_file
*pcm_oss_file)
in snd_pcm_oss_sync()
1746
static int snd_pcm_oss_set_rate(struct
snd_pcm_oss_file
*pcm_oss_file, int rate)
in snd_pcm_oss_set_rate()
1774
static int snd_pcm_oss_get_rate(struct
snd_pcm_oss_file
*pcm_oss_file)
in snd_pcm_oss_get_rate()
1784
static int snd_pcm_oss_set_channels(struct
snd_pcm_oss_file
*pcm_oss_fil
[all...]
/kernel/linux/linux-6.6/sound/core/oss/
H
A
D
pcm_oss.c
51
static int snd_pcm_oss_get_rate(struct
snd_pcm_oss_file
*pcm_oss_file);
52
static int snd_pcm_oss_get_channels(struct
snd_pcm_oss_file
*pcm_oss_file);
53
static int snd_pcm_oss_get_format(struct
snd_pcm_oss_file
*pcm_oss_file);
1121
static int snd_pcm_oss_get_active_substream(struct
snd_pcm_oss_file
*pcm_oss_file, struct snd_pcm_substream **r_substream)
in snd_pcm_oss_get_active_substream()
1573
static int snd_pcm_oss_reset(struct
snd_pcm_oss_file
*pcm_oss_file)
in snd_pcm_oss_reset()
1595
static int snd_pcm_oss_post(struct
snd_pcm_oss_file
*pcm_oss_file)
in snd_pcm_oss_post()
1660
static int snd_pcm_oss_sync(struct
snd_pcm_oss_file
*pcm_oss_file)
in snd_pcm_oss_sync()
1757
static int snd_pcm_oss_set_rate(struct
snd_pcm_oss_file
*pcm_oss_file, int rate)
in snd_pcm_oss_set_rate()
1785
static int snd_pcm_oss_get_rate(struct
snd_pcm_oss_file
*pcm_oss_file)
in snd_pcm_oss_get_rate()
1796
static int snd_pcm_oss_set_channels(struct
snd_pcm_oss_file
*pcm_oss_fil
[all...]
/kernel/linux/linux-5.10/include/sound/
H
A
D
pcm_oss.h
53
struct
snd_pcm_oss_file
{
struct
/kernel/linux/linux-6.6/include/sound/
H
A
D
pcm_oss.h
53
struct
snd_pcm_oss_file
{
struct
Completed in 7 milliseconds