Searched refs:rst_n_gpio (Results 1 – 4 of 4) sorted by relevance
10 int rst_n_gpio; /* Set to -EINVAL if unused */ member
24 .rst_n_gpio = -EINVAL,
1554 int rst_n_gpio = slot->rst_n_gpio; in sdhci_pci_gpio_hw_reset() local1556 if (!gpio_is_valid(rst_n_gpio)) in sdhci_pci_gpio_hw_reset()1558 gpio_set_value_cansleep(rst_n_gpio, 0); in sdhci_pci_gpio_hw_reset()1561 gpio_set_value_cansleep(rst_n_gpio, 1); in sdhci_pci_gpio_hw_reset()1700 slot->rst_n_gpio = -EINVAL; in sdhci_pci_probe_slot()1716 slot->rst_n_gpio = slot->data->rst_n_gpio; in sdhci_pci_probe_slot()1743 if (gpio_is_valid(slot->rst_n_gpio)) { in sdhci_pci_probe_slot()1744 if (!devm_gpio_request(&pdev->dev, slot->rst_n_gpio, "eMMC_reset")) { in sdhci_pci_probe_slot()1745 gpio_direction_output(slot->rst_n_gpio, 1); in sdhci_pci_probe_slot()1750 slot->rst_n_gpio = -EINVAL; in sdhci_pci_probe_slot()
148 int rst_n_gpio; member