Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pci/controller/
Dpcie-rcar-host.c58 int (*phy_init_fn)(struct rcar_pcie_host *host); member
937 host->phy_init_fn = of_device_get_match_data(dev); in rcar_pcie_probe()
938 err = host->phy_init_fn(host); in rcar_pcie_probe()
1006 err = host->phy_init_fn(host); in rcar_pcie_resume()