Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
omap_iommu_domain Struct Reference

Data Fields

u32pgtable
 
struct omap_iommuiommu_dev
 
struct devicedev
 
spinlock_t lock
 

Detailed Description

struct omap_iommu_domain - omap iommu domain : the page table : an omap iommu device attached to this domain. only a single iommu device can be attached for now. : Device using this domain. : domain lock, should be taken when attaching/detaching

Definition at line 47 of file omap-iommu.c.

Field Documentation

struct device* dev

Definition at line 50 of file omap-iommu.c.

struct omap_iommu* iommu_dev

Definition at line 49 of file omap-iommu.c.

spinlock_t lock

Definition at line 51 of file omap-iommu.c.

u32* pgtable

Definition at line 48 of file omap-iommu.c.


The documentation for this struct was generated from the following file: