|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/types.h>#include <linux/interrupt.h>#include <linux/platform_device.h>#include <linux/io.h>#include <linux/gpio.h>#include <linux/mmc/host.h>#include <linux/mmc/card.h>#include <plat/gpio-cfg.h>#include <plat/regs-sdhci.h>#include <plat/sdhci.h>Go to the source code of this file.
| void exynos4_setup_sdhci0_cfg_gpio | ( | struct platform_device * | dev, |
| int | width | ||
| ) |
Definition at line 26 of file setup-sdhci-gpio.c.
| void exynos4_setup_sdhci1_cfg_gpio | ( | struct platform_device * | dev, |
| int | width | ||
| ) |
Definition at line 64 of file setup-sdhci-gpio.c.
| void exynos4_setup_sdhci2_cfg_gpio | ( | struct platform_device * | dev, |
| int | width | ||
| ) |
Definition at line 90 of file setup-sdhci-gpio.c.
| void exynos4_setup_sdhci3_cfg_gpio | ( | struct platform_device * | dev, |
| int | width | ||
| ) |
Definition at line 128 of file setup-sdhci-gpio.c.
1.8.2