Lines Matching refs:drivers
116 so that individual device drivers do not need to be modified to support
125 drivers/pci/hotplug/pSeries_pci.c calling in to the eeh.c code.
155 drivers, or other parts of the kernel, can use
173 drivers/pci/hotplug/pSeries_pci.c, called handle_eeh_events().
199 pci_remove_bus_device (struct pci_dev *) // in /drivers/pci/remove.c
205 device_unregister (&dev->dev) // in /drivers/base/core.c
211 bus_remove_device() // in /drivers/base/bus.c
218 pci_device_remove() // in /drivers/pci/pci_driver.c
222 pcnet32_remove_one() // in /drivers/net/pcnet32.c
244 in drivers/pci/pci_driver.c,
258 pci_remove_bus_device (struct pci_dev *) { // in /drivers/pci/remove.c
262 device_unregister (&dev->dev) { // in /drivers/base/core.c
264 device_del(struct device * dev) { // in /drivers/base/core.c
274 dev_uevent() { // in /drivers/base/core.c
277 pci_uevent () { // in drivers/pci/hotplug.c
298 individual device drivers, so that the current design throws a wide net.