Searched refs:cleanup_early (Results 1 – 2 of 2) sorted by relevance
171 if (ops->cleanup_early) in i2c_of_probe_component()172 ops->cleanup_early(dev, ctx); in i2c_of_probe_component()412 .cleanup_early = i2c_of_probe_simple_cleanup_early,
50 void (*cleanup_early)(struct device *dev, void *data); member