Home
last modified time | relevance | path

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

/linux/drivers/pci/pcie/
A Daer_inject.c184 struct pci_ops *ops, *my_ops; in aer_inj_read() local
191 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() local
209 my_ops = bus->ops; in aer_inj_write()
212 bus->ops = my_ops; in aer_inj_write()
/linux/Documentation/driver-api/
A Dauxiliary_bus.rst202 struct my_ops {
210 const struct my_ops ops;
222 const struct my_ops my_custom_ops = {

Completed in 6 milliseconds