Home
last modified time | relevance | path

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

/Linux-v6.6/lib/
Dof-reconfig-notifier-error-inject.c43 of_reconfig_notifier_unregister(&reconfig_err_inject.nb); in err_inject_exit()
/Linux-v6.6/drivers/of/
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);
/Linux-v6.6/drivers/bus/
Dimx-weim.c403 of_reconfig_notifier_unregister(&weim_of_notifier); in weim_exit()
/Linux-v6.6/include/linux/
Dof.h1540 extern int of_reconfig_notifier_unregister(struct notifier_block *);
1610 static inline int of_reconfig_notifier_unregister(struct notifier_block *nb) in of_reconfig_notifier_unregister() function
/Linux-v6.6/drivers/crypto/nx/
Dnx-common-pseries.c1128 of_reconfig_notifier_unregister(&nx842_of_nb); in nx842_remove()
/Linux-v6.6/drivers/i2c/
Di2c-core-base.c2090 WARN_ON(of_reconfig_notifier_unregister(&i2c_of_notifier)); in i2c_exit()