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:of_dev_put
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/of/
H
A
D
device.c
50
void
of_dev_put
(struct platform_device *dev)
in of_dev_put()
function
55
EXPORT_SYMBOL(
of_dev_put
);
variable
H
A
D
platform.c
692
of_dev_put
(pdev_parent);
in of_platform_notify()
717
of_dev_put
(pdev);
in of_platform_notify()
H
A
D
unittest.c
1316
of_dev_put
(pdev);
in of_unittest_platform_populate()
/kernel/linux/linux-5.10/include/linux/
H
A
D
of_device.h
30
extern void
of_dev_put
(struct platform_device *dev);
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
ibmebus.c
363
of_dev_put
(of_dev);
in ibmebus_bus_device_probe()
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H
A
D
dwc3-st.c
277
of_dev_put
(child_pdev);
in st_dwc3_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/emac/
H
A
D
core.c
2393
of_dev_put
(dev->mal_dev);
in emac_put_deps()
2394
of_dev_put
(dev->zmii_dev);
in emac_put_deps()
2395
of_dev_put
(dev->rgmii_dev);
in emac_put_deps()
2396
of_dev_put
(dev->mdio_dev);
in emac_put_deps()
2397
of_dev_put
(dev->tah_dev);
in emac_put_deps()
2438
of_dev_put
(deps[i].ofdev);
in emac_wait_deps()
2447
of_dev_put
(deps[EMAC_DEP_PREV_IDX].ofdev);
in emac_wait_deps()
Completed in 11 milliseconds