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

/linux-master/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c287 struct gpio_desc *pex_rst_gpiod; member in struct:tegra_pcie_dw
1180 pcie->pex_rst_gpiod = devm_gpiod_get(pcie->dev, "reset", GPIOD_IN);
1181 if (IS_ERR(pcie->pex_rst_gpiod)) {
1182 int err = PTR_ERR(pcie->pex_rst_gpiod);
1944 if (gpiod_get_value(pcie->pex_rst_gpiod))
2045 ret = gpiod_set_debounce(pcie->pex_rst_gpiod, PERST_DEBOUNCE_TIME);
2052 ret = gpiod_to_irq(pcie->pex_rst_gpiod);

Completed in 278 milliseconds