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:pcmhw
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/riptide/
H
A
D
riptide.c
412
#define get_pcmhwdev(substream) (struct
pcmhw
*)(substream->runtime->private_data)
464
struct
pcmhw
{ /* pcm descriptor */
struct
1078
struct
pcmhw
*data = NULL;
in riptide_handleirq()
1348
struct
pcmhw
*data = get_pcmhwdev(substream);
in snd_riptide_pointer()
1381
struct
pcmhw
*data = get_pcmhwdev(substream);
in snd_riptide_trigger()
1443
struct
pcmhw
*data = get_pcmhwdev(substream);
in snd_riptide_prepare()
1544
struct
pcmhw
*data = get_pcmhwdev(substream);
in snd_riptide_hw_params()
1568
struct
pcmhw
*data = get_pcmhwdev(substream);
in snd_riptide_hw_free()
1591
struct
pcmhw
*data;
in snd_riptide_playback_open()
1597
data = kzalloc(sizeof(struct
pcmhw
), GFP_KERNE
in snd_riptide_playback_open()
[all...]
/kernel/linux/linux-6.6/sound/pci/riptide/
H
A
D
riptide.c
411
#define get_pcmhwdev(substream) (struct
pcmhw
*)(substream->runtime->private_data)
463
struct
pcmhw
{ /* pcm descriptor */
struct
1077
struct
pcmhw
*data = NULL;
in riptide_handleirq()
1353
struct
pcmhw
*data = get_pcmhwdev(substream);
in snd_riptide_pointer()
1386
struct
pcmhw
*data = get_pcmhwdev(substream);
in snd_riptide_trigger()
1448
struct
pcmhw
*data = get_pcmhwdev(substream);
in snd_riptide_prepare()
1549
struct
pcmhw
*data = get_pcmhwdev(substream);
in snd_riptide_hw_params()
1573
struct
pcmhw
*data = get_pcmhwdev(substream);
in snd_riptide_hw_free()
1596
struct
pcmhw
*data;
in snd_riptide_playback_open()
1602
data = kzalloc(sizeof(struct
pcmhw
), GFP_KERNE
in snd_riptide_playback_open()
[all...]
/kernel/linux/linux-5.10/sound/pci/asihpi/
H
A
D
asihpi.c
340
struct snd_pcm_hardware *
pcmhw
)
in snd_card_asihpi_pcm_samplerates()
425
pcmhw
->rates = rates;
in snd_card_asihpi_pcm_samplerates()
426
pcmhw
->rate_min = rate_min;
in snd_card_asihpi_pcm_samplerates()
427
pcmhw
->rate_max = rate_max;
in snd_card_asihpi_pcm_samplerates()
339
snd_card_asihpi_pcm_samplerates(struct snd_card_asihpi *asihpi, struct snd_pcm_hardware *
pcmhw
)
snd_card_asihpi_pcm_samplerates()
argument
/kernel/linux/linux-6.6/sound/pci/asihpi/
H
A
D
asihpi.c
340
struct snd_pcm_hardware *
pcmhw
)
in snd_card_asihpi_pcm_samplerates()
425
pcmhw
->rates = rates;
in snd_card_asihpi_pcm_samplerates()
426
pcmhw
->rate_min = rate_min;
in snd_card_asihpi_pcm_samplerates()
427
pcmhw
->rate_max = rate_max;
in snd_card_asihpi_pcm_samplerates()
339
snd_card_asihpi_pcm_samplerates(struct snd_card_asihpi *asihpi, struct snd_pcm_hardware *
pcmhw
)
snd_card_asihpi_pcm_samplerates()
argument
Completed in 17 milliseconds