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_file
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/sound/core/
H
A
D
pcm_native.c
2255
struct snd_pcm_file *
pcm_file
;
in snd_pcm_link()
local
2267
pcm_file
= f.file->private_data;
in snd_pcm_link()
2268
substream1 =
pcm_file
->substream;
in snd_pcm_link()
2776
struct snd_pcm_file *
pcm_file
;
in snd_pcm_open_file()
local
2784
pcm_file
= kzalloc(sizeof(*
pcm_file
), GFP_KERNEL);
in snd_pcm_open_file()
2785
if (
pcm_file
== NULL) {
in snd_pcm_open_file()
2789
pcm_file
->substream = substream;
in snd_pcm_open_file()
2792
file->private_data =
pcm_file
;
in snd_pcm_open_file()
2886
struct snd_pcm_file *
pcm_file
;
in snd_pcm_release()
local
3292
struct snd_
pcm_file
*
pcm_file
= file->private_data;
snd_pcm_common_ioctl()
local
3400
struct snd_
pcm_file
*
pcm_file
;
snd_pcm_ioctl()
local
3464
struct snd_
pcm_file
*
pcm_file
;
snd_pcm_read()
local
3489
struct snd_
pcm_file
*
pcm_file
;
snd_pcm_write()
local
3513
struct snd_
pcm_file
*
pcm_file
;
snd_pcm_readv()
local
3553
struct snd_
pcm_file
*
pcm_file
;
snd_pcm_writev()
local
3592
struct snd_
pcm_file
*
pcm_file
;
snd_pcm_poll()
local
3722
pcm_status_mmap_allowed(struct snd_
pcm_file
*
pcm_file
)
pcm_status_mmap_allowed()
argument
3740
pcm_control_mmap_allowed(struct snd_
pcm_file
*
pcm_file
)
pcm_control_mmap_allowed()
argument
3919
struct snd_
pcm_file
*
pcm_file
;
snd_pcm_mmap()
local
3956
struct snd_
pcm_file
*
pcm_file
;
snd_pcm_fasync()
local
4100
struct snd_
pcm_file
*
pcm_file
= file->private_data;
snd_pcm_get_unmapped_area()
local
[all...]
H
A
D
pcm_compat.c
575
struct snd_pcm_file *
pcm_file
;
in snd_pcm_ioctl_compat()
local
579
pcm_file
= file->private_data;
in snd_pcm_ioctl_compat()
580
if (!
pcm_file
)
in snd_pcm_ioctl_compat()
582
substream =
pcm_file
->substream;
in snd_pcm_ioctl_compat()
591
pcm_file
->no_compat_mmap = 1;
in snd_pcm_ioctl_compat()
/kernel/linux/linux-5.10/sound/core/
H
A
D
pcm_native.c
2238
struct snd_pcm_file *
pcm_file
;
in snd_pcm_link()
local
2250
pcm_file
= f.file->private_data;
in snd_pcm_link()
2251
substream1 =
pcm_file
->substream;
in snd_pcm_link()
2751
struct snd_pcm_file *
pcm_file
;
in snd_pcm_open_file()
local
2759
pcm_file
= kzalloc(sizeof(*
pcm_file
), GFP_KERNEL);
in snd_pcm_open_file()
2760
if (
pcm_file
== NULL) {
in snd_pcm_open_file()
2764
pcm_file
->substream = substream;
in snd_pcm_open_file()
2767
file->private_data =
pcm_file
;
in snd_pcm_open_file()
2861
struct snd_pcm_file *
pcm_file
;
in snd_pcm_release()
local
3261
struct snd_
pcm_file
*
pcm_file
= file->private_data;
snd_pcm_common_ioctl()
local
3366
struct snd_
pcm_file
*
pcm_file
;
snd_pcm_ioctl()
local
3425
struct snd_
pcm_file
*
pcm_file
;
snd_pcm_read()
local
3449
struct snd_
pcm_file
*
pcm_file
;
snd_pcm_write()
local
3472
struct snd_
pcm_file
*
pcm_file
;
snd_pcm_readv()
local
3508
struct snd_
pcm_file
*
pcm_file
;
snd_pcm_writev()
local
3543
struct snd_
pcm_file
*
pcm_file
;
snd_pcm_poll()
local
3668
pcm_status_mmap_allowed(struct snd_
pcm_file
*
pcm_file
)
pcm_status_mmap_allowed()
argument
3680
pcm_control_mmap_allowed(struct snd_
pcm_file
*
pcm_file
)
pcm_control_mmap_allowed()
argument
3881
struct snd_
pcm_file
*
pcm_file
;
snd_pcm_mmap()
local
3916
struct snd_
pcm_file
*
pcm_file
;
snd_pcm_fasync()
local
4058
struct snd_
pcm_file
*
pcm_file
= file->private_data;
snd_pcm_get_unmapped_area()
local
[all...]
H
A
D
pcm_compat.c
569
struct snd_pcm_file *
pcm_file
;
in snd_pcm_ioctl_compat()
local
573
pcm_file
= file->private_data;
in snd_pcm_ioctl_compat()
574
if (!
pcm_file
)
in snd_pcm_ioctl_compat()
576
substream =
pcm_file
->substream;
in snd_pcm_ioctl_compat()
585
pcm_file
->no_compat_mmap = 1;
in snd_pcm_ioctl_compat()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
u_uac1_legacy.c
198
struct snd_pcm_file *
pcm_file
;
in gaudio_open_snd_dev()
local
231
pcm_file
= snd->filp->private_data;
in gaudio_open_snd_dev()
232
snd->substream =
pcm_file
->substream;
in gaudio_open_snd_dev()
245
pcm_file
= snd->filp->private_data;
in gaudio_open_snd_dev()
246
snd->substream =
pcm_file
->substream;
in gaudio_open_snd_dev()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
u_uac1_legacy.c
198
struct snd_pcm_file *
pcm_file
;
in gaudio_open_snd_dev()
local
231
pcm_file
= snd->filp->private_data;
in gaudio_open_snd_dev()
232
snd->substream =
pcm_file
->substream;
in gaudio_open_snd_dev()
245
pcm_file
= snd->filp->private_data;
in gaudio_open_snd_dev()
246
snd->substream =
pcm_file
->substream;
in gaudio_open_snd_dev()
Completed in 12 milliseconds