Searched refs:platform_notify_remove (Results 1 – 3 of 3) sorted by relevance
442 platform_notify_remove = ixp4xx_platform_notify_remove; in ixp4xx_init_early()
944 extern int (*platform_notify_remove)(struct device *dev);
2006 int (*platform_notify_remove)(struct device *dev) = NULL; variable2061 if (platform_notify_remove) in device_platform_notify_remove()2062 platform_notify_remove(dev); in device_platform_notify_remove()