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_cobalt_card
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/
H
A
D
cobalt-alsa-main.c
25
static void snd_cobalt_card_free(struct
snd_cobalt_card
*cobsc)
in snd_cobalt_card_free()
46
struct
snd_cobalt_card
**cobsc)
in snd_cobalt_card_create()
48
*cobsc = kzalloc(sizeof(struct
snd_cobalt_card
), GFP_KERNEL);
in snd_cobalt_card_create()
61
static int snd_cobalt_card_set_names(struct
snd_cobalt_card
*cobsc)
in snd_cobalt_card_set_names()
86
struct
snd_cobalt_card
*cobsc;
in cobalt_alsa_init()
145
struct
snd_cobalt_card
*cobsc = s->alsa;
in cobalt_alsa_exit()
H
A
D
cobalt-alsa-pcm.c
96
static void cobalt_alsa_announce_pcm_data(struct
snd_cobalt_card
*cobsc,
in cobalt_alsa_announce_pcm_data()
209
struct
snd_cobalt_card
*cobsc = snd_pcm_substream_chip(substream);
in snd_cobalt_pcm_capture_open()
231
struct
snd_cobalt_card
*cobsc = snd_pcm_substream_chip(substream);
in snd_cobalt_pcm_capture_close()
242
struct
snd_cobalt_card
*cobsc = snd_pcm_substream_chip(substream);
in snd_cobalt_pcm_prepare()
266
struct
snd_cobalt_card
*cobsc = snd_pcm_substream_chip(substream);
in snd_cobalt_pcm_pointer()
296
static void cobalt_alsa_pb_pcm_data(struct
snd_cobalt_card
*cobsc,
in cobalt_alsa_pb_pcm_data()
369
struct
snd_cobalt_card
*cobsc = snd_pcm_substream_chip(substream);
in snd_cobalt_pcm_playback_open()
393
struct
snd_cobalt_card
*cobsc = snd_pcm_substream_chip(substream);
in snd_cobalt_pcm_playback_close()
404
struct
snd_cobalt_card
*cobsc = snd_pcm_substream_chip(substream);
in snd_cobalt_pcm_pb_prepare()
416
struct
snd_cobalt_card
*cobs
in snd_cobalt_pcm_pb_trigger()
[all...]
H
A
D
cobalt-alsa.h
11
struct
snd_cobalt_card
{
struct
H
A
D
cobalt-driver.h
244
struct
snd_cobalt_card
*alsa;
247
struct
snd_cobalt_card
;
/kernel/linux/linux-6.6/drivers/media/pci/cobalt/
H
A
D
cobalt-alsa-main.c
25
static void snd_cobalt_card_free(struct
snd_cobalt_card
*cobsc)
in snd_cobalt_card_free()
46
struct
snd_cobalt_card
**cobsc)
in snd_cobalt_card_create()
48
*cobsc = kzalloc(sizeof(struct
snd_cobalt_card
), GFP_KERNEL);
in snd_cobalt_card_create()
61
static int snd_cobalt_card_set_names(struct
snd_cobalt_card
*cobsc)
in snd_cobalt_card_set_names()
86
struct
snd_cobalt_card
*cobsc;
in cobalt_alsa_init()
145
struct
snd_cobalt_card
*cobsc = s->alsa;
in cobalt_alsa_exit()
H
A
D
cobalt-alsa-pcm.c
96
static void cobalt_alsa_announce_pcm_data(struct
snd_cobalt_card
*cobsc,
in cobalt_alsa_announce_pcm_data()
209
struct
snd_cobalt_card
*cobsc = snd_pcm_substream_chip(substream);
in snd_cobalt_pcm_capture_open()
231
struct
snd_cobalt_card
*cobsc = snd_pcm_substream_chip(substream);
in snd_cobalt_pcm_capture_close()
242
struct
snd_cobalt_card
*cobsc = snd_pcm_substream_chip(substream);
in snd_cobalt_pcm_prepare()
266
struct
snd_cobalt_card
*cobsc = snd_pcm_substream_chip(substream);
in snd_cobalt_pcm_pointer()
296
static void cobalt_alsa_pb_pcm_data(struct
snd_cobalt_card
*cobsc,
in cobalt_alsa_pb_pcm_data()
369
struct
snd_cobalt_card
*cobsc = snd_pcm_substream_chip(substream);
in snd_cobalt_pcm_playback_open()
393
struct
snd_cobalt_card
*cobsc = snd_pcm_substream_chip(substream);
in snd_cobalt_pcm_playback_close()
404
struct
snd_cobalt_card
*cobsc = snd_pcm_substream_chip(substream);
in snd_cobalt_pcm_pb_prepare()
416
struct
snd_cobalt_card
*cobs
in snd_cobalt_pcm_pb_trigger()
[all...]
H
A
D
cobalt-alsa.h
11
struct
snd_cobalt_card
{
struct
H
A
D
cobalt-driver.h
244
struct
snd_cobalt_card
*alsa;
247
struct
snd_cobalt_card
;
Completed in 6 milliseconds