Home
last modified time | relevance | path

Searched refs:POODLE_GPIO_SD_PWR (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm/mach-pxa/
A Dpoodle.c242 err = gpio_request(POODLE_GPIO_SD_PWR, "SD_PWR"); in poodle_mci_init()
250 gpio_direction_output(POODLE_GPIO_SD_PWR, 0); in poodle_mci_init()
256 gpio_free(POODLE_GPIO_SD_PWR); in poodle_mci_init()
266 gpio_set_value(POODLE_GPIO_SD_PWR, 1); in poodle_mci_setpower()
271 gpio_set_value(POODLE_GPIO_SD_PWR, 0); in poodle_mci_setpower()
280 gpio_free(POODLE_GPIO_SD_PWR); in poodle_mci_exit()
/linux/arch/arm/mach-pxa/include/mach/
A Dpoodle.h36 #define POODLE_GPIO_SD_PWR (33) macro

Completed in 4 milliseconds