Lines Matching full:have
84 The driver registers the structure on startup. For drivers that have
85 no bus-specific fields (i.e. don't have a bus-specific driver
89 Most drivers, however, will have a bus-specific structure and will
123 The devices field is a list of all the devices that have been bound to
168 the driver did not bind to this device, in which case it should have
191 devices of the device have successfully probed. The list of consumers of the
198 point in time have already probed successfully, sync_state() is called right
200 too is considered as "all consumers of the device have probed" and sync_state()
210 A typical use case for sync_state() is to have the kernel cleanly take over
214 consumers of the device have probed. Once all the consumers of the device have
223 fixed at (or additive to) the boot configuration until all its consumers have
226 While the typical use case for sync_state() is to have the kernel cleanly take
229 all the consumers of a device have probed::