Searched refs:clear_bar (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/pci/endpoint/ |
D | pci-epc-core.c | 504 if (!epc->ops->clear_bar) in pci_epc_clear_bar() 508 epc->ops->clear_bar(epc, func_no, vfunc_no, epf_bar); in pci_epc_clear_bar()
|
/linux-6.1.9/include/linux/ |
D | pci-epc.h | 69 void (*clear_bar)(struct pci_epc *epc, u8 func_no, u8 vfunc_no, member
|
/linux-6.1.9/drivers/pci/controller/ |
D | pcie-rcar-ep.c | 460 .clear_bar = rcar_pcie_ep_clear_bar,
|
D | pcie-rockchip-ep.c | 520 .clear_bar = rockchip_pcie_ep_clear_bar,
|
/linux-6.1.9/Documentation/PCI/endpoint/ |
D | pci-endpoint.rst | 50 * clear_bar: ops to reset the BAR
|
/linux-6.1.9/drivers/pci/controller/cadence/ |
D | pcie-cadence-ep.c | 626 .clear_bar = cdns_pcie_ep_clear_bar,
|
/linux-6.1.9/drivers/pci/controller/dwc/ |
D | pcie-designware-ep.c | 471 .clear_bar = dw_pcie_ep_clear_bar,
|