Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-pxa/
Dpoodle.c244 err = gpio_request(POODLE_GPIO_SD_PWR, "SD_PWR"); in poodle_mci_init()
252 gpio_direction_output(POODLE_GPIO_SD_PWR, 0); in poodle_mci_init()
258 gpio_free(POODLE_GPIO_SD_PWR); in poodle_mci_init()
268 gpio_set_value(POODLE_GPIO_SD_PWR, 1); in poodle_mci_setpower()
273 gpio_set_value(POODLE_GPIO_SD_PWR, 0); in poodle_mci_setpower()
282 gpio_free(POODLE_GPIO_SD_PWR); in poodle_mci_exit()
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
Dpoodle.h36 #define POODLE_GPIO_SD_PWR (33) macro