Searched refs:platform_notify_remove (Results 1 – 2 of 2) sorted by relevance
1220 extern int (*platform_notify_remove)(struct device *dev);
2261 int (*platform_notify_remove)(struct device *dev) = NULL; variable2316 if (platform_notify_remove) in device_platform_notify_remove()2317 platform_notify_remove(dev); in device_platform_notify_remove()