Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/mach-pxa/
Dpoodle.c255 err = gpio_request(POODLE_GPIO_SD_PWR, "SD_PWR"); in poodle_mci_init()
263 gpio_direction_output(POODLE_GPIO_SD_PWR, 0); in poodle_mci_init()
269 gpio_free(POODLE_GPIO_SD_PWR); in poodle_mci_init()
279 gpio_set_value(POODLE_GPIO_SD_PWR, 1); in poodle_mci_setpower()
284 gpio_set_value(POODLE_GPIO_SD_PWR, 0); in poodle_mci_setpower()
293 gpio_free(POODLE_GPIO_SD_PWR); in poodle_mci_exit()
Dpoodle.h36 #define POODLE_GPIO_SD_PWR (33) macro