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

#include <dw_mmc.h>

Data Fields

int(* init )(struct dw_mci *host)
 
void(* start )(struct dw_mci *host, unsigned int sg_len)
 
void(* complete )(struct dw_mci *host)
 
void(* stop )(struct dw_mci *host)
 
void(* cleanup )(struct dw_mci *host)
 
void(* exit )(struct dw_mci *host)
 

Detailed Description

Definition at line 193 of file dw_mmc.h.

Field Documentation

void(* cleanup)(struct dw_mci *host)

Definition at line 199 of file dw_mmc.h.

void(* complete)(struct dw_mci *host)

Definition at line 197 of file dw_mmc.h.

void(* exit)(struct dw_mci *host)

Definition at line 200 of file dw_mmc.h.

int(* init)(struct dw_mci *host)

Definition at line 195 of file dw_mmc.h.

void(* start)(struct dw_mci *host, unsigned int sg_len)

Definition at line 196 of file dw_mmc.h.

void(* stop)(struct dw_mci *host)

Definition at line 198 of file dw_mmc.h.


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