Searched refs:read_op (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/pci/ |
| H A D | pci-bridge-emul.c | 463 pci_bridge_emul_read_status_t (*read_op)(struct pci_bridge_emul *bridge, in pci_bridge_emul_conf_read() local 470 read_op = bridge->ops->read_base; in pci_bridge_emul_conf_read() 477 read_op = pci_bridge_emul_read_ssid; in pci_bridge_emul_conf_read() 484 read_op = bridge->ops->read_pcie; in pci_bridge_emul_conf_read() 490 read_op = bridge->ops->read_ext; in pci_bridge_emul_conf_read() 499 if (read_op) in pci_bridge_emul_conf_read() 500 ret = read_op(bridge, reg, value); in pci_bridge_emul_conf_read()
|
| /linux/arch/x86/pci/ |
| H A D | ce4100.c | 42 #define DEFINE_REG(device, func, offset, size, init_op, read_op, write_op)\ argument 43 { PCI_DEVFN(device, func), offset, init_op, read_op, write_op,\
|
| /linux/drivers/iommu/iommufd/ |
| H A D | eventq.c | 381 #define INIT_EVENTQ_FOPS(read_op, write_op) \ argument 385 .read = read_op, \
|