|
Linux Kernel
3.7.1
|
#include <linux/irq.h>#include <linux/module.h>#include <linux/vmalloc.h>#include <linux/platform_device.h>#include <linux/mmc/sdio.h>#include <linux/mmc/sdio_func.h>#include <linux/mmc/sdio_ids.h>#include <linux/mmc/card.h>#include <linux/mmc/host.h>#include <linux/gpio.h>#include <linux/wl12xx.h>#include <linux/pm_runtime.h>#include <linux/printk.h>#include "wlcore.h"#include "wl12xx_80211.h"#include "io.h"Go to the source code of this file.
Data Structures | |
| struct | wl12xx_sdio_glue |
Macros | |
| #define | SDIO_VENDOR_ID_TI 0x0097 |
| #define | SDIO_DEVICE_ID_TI_WL1271 0x4076 |
Functions | |
| MODULE_DEVICE_TABLE (sdio, wl1271_devices) | |
| module_init (wl1271_init) | |
| module_exit (wl1271_exit) | |
| module_param (dump, bool, S_IRUSR|S_IWUSR) | |
| MODULE_PARM_DESC (dump,"Enable sdio read/write dumps.") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Luciano Coelho <[email protected]>") | |
| MODULE_AUTHOR ("Juuso Oikarinen <[email protected]>") | |
| MODULE_AUTHOR | ( | "Luciano Coelho <[email protected]>" | ) |
| MODULE_AUTHOR | ( | "Juuso Oikarinen <[email protected]>" | ) |
| MODULE_DEVICE_TABLE | ( | sdio | , |
| wl1271_devices | |||
| ) |
| module_exit | ( | wl1271_exit | ) |
| module_init | ( | wl1271_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2