|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/platform_device.h>#include <plat/iommu.h>#include "soc.h"#include "common.h"Go to the source code of this file.
Data Structures | |
| struct | iommu_device |
Macros | |
| #define | omap3_devices NULL |
| #define | NR_OMAP3_IOMMU_DEVICES 0 |
| #define | omap3_iommu_pdev NULL |
| #define | omap4_devices NULL |
| #define | NR_OMAP4_IOMMU_DEVICES 0 |
| #define | omap4_iommu_pdev NULL |
Functions | |
| subsys_initcall (omap_iommu_init) | |
| module_exit (omap_iommu_exit) | |
| MODULE_AUTHOR ("Hiroshi DOYU") | |
| MODULE_DESCRIPTION ("omap iommu: omap device registration") | |
| MODULE_LICENSE ("GPL v2") | |
| #define NR_OMAP3_IOMMU_DEVICES 0 |
Definition at line 61 of file omap-iommu.c.
| #define NR_OMAP4_IOMMU_DEVICES 0 |
Definition at line 94 of file omap-iommu.c.
| #define omap3_devices NULL |
Definition at line 60 of file omap-iommu.c.
| #define omap3_iommu_pdev NULL |
Definition at line 62 of file omap-iommu.c.
| #define omap4_devices NULL |
Definition at line 93 of file omap-iommu.c.
| #define omap4_iommu_pdev NULL |
Definition at line 95 of file omap-iommu.c.
| MODULE_AUTHOR | ( | "Hiroshi DOYU" | ) |
| MODULE_DESCRIPTION | ( | "omap iommu: omap device registration" | ) |
| module_exit | ( | omap_iommu_exit | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
| subsys_initcall | ( | omap_iommu_init | ) |
1.8.2