Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
dw_mci_slot Struct Reference

Data Fields

struct mmc_hostmmc
 
struct dw_mcihost
 
u32 ctype
 
struct mmc_requestmrq
 
struct list_head queue_node
 
unsigned int clock
 
unsigned long flags
 
int id
 
int last_detect_state
 

Detailed Description

struct dw_mci_slot - MMC slot state : The mmc_host representing this slot. : The MMC controller this slot is using. : Card type for this slot. : mmc_request currently being processed or waiting to be processed, or NULL when the slot is idle. : List node for placing this node in the list of &struct dw_mci. : Clock rate configured by set_ios(). Protected by host->lock. : Random state bits associated with the slot. : Number of this slot. : Most recently observed card detect state.

Definition at line 87 of file dw_mmc.c.

Field Documentation

unsigned int clock

Definition at line 96 of file dw_mmc.c.

Definition at line 91 of file dw_mmc.c.

unsigned long flags

Definition at line 97 of file dw_mmc.c.

Definition at line 89 of file dw_mmc.c.

Definition at line 100 of file dw_mmc.c.

int last_detect_state

Definition at line 101 of file dw_mmc.c.

Definition at line 88 of file dw_mmc.c.

Definition at line 93 of file dw_mmc.c.

struct list_head queue_node

Definition at line 94 of file dw_mmc.c.


The documentation for this struct was generated from the following file: