| The Linux Kernel API | ||
|---|---|---|
| <<< Previous | Next >>> | |
Initialize device before it's used by a driver. Ask low-level code to enable I/O and memory. Wake up the device if it was suspended. Beware, this function can fail.
| <<< Previous | Home | Next >>> |
| pci_enable_device_bars | Up | pci_disable_device |