|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/mfd/core.h>#include <linux/module.h>#include <linux/pci.h>#include <asm/olpc.h>Go to the source code of this file.
Macros | |
| #define | DRV_NAME "cs5535-mfd" |
Enumerations | |
| enum | cs5535_mfd_bars { SMB_BAR = 0, GPIO_BAR = 1, MFGPT_BAR = 2, PMS_BAR = 4, ACPI_BAR = 5, NR_BARS } |
Functions | |
| MODULE_DEVICE_TABLE (pci, cs5535_mfd_pci_tbl) | |
| module_pci_driver (cs5535_mfd_driver) | |
| MODULE_AUTHOR ("Andres Salomon <[email protected]>") | |
| MODULE_DESCRIPTION ("MFD driver for CS5535/CS5536 southbridge's ISA PCI device") | |
| MODULE_LICENSE ("GPL") | |
| #define DRV_NAME "cs5535-mfd" |
Definition at line 32 of file cs5535-mfd.c.
| enum cs5535_mfd_bars |
Definition at line 34 of file cs5535-mfd.c.
| MODULE_AUTHOR | ( | "Andres Salomon <[email protected]>" | ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| cs5535_mfd_pci_tbl | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_pci_driver | ( | cs5535_mfd_driver | ) |
1.8.2