Home
last modified time | relevance | path

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

/u-boot/drivers/pci_endpoint/
A Dpci_ep-uclass.c23 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_write_header()
33 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_read_header()
43 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_set_bar()
67 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_read_bar()
81 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_clear_bar()
92 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_map_addr()
102 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_unmap_addr()
112 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_set_msi()
131 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_get_msi()
150 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_set_msix()
[all …]
/u-boot/include/
A Dpci_ep.h250 #define pci_ep_get_ops(dev) ((struct pci_ep_ops *)(dev)->driver->ops) macro

Completed in 4 milliseconds