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_ops
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H
A
D
iommu.c
191
const struct
iommu_ops
*ops = dev->bus->
iommu_ops
;
in iommu_probe_device_ext()
246
const struct
iommu_ops
*ops = dev->bus->
iommu_ops
;
in iommu_probe_device()
295
const struct
iommu_ops
*ops = dev->bus->
iommu_ops
;
in iommu_release_device()
1491
const struct
iommu_ops
*ops = dev->bus->
iommu_ops
;
in iommu_get_def_domain_type()
1557
const struct
iommu_ops
*ops = dev->bus->
iommu_ops
;
in iommu_group_get_for_dev()
[all...]
H
A
D
rockchip-iommu.c
1684
static struct
iommu_ops
rk_iommu_ops = {
1701
static struct
iommu_ops
rk_iommu_ops_v2 = {
H
A
D
dma-iommu.c
371
const struct
iommu_ops
*ops = domain->ops;
in iommu_dma_deferred_attach()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
iommu.h
55
struct
iommu_ops
;
103
const struct
iommu_ops
*ops;
195
* ->unmap() function in struct
iommu_ops
before eventually being passed
205
* struct
iommu_ops
- iommu ops and capabilities
257
struct
iommu_ops
{
struct
335
const struct
iommu_ops
*ops;
395
static inline void _iommu_device_set_ops(struct iommu_device *iommu, const struct
iommu_ops
*ops)
in _iommu_device_set_ops()
402
struct
iommu_ops
*__ops = (struct
iommu_ops
*)(ops); \
431
extern int bus_set_iommu(struct bus_type *bus, const struct
iommu_ops
*op
631
struct
iommu_ops
{
global()
struct
[all...]
H
A
D
dma-map-ops.h
344
const struct
iommu_ops
*iommu, bool coherent);
347
u64 size, const struct
iommu_ops
*iommu,
in arch_setup_dma_ops()
Completed in 12 milliseconds