Linux Kernel
3.7.1
|
#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) |
void(* platform_send_init_74_clocks)(struct sdhci_host *host, u8 power_mode) |
int(* set_uhs_signaling)(struct sdhci_host *host, unsigned int uhs) |