Lines Matching defs:data
44 void *data);
339 * @data: data for the callback.
343 * passing it @data. If @start is not NULL, we use that device to
351 * to retain this data, it should do so, and increment the reference
355 void *data, int (*fn)(struct device *, void *))
368 error = fn(dev, data);
379 * @data: Data to pass to match function
391 struct device *start, const void *data,
392 int (*match)(struct device *dev, const void *data))
404 if (match(dev, data) && get_device(dev))
428 * @data: data to pass to the callback.
444 void *data, int (*fn)(struct device_driver *, void *))
457 error = fn(drv, data);
750 void *data)