Searched defs:rst_n_gpio (Results 1 - 1 of 1) sorted by relevance

/drivers/mmc/host/
H A Dsdhci-pci.c67 int rst_n_gpio; member in struct:sdhci_pci_slot
927 int rst_n_gpio = slot->rst_n_gpio; local
929 if (!gpio_is_valid(rst_n_gpio))
931 gpio_set_value_cansleep(rst_n_gpio, 0);
934 gpio_set_value_cansleep(rst_n_gpio, 1);
1187 slot->rst_n_gpio = -EINVAL;
1202 slot->rst_n_gpio = slot->data->rst_n_gpio;
1231 if (gpio_is_valid(slot->rst_n_gpio)) {
[all...]

Completed in 155 milliseconds