Lines Matching refs:drivers

13 PCI device drivers.
29 0. Structure of PCI drivers
31 PCI drivers "discover" PCI devices in a system via pci_register_driver().
70 lots of ifdefs in the drivers.
77 PCI device drivers call pci_register_driver() during their
84 interested in. Most drivers should export this
91 "owned" by the other drivers yet. This function gets
120 e.g. drivers/net/e100.c.
139 Most drivers do not need to specify class/class_mask
143 See drivers/scsi/sym53c8xx_2/ for example of usage.
146 Most drivers don't need to use driver_data field.
152 Most drivers only need PCI_DEVICE() or PCI_DEVICE_CLASS() to set up
159 /sys/bus/pci/drivers/{driver}/new_id
186 __exit Exit code. Ignored for non-modular drivers.
203 PCI drivers should have a really good reason for not using the
205 The main reason PCI devices are controlled by multiple drivers
238 As noted in the introduction, most PCI drivers need the following steps
269 Currently, the device drivers can't detect the bug when when two
304 Conversely, drivers should call pci_release_region() AFTER
324 drivers need to indicate DMA capabilities of the device and is not
327 While all drivers should explicitly indicate the DMA capability
337 Similarly, drivers must also "register" this capability if the device
340 Again, this includes drivers for all PCI-X and PCIe compliant devices.
356 Some drivers will need specific "capability" fields programmed
394 will fail. This is important to note since many drivers have
410 See drivers/infiniband/hw/mthca/ or drivers/net/tg3.c for examples
454 "unhook" the drivers IRQ handler from that IRQ, and finally release
467 While this step sounds obvious and trivial, several "mature" drivers
484 Most low level PCI device drivers support some other subsystem
511 string by pcibios_strerror. Most drivers expect that accesses to valid PCI
560 to be handled by platform and generic code, not individual drivers.
568 are shared across multiple drivers. You can add private definitions in
602 needs to be handled. Many drivers (e.g. tg3, acenic, sym53c8xx_2)