Searched refs:platform_notify_remove (Results 1 – 2 of 2) sorted by relevance
1064 extern int (*platform_notify_remove)(struct device *dev);
2104 int (*platform_notify_remove)(struct device *dev) = NULL; variable2159 if (platform_notify_remove) in device_platform_notify_remove()2160 platform_notify_remove(dev); in device_platform_notify_remove()