1PCI_BUS_SET_OPS(9) Hardware Interfaces PCI_BUS_SET_OPS(9)
23
4
NAME
6pci_bus_set_ops - Set raw operations of pci bus
7
SYNOPSIS
9struct pci_ops * pci_bus_set_ops(struct pci_bus * bus,
10struct pci_ops * ops);
11
ARGUMENTS
13bus
14pci bus struct
1516
ops
17new raw operations
18
DESCRIPTION
20Return previous raw operations
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 PCI_BUS_SET_OPS(9)