Lines Matching defs:data
40 void *data);
277 * @data: data for the callback.
281 * passing it @data. If @start is not NULL, we use that device to
289 * to retain this data, it should do so, and increment the reference
293 void *data, int (*fn)(struct device *, void *))
305 error = fn(dev, data);
315 * @data: Data to pass to match function
327 struct device *start, const void *data,
328 int (*match)(struct device *dev, const void *data))
339 if (match(dev, data) && get_device(dev))
403 * @data: data to pass to the callback.
419 void *data, int (*fn)(struct device_driver *, void *))
431 error = fn(drv, data);
689 void *data)