Searched refs:publish (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Dpci-p2pdma.h32 void pci_p2pmem_publish(struct pci_dev *pdev, bool publish);
79 static inline void pci_p2pmem_publish(struct pci_dev *pdev, bool publish) argument
/linux-master/drivers/xen/xen-pciback/
H A Dpciback.h111 int (*publish)(struct xen_pcibk_device *pdev, publish_pci_root_cb cb); member in struct:xen_pcibk_backend
179 if (xen_pcibk_backend && xen_pcibk_backend->publish)
180 return xen_pcibk_backend->publish(pdev, cb);
H A Dpassthrough.c130 /* Only publish this device as a root if none of its
193 .publish = __xen_pcibk_publish_pci_roots,
H A Dvpci.c264 .publish = __xen_pcibk_publish_pci_roots,
/linux-master/drivers/pci/
H A Dp2pdma.c945 * pci_p2pmem_publish - publish the peer-to-peer DMA memory for use by
947 * @pdev: the device with peer-to-peer DMA memory to publish
948 * @publish: set to true to publish the memory, false to unpublish it
955 void pci_p2pmem_publish(struct pci_dev *pdev, bool publish) argument
962 p2pdma->p2pmem_published = publish;
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dcwsr_trap_handler_gfx9.asm7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dcwsr_trap_handler_gfx10.asm7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,

Completed in 222 milliseconds