Searched refs:pci_ep_ops (Results 1 – 4 of 4) sorted by relevance
22 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_write_header()32 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_read_header()42 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_set_bar()66 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_read_bar()80 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_clear_bar()91 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_map_addr()101 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_unmap_addr()111 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_set_msi()130 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_get_msi()149 struct pci_ep_ops *ops = pci_ep_get_ops(dev); in pci_ep_set_msix()[all …]
160 static struct pci_ep_ops sandbox_pci_ep_ops = {
137 static struct pci_ep_ops cdns_pci_ep_ops = {
92 struct pci_ep_ops { struct250 #define pci_ep_get_ops(dev) ((struct pci_ep_ops *)(dev)->driver->ops) argument