Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
sd.h File Reference
#include <linux/mmc/card.h>

Go to the source code of this file.

Functions

int mmc_sd_get_cid (struct mmc_host *host, u32 ocr, u32 *cid, u32 *rocr)
 
int mmc_sd_get_csd (struct mmc_host *host, struct mmc_card *card)
 
void mmc_decode_cid (struct mmc_card *card)
 
int mmc_sd_setup_card (struct mmc_host *host, struct mmc_card *card, bool reinit)
 
unsigned mmc_sd_get_max_clock (struct mmc_card *card)
 
int mmc_sd_switch_hs (struct mmc_card *card)
 
void mmc_sd_go_highspeed (struct mmc_card *card)
 

Variables

struct device_type sd_type
 

Function Documentation

void mmc_decode_cid ( struct mmc_card card)

Definition at line 64 of file sd.c.

int mmc_sd_get_cid ( struct mmc_host host,
u32  ocr,
u32 cid,
u32 rocr 
)

Definition at line 712 of file sd.c.

int mmc_sd_get_csd ( struct mmc_host host,
struct mmc_card card 
)

Definition at line 777 of file sd.c.

unsigned mmc_sd_get_max_clock ( struct mmc_card card)

Definition at line 867 of file sd.c.

void mmc_sd_go_highspeed ( struct mmc_card card)

Definition at line 881 of file sd.c.

int mmc_sd_setup_card ( struct mmc_host host,
struct mmc_card card,
bool  reinit 
)

Definition at line 795 of file sd.c.

int mmc_sd_switch_hs ( struct mmc_card card)

Definition at line 332 of file sd.c.

Variable Documentation

Definition at line 705 of file sd.c.