Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
Functions | |
module_param (mmio_address, ulong, 0) | |
MODULE_PARM_DESC (mmio_address," Start address of the mapping of 16 kB ""(or 8 MB if read_far is non-zero).") | |
module_param (read_far, ulong, 0) | |
MODULE_PARM_DESC (read_far," Offset of a 32-bit read within 8 MB ""(default: 0x400100).") | |
module_init (init) | |
module_exit (cleanup) | |
MODULE_LICENSE ("GPL") | |
Definition at line 5 of file testmmiotrace.c.
module_exit | ( | cleanup | ) |
module_init | ( | init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_param | ( | mmio_address | , |
ulong | , | ||
0 | |||
) |
module_param | ( | read_far | , |
ulong | , | ||
0 | |||
) |
MODULE_PARM_DESC | ( | mmio_address | , |
" Start address of the mapping of 16 kB ""(or 8 MB if read_far is non-zero)." | |||
) |