table of contents
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¶
bus
pci bus struct
ops
new raw operations
DESCRIPTION¶
Return previous raw operations
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |