Home | History | Annotate | Download | only in mmc

Lines Matching full:card

2  *  linux/include/linux/mmc/card.h
8 * Card driver specific definitions.
58 unsigned int rca; /* relative card address of device */
59 unsigned int state; /* (our) card state */
63 #define MMC_STATE_SDCARD (1<<3) /* is an SD card */
64 #define MMC_STATE_READONLY (1<<4) /* card is read-only */
65 u32 raw_cid[4]; /* raw card CID */
66 u32 raw_csd[4]; /* raw card CSD */
67 u32 raw_scr[2]; /* raw card SCR */
68 struct mmc_cid cid; /* card identification */
69 struct mmc_csd csd; /* card specific */
93 * MMC device driver (e.g., Flash card, I/O card...)
106 static inline int mmc_card_claim_host(struct mmc_card *card)
108 return __mmc_claim_host(card->host, card);