Searched refs:platform_notify_remove (Results 1 – 2 of 2) sorted by relevance
1218 extern int (*platform_notify_remove)(struct device *dev);
2254 int (*platform_notify_remove)(struct device *dev) = NULL; variable2309 if (platform_notify_remove) in device_platform_notify_remove()2310 platform_notify_remove(dev); in device_platform_notify_remove()