Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-pxa/
Dpoodle.c246 err = gpio_request(POODLE_GPIO_SD_PWR1, "SD_PWR1"); in poodle_mci_init()
251 gpio_direction_output(POODLE_GPIO_SD_PWR1, 0); in poodle_mci_init()
268 gpio_set_value(POODLE_GPIO_SD_PWR1, 1); in poodle_mci_setpower()
270 gpio_set_value(POODLE_GPIO_SD_PWR1, 0); in poodle_mci_setpower()
279 gpio_free(POODLE_GPIO_SD_PWR1); in poodle_mci_exit()
/Linux-v5.4/arch/arm/mach-pxa/include/mach/
Dpoodle.h37 #define POODLE_GPIO_SD_PWR1 (3) macro