table of contents
other versions
PCI_BUS_SET_OPS(9) | Hardware Interfaces | PCI_BUS_SET_OPS(9) |
NAME¶
pci_bus_set_ops - Set raw operations of pci bus
SYNOPSIS¶
struct pci_ops * pci_bus_set_ops(struct pci_bus * bus, struct pci_ops * ops);
ARGUMENTS¶
struct pci_bus * bus
pci bus struct
struct pci_ops * ops
new raw operations
DESCRIPTION¶
Return previous raw operations
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.11 |