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:iommu_device
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
iommu.h
279
struct
iommu_device
*(*probe_device)(struct device *dev);
327
* struct
iommu_device
- IOMMU core representation of one IOMMU hardware
333
struct
iommu_device
{
struct
383
struct
iommu_device
*iommu_dev;
387
int iommu_device_register(struct
iommu_device
*iommu);
388
void iommu_device_unregister(struct
iommu_device
*iommu);
389
int iommu_device_sysfs_add(struct
iommu_device
*iommu, struct device *parent, const struct attribute_group **groups,
391
void iommu_device_sysfs_remove(struct
iommu_device
*iommu);
392
int iommu_device_link(struct
iommu_device
*iommu, struct device *link);
393
void iommu_device_unlink(struct
iommu_device
*iomm
637
struct
iommu_device
{
global()
struct
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H
A
D
iommu.c
142
int iommu_device_register(struct
iommu_device
*iommu)
in iommu_device_register()
151
void iommu_device_unregister(struct
iommu_device
*iommu)
in iommu_device_unregister()
192
struct
iommu_device
*iommu_dev;
in iommu_probe_device_ext()
2911
struct
iommu_device
*iommu;
in iommu_ops_from_fwnode()
H
A
D
rockchip-iommu.c
145
struct
iommu_device
iommu;
1573
static struct
iommu_device
*rk_iommu_probe_device(struct device *dev)
in rk_iommu_probe_device()
Completed in 10 milliseconds