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:x11kclk
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/stm/
H
A
D
stm32_i2s.c
211
* @
x11kclk
: I2S parent clock for sampling frequencies multiple of 11kHz
232
struct clk *
x11kclk
;
member
434
clk_set_parent(i2s->i2sclk, i2s->
x11kclk
);
in stm32_i2s_configure_clock()
856
i2s->
x11kclk
= devm_clk_get(&pdev->dev, "x11k");
in stm32_i2s_parse_dt()
857
if (IS_ERR(i2s->
x11kclk
)) {
in stm32_i2s_parse_dt()
858
if (PTR_ERR(i2s->
x11kclk
) != -EPROBE_DEFER)
in stm32_i2s_parse_dt()
860
PTR_ERR(i2s->
x11kclk
));
in stm32_i2s_parse_dt()
861
return PTR_ERR(i2s->
x11kclk
);
in stm32_i2s_parse_dt()
/kernel/linux/linux-6.6/sound/soc/stm/
H
A
D
stm32_i2s.c
217
* @
x11kclk
: I2S parent clock for sampling frequencies multiple of 11kHz
242
struct clk *
x11kclk
;
member
323
parent_clk = i2s->
x11kclk
;
in stm32_i2s_set_parent_clock()
671
clk_set_parent(i2s->i2sclk, i2s->
x11kclk
);
in stm32_i2s_configure_clock()
1063
i2s->
x11kclk
= devm_clk_get(&pdev->dev, "x11k");
in stm32_i2s_parse_dt()
1064
if (IS_ERR(i2s->
x11kclk
))
in stm32_i2s_parse_dt()
1065
return dev_err_probe(&pdev->dev, PTR_ERR(i2s->
x11kclk
),
in stm32_i2s_parse_dt()
Completed in 4 milliseconds