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:new_pdev
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/hikey9xx/
H
A
D
hi6421v600-regulator.c
400
struct platform_device *
new_pdev
;
in hi6421_spmi_regulator_probe()
local
425
new_pdev
= platform_device_alloc(child->name, -1);
in hi6421_spmi_regulator_probe()
426
new_pdev
->dev.parent = pmic_dev;
in hi6421_spmi_regulator_probe()
427
new_pdev
->dev.of_node = of_node_get(child);
in hi6421_spmi_regulator_probe()
429
ret = platform_device_add(
new_pdev
);
in hi6421_spmi_regulator_probe()
431
platform_device_put(
new_pdev
);
in hi6421_spmi_regulator_probe()
435
ret = hi6421_spmi_regulator_probe_ldo(
new_pdev
, child, pmic);
in hi6421_spmi_regulator_probe()
437
platform_device_put(
new_pdev
);
in hi6421_spmi_regulator_probe()
/kernel/linux/linux-5.10/drivers/dma/qcom/
H
A
D
hidma_mgmt.c
361
struct platform_device *
new_pdev
;
in hidma_mgmt_of_populate_channels()
local
385
new_pdev
= platform_device_register_full(&pdevinfo);
in hidma_mgmt_of_populate_channels()
386
if (IS_ERR(
new_pdev
)) {
in hidma_mgmt_of_populate_channels()
387
ret = PTR_ERR(
new_pdev
);
in hidma_mgmt_of_populate_channels()
390
new_pdev
->dev.of_node = child;
in hidma_mgmt_of_populate_channels()
391
of_dma_configure(&
new_pdev
->dev, child, true);
in hidma_mgmt_of_populate_channels()
396
of_msi_configure(&
new_pdev
->dev, child);
in hidma_mgmt_of_populate_channels()
/kernel/linux/linux-6.6/drivers/dma/qcom/
H
A
D
hidma_mgmt.c
362
struct platform_device *
new_pdev
;
in hidma_mgmt_of_populate_channels()
local
386
new_pdev
= platform_device_register_full(&pdevinfo);
in hidma_mgmt_of_populate_channels()
387
if (IS_ERR(
new_pdev
)) {
in hidma_mgmt_of_populate_channels()
388
ret = PTR_ERR(
new_pdev
);
in hidma_mgmt_of_populate_channels()
391
new_pdev
->dev.of_node = child;
in hidma_mgmt_of_populate_channels()
392
of_dma_configure(&
new_pdev
->dev, child, true);
in hidma_mgmt_of_populate_channels()
397
of_msi_configure(&
new_pdev
->dev, child);
in hidma_mgmt_of_populate_channels()
Completed in 3 milliseconds