Lines Matching full:generic
21 be embedded in larger, bus-specific objects. Fields in these generic
24 The generic objects must be registered with the driver model core. By
102 struct device dev; /* Generic device interface */
106 It is recommended that the generic device not be the first item in
109 should be created to convert from the generic object type::
128 bus driver should initialize the generic device. The most important
167 Once the generic device has been initialized, it can be registered
244 - Initialize the generic driver structure.
253 After the generic driver has been initialized, call::
281 Step 4: Define Generic Methods for Drivers.
289 simultaneously convert their drivers to generic format. Instead, the
290 bus driver should define single instances of the generic methods that
308 The generic driver should be initialized with these methods before it
324 already set. This allows the drivers to implement their own generic
328 Step 5: Support generic driver binding.
338 bus-specific, so the generic model does attempt to generalize them.
402 The generic bus, device, and driver structures provide several fields
422 be removed in favor of using the generic one.
445 to remove the bus-specific ones and favor the generic ones. Note