|
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 <plat/gpio-cfg.h>#include <plat/sdhci.h>Go to the source code of this file.
| void s3c64xx_setup_sdhci0_cfg_gpio | ( | struct platform_device * | dev, |
| int | width | ||
| ) |
Definition at line 24 of file setup-sdhci-gpio.c.
| void s3c64xx_setup_sdhci1_cfg_gpio | ( | struct platform_device * | dev, |
| int | width | ||
| ) |
Definition at line 37 of file setup-sdhci-gpio.c.
| void s3c64xx_setup_sdhci2_cfg_gpio | ( | struct platform_device * | dev, |
| int | width | ||
| ) |
Definition at line 50 of file setup-sdhci-gpio.c.
1.8.2