Searched refs:my_ops (Results 1 – 2 of 2) sorted by relevance
184 struct pci_ops *ops, *my_ops; in aer_inj_read() local191 my_ops = bus->ops; in aer_inj_read()194 bus->ops = my_ops; in aer_inj_read()202 struct pci_ops *ops, *my_ops; in aer_inj_write() local209 my_ops = bus->ops; in aer_inj_write()212 bus->ops = my_ops; in aer_inj_write()
202 struct my_ops {210 const struct my_ops ops;222 const struct my_ops my_custom_ops = {
Completed in 6 milliseconds