Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/mmc/host.h>
#include <linux/mmc/card.h>
#include <linux/mmc/sdio.h>
#include <linux/mmc/sdio_func.h>
#include "sdio_cis.h"
#include "sdio_ops.h"
Go to the source code of this file.
Data Structures | |
struct | cis_tpl |
Typedefs | |
typedef int( | tpl_parse_t )(struct mmc_card *, struct sdio_func *, const unsigned char *, unsigned) |
Functions | |
int | sdio_read_common_cis (struct mmc_card *card) |
void | sdio_free_common_cis (struct mmc_card *card) |
int | sdio_read_func_cis (struct sdio_func *func) |
void | sdio_free_func_cis (struct sdio_func *func) |
Definition at line 102 of file sdio_cis.c.
Definition at line 351 of file sdio_cis.c.
Definition at line 392 of file sdio_cis.c.
Definition at line 346 of file sdio_cis.c.
Definition at line 366 of file sdio_cis.c.