Lines Matching refs:driver
12 functions, meaning that there's no clear "owning" device driver.
14 The solution is to organize the IOC4 driver into several independent
16 PS/2 controller driver as this functionality has never been wired up
21 This is the core (or shim) driver for IOC4. It is responsible for
25 This driver also provides registration functions that the other
26 IOC4 drivers can call to make their presence known. Each driver
28 by the core driver at appropriate times. The interface of these
35 This is the IDE driver for IOC4. Its name isn't very descriptive
36 simply for historical reasons (it used to be the only IOC4 driver
38 up to the ioc4 driver via the appropriate registration, probe, and
43 This is the serial driver for IOC4. There's not much to say about it
44 other than it hooks up to the ioc4 driver via the appropriate registration,