Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
slot-gpio.h File Reference

Go to the source code of this file.

Functions

int mmc_gpio_get_ro (struct mmc_host *host)
 
int mmc_gpio_request_ro (struct mmc_host *host, unsigned int gpio)
 
void mmc_gpio_free_ro (struct mmc_host *host)
 
int mmc_gpio_get_cd (struct mmc_host *host)
 
int mmc_gpio_request_cd (struct mmc_host *host, unsigned int gpio)
 
void mmc_gpio_free_cd (struct mmc_host *host)
 

Function Documentation

void mmc_gpio_free_cd ( struct mmc_host host)

Definition at line 176 of file slot-gpio.c.

void mmc_gpio_free_ro ( struct mmc_host host)

Definition at line 161 of file slot-gpio.c.

int mmc_gpio_get_cd ( struct mmc_host host)

Definition at line 77 of file slot-gpio.c.

int mmc_gpio_get_ro ( struct mmc_host host)

Definition at line 65 of file slot-gpio.c.

int mmc_gpio_request_cd ( struct mmc_host host,
unsigned int  gpio 
)

Definition at line 113 of file slot-gpio.c.

int mmc_gpio_request_ro ( struct mmc_host host,
unsigned int  gpio 
)

Definition at line 89 of file slot-gpio.c.