Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Dof-reconfig-notifier-error-inject.c43 of_reconfig_notifier_unregister(&reconfig_err_inject.nb); in err_inject_exit()
/OK3568_Linux_fs/kernel/drivers/of/
H A Ddynamic.c60 int of_reconfig_notifier_unregister(struct notifier_block *nb) in of_reconfig_notifier_unregister() function
64 EXPORT_SYMBOL_GPL(of_reconfig_notifier_unregister);
/OK3568_Linux_fs/kernel/include/linux/
H A Dof.h1381 extern int of_reconfig_notifier_unregister(struct notifier_block *);
1428 static inline int of_reconfig_notifier_unregister(struct notifier_block *nb) in of_reconfig_notifier_unregister() function
/OK3568_Linux_fs/kernel/drivers/crypto/nx/
H A Dnx-842-pseries.c1060 of_reconfig_notifier_unregister(&nx842_of_nb); in nx842_remove()
/OK3568_Linux_fs/kernel/drivers/i2c/
H A Di2c-core-base.c1952 WARN_ON(of_reconfig_notifier_unregister(&i2c_of_notifier)); in i2c_exit()