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:clkcache
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/asihpi/
H
A
D
asihpi.c
2322
struct clk_cache *
clkcache
= &asihpi->cc;
in snd_asihpi_clksrc_info()
local
2325
uinfo->value.enumerated.items =
clkcache
->count;
in snd_asihpi_clksrc_info()
2332
clkcache
->s[uinfo->value.enumerated.item].name);
in snd_asihpi_clksrc_info()
2341
struct clk_cache *
clkcache
= &asihpi->cc;
in snd_asihpi_clksrc_get()
local
2354
for (i = 0; i <
clkcache
->count; i++)
in snd_asihpi_clksrc_get()
2355
if ((
clkcache
->s[i].source == source) &&
in snd_asihpi_clksrc_get()
2356
(
clkcache
->s[i].index == srcindex))
in snd_asihpi_clksrc_get()
2369
struct clk_cache *
clkcache
= &asihpi->cc;
in snd_asihpi_clksrc_put()
local
2376
if (item >=
clkcache
->count)
in snd_asihpi_clksrc_put()
2377
item =
clkcache
in snd_asihpi_clksrc_put()
2467
struct clk_cache *
clkcache
;
snd_asihpi_sampleclock_add()
local
[all...]
/kernel/linux/linux-6.6/sound/pci/asihpi/
H
A
D
asihpi.c
2320
struct clk_cache *
clkcache
= &asihpi->cc;
in snd_asihpi_clksrc_info()
local
2323
uinfo->value.enumerated.items =
clkcache
->count;
in snd_asihpi_clksrc_info()
2330
clkcache
->s[uinfo->value.enumerated.item].name);
in snd_asihpi_clksrc_info()
2339
struct clk_cache *
clkcache
= &asihpi->cc;
in snd_asihpi_clksrc_get()
local
2352
for (i = 0; i <
clkcache
->count; i++)
in snd_asihpi_clksrc_get()
2353
if ((
clkcache
->s[i].source == source) &&
in snd_asihpi_clksrc_get()
2354
(
clkcache
->s[i].index == srcindex))
in snd_asihpi_clksrc_get()
2367
struct clk_cache *
clkcache
= &asihpi->cc;
in snd_asihpi_clksrc_put()
local
2374
if (item >=
clkcache
->count)
in snd_asihpi_clksrc_put()
2375
item =
clkcache
in snd_asihpi_clksrc_put()
2465
struct clk_cache *
clkcache
;
snd_asihpi_sampleclock_add()
local
[all...]
Completed in 8 milliseconds