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:cpu_pdev
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/fsl/
H
A
D
imx-audmix.c
149
struct platform_device *
cpu_pdev
;
in imx_audmix_probe()
local
224
cpu_pdev
= of_find_device_by_node(args.np);
in imx_audmix_probe()
225
if (!
cpu_pdev
) {
in imx_audmix_probe()
229
put_device(&
cpu_pdev
->dev);
in imx_audmix_probe()
260
priv->dai[i].cpus->dai_name = dev_name(&
cpu_pdev
->dev);
in imx_audmix_probe()
314
cpu_pdev
= of_find_device_by_node(out_cpu_np);
in imx_audmix_probe()
315
if (!
cpu_pdev
) {
in imx_audmix_probe()
319
put_device(&
cpu_pdev
->dev);
in imx_audmix_probe()
321
priv->cpu_mclk = devm_clk_get(&
cpu_pdev
->dev, "mclk1");
in imx_audmix_probe()
324
dev_err(&
cpu_pdev
in imx_audmix_probe()
[all...]
H
A
D
fsl-asoc-card.c
528
struct platform_device *
cpu_pdev
;
in fsl_asoc_card_probe()
local
551
cpu_pdev
= of_find_device_by_node(cpu_np);
in fsl_asoc_card_probe()
552
if (!
cpu_pdev
) {
in fsl_asoc_card_probe()
702
struct clk *esai_clk = clk_get(&
cpu_pdev
->dev, "extal");
in fsl_asoc_card_probe()
856
put_device(&
cpu_pdev
->dev);
in fsl_asoc_card_probe()
/kernel/linux/linux-6.6/sound/soc/fsl/
H
A
D
imx-audmix.c
148
struct platform_device *
cpu_pdev
;
in imx_audmix_probe()
local
221
cpu_pdev
= of_find_device_by_node(args.np);
in imx_audmix_probe()
222
if (!
cpu_pdev
) {
in imx_audmix_probe()
226
put_device(&
cpu_pdev
->dev);
in imx_audmix_probe()
259
priv->dai[i].cpus->dai_name = dev_name(&
cpu_pdev
->dev);
in imx_audmix_probe()
307
cpu_pdev
= of_find_device_by_node(out_cpu_np);
in imx_audmix_probe()
308
if (!
cpu_pdev
) {
in imx_audmix_probe()
312
put_device(&
cpu_pdev
->dev);
in imx_audmix_probe()
314
priv->cpu_mclk = devm_clk_get(&
cpu_pdev
->dev, "mclk1");
in imx_audmix_probe()
317
dev_err(&
cpu_pdev
in imx_audmix_probe()
[all...]
H
A
D
imx-hdmi.c
104
struct platform_device *
cpu_pdev
;
in imx_hdmi_probe()
local
120
cpu_pdev
= of_find_device_by_node(cpu_np);
in imx_hdmi_probe()
121
if (!
cpu_pdev
) {
in imx_hdmi_probe()
130
put_device(&
cpu_pdev
->dev);
in imx_hdmi_probe()
143
data->dai.cpus->dai_name = dev_name(&
cpu_pdev
->dev);
in imx_hdmi_probe()
150
put_device(&
cpu_pdev
->dev);
in imx_hdmi_probe()
H
A
D
fsl-asoc-card.c
549
struct platform_device *
cpu_pdev
;
in fsl_asoc_card_probe()
local
572
cpu_pdev
= of_find_device_by_node(cpu_np);
in fsl_asoc_card_probe()
573
if (!
cpu_pdev
) {
in fsl_asoc_card_probe()
765
struct clk *esai_clk = clk_get(&
cpu_pdev
->dev, "extal");
in fsl_asoc_card_probe()
918
put_device(&
cpu_pdev
->dev);
in fsl_asoc_card_probe()
Completed in 5 milliseconds