Searched refs:platform_notify (Results 1 - 2 of 2) sorted by relevance

/drivers/acpi/
H A Dglue.c251 if (platform_notify || platform_notify_remove) {
252 printk(KERN_ERR PREFIX "Can't use platform_notify\n");
255 platform_notify = acpi_platform_notify;
/drivers/base/
H A Dcore.c43 int (*platform_notify)(struct device *dev) = NULL; variable
1003 if (platform_notify)
1004 platform_notify(dev);

Completed in 53 milliseconds