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

#include <sdhci.h>

Data Fields

void(* set_clock )(struct sdhci_host *host, unsigned int clock)
 
int(* enable_dma )(struct sdhci_host *host)
 
unsigned int(* get_max_clock )(struct sdhci_host *host)
 
unsigned int(* get_min_clock )(struct sdhci_host *host)
 
unsigned int(* get_timeout_clock )(struct sdhci_host *host)
 
int(* platform_8bit_width )(struct sdhci_host *host, int width)
 
void(* platform_send_init_74_clocks )(struct sdhci_host *host, u8 power_mode)
 
unsigned int(* get_ro )(struct sdhci_host *host)
 
void(* platform_reset_enter )(struct sdhci_host *host, u8 mask)
 
void(* platform_reset_exit )(struct sdhci_host *host, u8 mask)
 
int(* set_uhs_signaling )(struct sdhci_host *host, unsigned int uhs)
 
void(* hw_reset )(struct sdhci_host *host)
 
void(* platform_suspend )(struct sdhci_host *host)
 
void(* platform_resume )(struct sdhci_host *host)
 
void(* platform_init )(struct sdhci_host *host)
 

Detailed Description

Definition at line 254 of file sdhci.h.

Field Documentation

int(* enable_dma)(struct sdhci_host *host)

Definition at line 266 of file sdhci.h.

unsigned int(* get_max_clock)(struct sdhci_host *host)

Definition at line 267 of file sdhci.h.

unsigned int(* get_min_clock)(struct sdhci_host *host)

Definition at line 268 of file sdhci.h.

unsigned int(* get_ro)(struct sdhci_host *host)

Definition at line 274 of file sdhci.h.

unsigned int(* get_timeout_clock)(struct sdhci_host *host)

Definition at line 269 of file sdhci.h.

void(* hw_reset)(struct sdhci_host *host)

Definition at line 278 of file sdhci.h.

int(* platform_8bit_width)(struct sdhci_host *host, int width)

Definition at line 270 of file sdhci.h.

void(* platform_init)(struct sdhci_host *host)

Definition at line 281 of file sdhci.h.

void(* platform_reset_enter)(struct sdhci_host *host, u8 mask)

Definition at line 275 of file sdhci.h.

void(* platform_reset_exit)(struct sdhci_host *host, u8 mask)

Definition at line 276 of file sdhci.h.

void(* platform_resume)(struct sdhci_host *host)

Definition at line 280 of file sdhci.h.

void(* platform_send_init_74_clocks)(struct sdhci_host *host, u8 power_mode)

Definition at line 272 of file sdhci.h.

void(* platform_suspend)(struct sdhci_host *host)

Definition at line 279 of file sdhci.h.

void(* set_clock)(struct sdhci_host *host, unsigned int clock)

Definition at line 264 of file sdhci.h.

int(* set_uhs_signaling)(struct sdhci_host *host, unsigned int uhs)

Definition at line 277 of file sdhci.h.


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