Home
last modified time | relevance | path

Searched refs:platform_notify_remove (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/
H A Dcommon.c359 platform_notify_remove = ixp4xx_platform_notify_remove; in ixp4xx_init_early()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddevice.h918 extern int (*platform_notify_remove)(struct device *dev);
/OK3568_Linux_fs/kernel/drivers/base/
H A Dcore.c1893 int (*platform_notify_remove)(struct device *dev) = NULL; variable
1947 else if (platform_notify_remove && action == KOBJ_REMOVE) in device_platform_notify()
1948 platform_notify_remove(dev); in device_platform_notify()