Lines Matching refs:generic
20 be embedded in larger, bus-specific objects. Fields in these generic
23 The generic objects must be registered with the driver model core. By
104 It is recommended that the generic device not be the first item in
107 should be created to convert from the generic object type.
126 bus driver should initialize the generic device. The most important
165 Once the generic device has been initialized, it can be registered
242 - Initialize the generic driver structure.
251 After the generic driver has been initialized, call
287 simultaneously convert their drivers to generic format. Instead, the
288 bus driver should define single instances of the generic methods that
306 The generic driver should be initialized with these methods before it
322 already set. This allows the drivers to implement their own generic
326 Step 5: Support generic driver binding.
336 bus-specific, so the generic model does attempt to generalize them.
398 The generic bus, device, and driver structures provide several fields
418 be removed in favor of using the generic one.
441 to remove the bus-specific ones and favor the generic ones. Note