Lines Matching full:probe
35 .probe = eepro100_probe,
67 .probe = eepro100_probe,
149 int (*probe) (struct device *dev);
151 The probe() entry is called in task context, with the bus's rwsem locked
153 container_of() to convert "dev" to a bus-specific type, both in probe()
163 When the driver has successfully bound itself to that device, then probe()
167 A driver's probe() may return a negative errno value to indicate that
171 Optionally, probe() may return -EPROBE_DEFER if the driver depends on
174 deferred probe list and will try to call it again later. If a driver
180 -EPROBE_DEFER must not be returned if probe() has already created
184 .probe() calls to the same driver.
206 device probe successfully. If during the reattempt, the driver core finds that