Searched refs:POODLE_GPIO_SD_PWR (Results 1 – 2 of 2) sorted by relevance
242 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()
36 #define POODLE_GPIO_SD_PWR (33) macro
Completed in 4 milliseconds