Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/mach-ixp4xx/
Dcommon.c359 platform_notify_remove = ixp4xx_platform_notify_remove; in ixp4xx_init_early()
/Linux-v5.10/include/linux/
Ddevice.h896 extern int (*platform_notify_remove)(struct device *dev);
/Linux-v5.10/drivers/base/
Dcore.c1578 int (*platform_notify_remove)(struct device *dev) = NULL; variable
1632 else if (platform_notify_remove && action == KOBJ_REMOVE) in device_platform_notify()
1633 platform_notify_remove(dev); in device_platform_notify()