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:rsnd_is_gen1
(Results
1 - 21
of
21
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sh/rcar/
H
A
D
debugfs.c
76
if (
rsnd_is_gen1
(priv))
in rsnd_debugfs_probe()
H
A
D
cmd.c
161
if (
rsnd_is_gen1
(priv))
in rsnd_cmd_probe()
H
A
D
dma.c
698
if (
rsnd_is_gen1
(priv))
in rsnd_dma_addr()
856
if (
rsnd_is_gen1
(priv)) {
in rsnd_dma_alloc()
914
if (
rsnd_is_gen1
(priv))
in rsnd_dma_probe()
H
A
D
dvc.c
335
if (
rsnd_is_gen1
(priv))
in rsnd_dvc_probe()
H
A
D
mix.c
299
if (
rsnd_is_gen1
(priv))
in rsnd_mix_probe()
H
A
D
ctu.c
327
if (
rsnd_is_gen1
(priv))
in rsnd_ctu_probe()
H
A
D
src.c
655
if (
rsnd_is_gen1
(priv))
in rsnd_src_probe()
H
A
D
ssiu.c
544
if (
rsnd_is_gen1
(priv))
in rsnd_ssiu_probe()
H
A
D
rsnd.h
714
#define
rsnd_is_gen1
(priv) (((priv)->flags & RSND_GEN_MASK) == RSND_GEN1)
macro
H
A
D
gen.c
550
if (
rsnd_is_gen1
(priv))
in rsnd_gen_probe()
H
A
D
ssi.c
638
if (
rsnd_is_gen1
(priv))
in rsnd_ssi_irq()
/kernel/linux/linux-5.10/sound/soc/sh/rcar/
H
A
D
cmd.c
148
if (
rsnd_is_gen1
(priv))
in rsnd_cmd_probe()
H
A
D
dma.c
636
if (
rsnd_is_gen1
(priv))
in rsnd_dma_addr()
795
if (
rsnd_is_gen1
(priv)) {
in rsnd_dma_alloc()
853
if (
rsnd_is_gen1
(priv))
in rsnd_dma_probe()
H
A
D
dvc.c
321
if (
rsnd_is_gen1
(priv))
in rsnd_dvc_probe()
H
A
D
mix.c
285
if (
rsnd_is_gen1
(priv))
in rsnd_mix_probe()
H
A
D
ctu.c
311
if (
rsnd_is_gen1
(priv))
in rsnd_ctu_probe()
H
A
D
ssiu.c
419
if (
rsnd_is_gen1
(priv))
in rsnd_ssiu_probe()
H
A
D
src.c
626
if (
rsnd_is_gen1
(priv))
in rsnd_src_probe()
H
A
D
gen.c
473
if (
rsnd_is_gen1
(priv))
in rsnd_gen_probe()
H
A
D
ssi.c
712
if (
rsnd_is_gen1
(priv))
in rsnd_ssi_irq()
H
A
D
rsnd.h
697
#define
rsnd_is_gen1
(priv) (((priv)->flags & RSND_GEN_MASK) == RSND_GEN1)
macro
Completed in 20 milliseconds