Lines Matching refs:model
11 Please refer to Documentation/driver-model/*.txt for definitions of
14 Most of the work of porting devices drivers to the new model happens
19 In a nutshell, the driver model consists of a set of objects that can
23 The generic objects must be registered with the driver model core. By
136 The driver model maintains an ordered list of devices that it uses
158 The release field is a callback that the driver model core calls
166 with the driver model core by doing:
176 it. It should instead wait for the driver model core to call the
229 of operations that the driver model core may call.
281 struct device_driver defines a set of operations that the driver model
328 The model assumes that a device or driver can be dynamically
336 bus-specific, so the generic model does attempt to generalize them.
375 Whenever a device is registered with the driver model core, the
380 The driver model core passes several arguments to userspace via