Home
last modified time | relevance | path

Searched refs:cleanup_early (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/i2c/
H A Di2c-core-of-prober.c171 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,
/linux/include/linux/
H A Di2c-of-prober.h50 void (*cleanup_early)(struct device *dev, void *data); member