Linux Kernel
3.7.1
|
Data Fields | |
struct sdhci_host * | host |
struct platform_device * | pdev |
struct resource * | ioarea |
struct s3c_sdhci_platdata * | pdata |
unsigned int | cur_clk |
int | ext_cd_irq |
int | ext_cd_gpio |
int * | gpios |
struct clk * | clk_io |
struct clk * | clk_bus [MAX_BUS_CLK] |
struct sdhci_s3c - S3C SDHCI instance : The SDHCI host created : The platform device we where created from. : The resource created when we claimed the IO area. : The platform data for this controller. : The index of the current bus clock. : List of gpio numbers parsed from device tree. : The clock for the internal bus interface. : The clocks that are available for the SD/MMC bus clock.
Definition at line 51 of file sdhci-s3c.c.
struct clk* clk_bus[MAX_BUS_CLK] |
Definition at line 62 of file sdhci-s3c.c.
Definition at line 61 of file sdhci-s3c.c.
unsigned int cur_clk |
Definition at line 56 of file sdhci-s3c.c.
int ext_cd_gpio |
Definition at line 58 of file sdhci-s3c.c.
int ext_cd_irq |
Definition at line 57 of file sdhci-s3c.c.
int* gpios |
Definition at line 59 of file sdhci-s3c.c.
Definition at line 52 of file sdhci-s3c.c.
Definition at line 54 of file sdhci-s3c.c.
struct s3c_sdhci_platdata* pdata |
Definition at line 55 of file sdhci-s3c.c.
struct platform_device* pdev |
Definition at line 53 of file sdhci-s3c.c.