Home
last modified time | relevance | path

Searched refs:of_reconfig_notifier_unregister (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/lib/
Dof-reconfig-notifier-error-inject.c42 of_reconfig_notifier_unregister(&reconfig_err_inject.nb); in err_inject_exit()
/linux-4.4.14/drivers/of/
Ddynamic.c74 int of_reconfig_notifier_unregister(struct notifier_block *nb) in of_reconfig_notifier_unregister() function
78 EXPORT_SYMBOL_GPL(of_reconfig_notifier_unregister);
/linux-4.4.14/include/linux/
Dof.h998 extern int of_reconfig_notifier_unregister(struct notifier_block *);
1045 static inline int of_reconfig_notifier_unregister(struct notifier_block *nb) in of_reconfig_notifier_unregister() function
/linux-4.4.14/drivers/crypto/nx/
Dnx-842-pseries.c1073 of_reconfig_notifier_unregister(&nx842_of_nb); in nx842_remove()
/linux-4.4.14/arch/powerpc/mm/
Dnuma.c1588 rc = of_reconfig_notifier_unregister(&dt_update_nb); in stop_topology_update()
/linux-4.4.14/drivers/i2c/
Di2c-core.c2079 WARN_ON(of_reconfig_notifier_unregister(&i2c_of_notifier)); in i2c_exit()