|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/err.h>#include <linux/clk.h>#include <linux/io.h>#include <linux/slab.h>#include <linux/uaccess.h>#include <linux/platform_device.h>#include <linux/debugfs.h>#include <plat/iommu.h>#include <plat/iovmm.h>#include <plat/iopgtable.h>Go to the source code of this file.
Macros | |
| #define | MAXCOLUMN 100 /* for short messages */ |
| #define | dump_ioptable_entry_one(lv, da, val) |
| #define | DEBUG_FOPS(name) |
| #define | DEBUG_FOPS_RO(name) |
| #define | __DEBUG_ADD_FILE(attr, mode) |
| #define | DEBUG_ADD_FILE(name) __DEBUG_ADD_FILE(name, 600) |
| #define | DEBUG_ADD_FILE_RO(name) __DEBUG_ADD_FILE(name, 400) |
Functions | |
| DEBUG_FOPS_RO (ver) | |
| DEBUG_FOPS_RO (regs) | |
| DEBUG_FOPS_RO (tlb) | |
| DEBUG_FOPS (pagetable) | |
| DEBUG_FOPS_RO (mmap) | |
| DEBUG_FOPS (mem) | |
| module_init (iommu_debug_init) | |
| #define DEBUG_ADD_FILE | ( | name | ) | __DEBUG_ADD_FILE(name, 600) |
Definition at line 357 of file omap-iommu-debug.c.
| #define DEBUG_ADD_FILE_RO | ( | name | ) | __DEBUG_ADD_FILE(name, 400) |
Definition at line 358 of file omap-iommu-debug.c.
| #define DEBUG_FOPS | ( | name | ) |
Definition at line 326 of file omap-iommu-debug.c.
| #define DEBUG_FOPS_RO | ( | name | ) |
Definition at line 334 of file omap-iommu-debug.c.
Definition at line 27 of file omap-iommu-debug.c.
| DEBUG_FOPS | ( | pagetable | ) |
| DEBUG_FOPS | ( | mem | ) |
| DEBUG_FOPS_RO | ( | ver | ) |
| DEBUG_FOPS_RO | ( | regs | ) |
| DEBUG_FOPS_RO | ( | tlb | ) |
| DEBUG_FOPS_RO | ( | mmap | ) |
| module_init | ( | iommu_debug_init | ) |
Definition at line 433 of file omap-iommu-debug.c.
1.8.2