Searched refs:cmd_gpio (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mmc/host/
H A Dmmci.c2114 struct gpio_desc *cmd_gpio; local
2125 cmd_gpio = gpiod_get(dev, "st,cmd", GPIOD_OUT_HIGH);
2126 if (IS_ERR(cmd_gpio))
2149 gpiod_direction_input(cmd_gpio);
2164 gpiod_put(cmd_gpio);

Completed in 133 milliseconds