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:plarbdev
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/
H
A
D
mtk_iommu_v1.c
584
struct platform_device *
plarbdev
;
in mtk_iommu_probe()
local
595
plarbdev
= of_find_device_by_node(larb_spec.np);
in mtk_iommu_probe()
596
if (!
plarbdev
) {
in mtk_iommu_probe()
597
plarbdev
= of_platform_device_create(
in mtk_iommu_probe()
600
if (!
plarbdev
) {
in mtk_iommu_probe()
606
data->larb_imu[larb_nr].dev = &
plarbdev
->dev;
in mtk_iommu_probe()
H
A
D
mtk_iommu.c
710
struct platform_device *
plarbdev
;
in mtk_iommu_probe()
local
726
plarbdev
= of_find_device_by_node(larbnode);
in mtk_iommu_probe()
727
if (!
plarbdev
) {
in mtk_iommu_probe()
731
data->larb_imu[id].dev = &
plarbdev
->dev;
in mtk_iommu_probe()
/kernel/linux/linux-6.6/drivers/iommu/
H
A
D
mtk_iommu_v1.c
651
struct platform_device *
plarbdev
;
in mtk_iommu_v1_probe()
local
662
plarbdev
= of_find_device_by_node(larbnode);
in mtk_iommu_v1_probe()
663
if (!
plarbdev
) {
in mtk_iommu_v1_probe()
667
if (!
plarbdev
->dev.driver) {
in mtk_iommu_v1_probe()
671
data->larb_imu[i].dev = &
plarbdev
->dev;
in mtk_iommu_v1_probe()
H
A
D
mtk_iommu.c
1114
struct platform_device *
plarbdev
, *pcommdev;
in mtk_iommu_mm_dts_parse()
local
1148
plarbdev
= of_find_device_by_node(larbnode);
in mtk_iommu_mm_dts_parse()
1150
if (!
plarbdev
) {
in mtk_iommu_mm_dts_parse()
1155
platform_device_put(
plarbdev
);
in mtk_iommu_mm_dts_parse()
1159
data->larb_imu[id].dev = &
plarbdev
->dev;
in mtk_iommu_mm_dts_parse()
1161
if (!
plarbdev
->dev.driver) {
in mtk_iommu_mm_dts_parse()
1198
component_match_add(dev, match, component_compare_dev, &
plarbdev
->dev);
in mtk_iommu_mm_dts_parse()
1199
platform_device_put(
plarbdev
);
in mtk_iommu_mm_dts_parse()
Completed in 7 milliseconds