Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pci/controller/dwc/
Dpcie-tegra194.c304 struct gpio_desc *pex_rst_gpiod; member
1118 pcie->pex_rst_gpiod = devm_gpiod_get(pcie->dev, "reset", GPIOD_IN); in tegra_pcie_dw_parse_dt()
1119 if (IS_ERR(pcie->pex_rst_gpiod)) { in tegra_pcie_dw_parse_dt()
1120 int err = PTR_ERR(pcie->pex_rst_gpiod); in tegra_pcie_dw_parse_dt()
1819 if (gpiod_get_value(pcie->pex_rst_gpiod)) in tegra_pcie_ep_pex_rst_irq()
1925 ret = gpiod_set_debounce(pcie->pex_rst_gpiod, PERST_DEBOUNCE_TIME); in tegra_pcie_config_ep()
1932 ret = gpiod_to_irq(pcie->pex_rst_gpiod); in tegra_pcie_config_ep()