|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/slab.h>#include <linux/i2c.h>#include <linux/gpio.h>Go to the source code of this file.
Data Structures | |
| struct | mc9s08dz60 |
Macros | |
| #define | GPIO_GROUP_NUM 2 |
| #define | GPIO_NUM_PER_GROUP 8 |
| #define | GPIO_NUM (GPIO_GROUP_NUM*GPIO_NUM_PER_GROUP) |
Functions | |
| MODULE_DEVICE_TABLE (i2c, mc9s08dz60_id) | |
| module_i2c_driver (mc9s08dz60_i2c_driver) | |
| MODULE_AUTHOR ("Freescale Semiconductor, Inc. ""Wu Guoxing <[email protected]>") | |
| MODULE_DESCRIPTION ("mc9s08dz60 gpio function on mx35 3ds board") | |
| MODULE_LICENSE ("GPL v2") | |
| #define GPIO_GROUP_NUM 2 |
Definition at line 23 of file gpio-mc9s08dz60.c.
| #define GPIO_NUM (GPIO_GROUP_NUM*GPIO_NUM_PER_GROUP) |
Definition at line 25 of file gpio-mc9s08dz60.c.
| #define GPIO_NUM_PER_GROUP 8 |
Definition at line 24 of file gpio-mc9s08dz60.c.
| MODULE_AUTHOR | ( | "Freescale | Semiconductor, |
| Inc.""Wu Guoxing< b39297 @freescale.com >" | |||
| ) |
| MODULE_DEVICE_TABLE | ( | i2c | , |
| mc9s08dz60_id | |||
| ) |
| module_i2c_driver | ( | mc9s08dz60_i2c_driver | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
1.8.2