Searched refs:platform_notify_remove (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Ddevice.h1217 extern int (*platform_notify_remove)(struct device *dev);
/linux-master/drivers/base/
H A Dcore.c2350 int (*platform_notify_remove)(struct device *dev) = NULL; variable
2405 if (platform_notify_remove)
2406 platform_notify_remove(dev);

Completed in 150 milliseconds