Linux Kernel
3.7.1
|
#include <linux/scatterlist.h>
#include <linux/mmc/host.h>
#include <linux/mmc/card.h>
#include <linux/mmc/mmc.h>
#include <linux/mmc/sdio.h>
#include "core.h"
#include "sdio_ops.h"
Go to the source code of this file.
Functions | |
int | mmc_send_io_op_cond (struct mmc_host *host, u32 ocr, u32 *rocr) |
int | mmc_io_rw_direct (struct mmc_card *card, int write, unsigned fn, unsigned addr, u8 in, u8 *out) |
int | mmc_io_rw_extended (struct mmc_card *card, int write, unsigned fn, unsigned addr, int incr_addr, u8 *buf, unsigned blocks, unsigned blksz) |
int | sdio_reset (struct mmc_host *host) |
int mmc_io_rw_direct | ( | struct mmc_card * | card, |
int | write, | ||
unsigned | fn, | ||
unsigned | addr, | ||
u8 | in, | ||
u8 * | out | ||
) |
Definition at line 114 of file sdio_ops.c.
int mmc_io_rw_extended | ( | struct mmc_card * | card, |
int | write, | ||
unsigned | fn, | ||
unsigned | addr, | ||
int | incr_addr, | ||
u8 * | buf, | ||
unsigned | blocks, | ||
unsigned | blksz | ||
) |
Definition at line 121 of file sdio_ops.c.
Definition at line 22 of file sdio_ops.c.
Definition at line 183 of file sdio_ops.c.