Searched refs:pe_rst (Results 1 – 3 of 3) sorted by relevance
403 gpiod_set_value_cansleep(pci->pe_rst, 1); in bt1_pcie_full_stop_bus()504 gpiod_set_value_cansleep(pci->pe_rst, 0); in bt1_pcie_cold_start_bus()
96 pci->pe_rst = devm_gpiod_get_optional(pci->dev, "reset", GPIOD_OUT_HIGH); in dw_pcie_get_resets()97 if (IS_ERR(pci->pe_rst)) in dw_pcie_get_resets()98 return PTR_ERR(pci->pe_rst); in dw_pcie_get_resets()
407 struct gpio_desc *pe_rst; member