Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpci-epc.h138 void (*clear_bar)(struct pci_epc *epc, u8 func_no, u8 vfunc_no, member
/linux/drivers/pci/endpoint/
H A Dpci-epc-core.c650 if (!epc->ops->clear_bar) in pci_epc_clear_bar()
654 epc->ops->clear_bar(epc, func_no, vfunc_no, epf_bar); in pci_epc_clear_bar()
/linux/drivers/pci/controller/
H A Dpcie-rockchip-ep.c710 .clear_bar = rockchip_pcie_ep_clear_bar,