|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/pci.h>#include <linux/platform_device.h>#include <linux/i2c/pxa-i2c.h>#include <linux/of.h>#include <linux/of_device.h>#include <linux/of_address.h>Go to the source code of this file.
Data Structures | |
| struct | ce4100_devices |
Macros | |
| #define | CE4100_PCI_I2C_DEVS 3 |
Functions | |
| MODULE_DEVICE_TABLE (pci, ce4100_i2c_devices) | |
| module_pci_driver (ce4100_i2c_driver) | |
| MODULE_DESCRIPTION ("CE4100 PCI-I2C glue code for PXA's driver") | |
| MODULE_LICENSE ("GPL v2") | |
| MODULE_AUTHOR ("Sebastian Andrzej Siewior <[email protected]>") | |
| #define CE4100_PCI_I2C_DEVS 3 |
Definition at line 14 of file i2c-pxa-pci.c.
| MODULE_AUTHOR | ( | "Sebastian Andrzej Siewior <[email protected]>" | ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| ce4100_i2c_devices | |||
| ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
| module_pci_driver | ( | ce4100_i2c_driver | ) |
1.8.2