Lines Matching refs:drivers
33 Platform drivers
35 Platform drivers follow the standard driver model convention, where
36 discovery/enumeration is handled outside the drivers, and drivers
55 Platform drivers register themselves the normal way:
101 Some drivers are not fully converted to the driver model, because they take
103 leaving that for system infrastructure. Such drivers can't be hotplugged
117 outside the driver. This will usually be cleanup, since such drivers
121 None the less, there are some APIs to support such legacy drivers. Avoid
122 using these calls except with such hotplug-deficient drivers.
159 - Whenever a device is registered, the drivers for that bus are
176 drivers early on during the system boot. The code is built on top of the
186 at this point will later on be matched against early platform drivers.
199 3. Installing early platform drivers belonging to a certain class
202 platform drivers belonging to a certain class using the function
210 Compiled-in platform drivers making use of early_platform_init() are
214 5. Probing of early platform drivers belonging to a certain class
218 registered early platform drivers. Matched devices will get probed().