Searched refs:platform_notify_remove (Results 1 – 3 of 3) sorted by relevance
359 platform_notify_remove = ixp4xx_platform_notify_remove; in ixp4xx_init_early()
896 extern int (*platform_notify_remove)(struct device *dev);
1578 int (*platform_notify_remove)(struct device *dev) = NULL; variable1632 else if (platform_notify_remove && action == KOBJ_REMOVE) in device_platform_notify()1633 platform_notify_remove(dev); in device_platform_notify()