Home
last modified time | relevance | path

Searched defs:cdns_pcie_ops (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence.h284 struct cdns_pcie_ops { struct
285 int (*start_link)(struct cdns_pcie *pcie);
286 void (*stop_link)(struct cdns_pcie *pcie);
287 bool (*link_up)(struct cdns_pcie *pcie);
311 const struct cdns_pcie_ops *ops; argument