Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Ddevice.h1218 extern int (*platform_notify_remove)(struct device *dev);
/Linux-v6.6/drivers/base/
Dcore.c2254 int (*platform_notify_remove)(struct device *dev) = NULL; variable
2309 if (platform_notify_remove) in device_platform_notify_remove()
2310 platform_notify_remove(dev); in device_platform_notify_remove()