Searched refs:raw_notifier_chain_unregister (Results 1 – 13 of 13) sorted by relevance
| /linux/kernel/ |
| H A D | cpu_pm.c | 87 ret = raw_notifier_chain_unregister(&cpu_pm_notifier.chain, nb); in cpu_pm_unregister_notifier()
|
| H A D | notifier.c | 419 int raw_notifier_chain_unregister(struct raw_notifier_head *nh, in raw_notifier_chain_unregister() function 424 EXPORT_SYMBOL_GPL(raw_notifier_chain_unregister);
|
| /linux/drivers/video/console/ |
| H A D | dummycon.c | 50 raw_notifier_chain_unregister(&dummycon_output_nh, nb); in dummycon_unregister_output_notifier()
|
| /linux/include/linux/ |
| H A D | notifier.h | 164 extern int raw_notifier_chain_unregister(struct raw_notifier_head *nh,
|
| /linux/arch/mips/mm/ |
| H A D | c-octeon.c | 305 return raw_notifier_chain_unregister(&co_cache_error_chain, nb); in unregister_co_cache_error_notifier()
|
| /linux/drivers/gpu/drm/sti/ |
| H A D | sti_vtg.c | 354 return raw_notifier_chain_unregister(&vtg->notifier_list, nb); in sti_vtg_unregister_client()
|
| /linux/drivers/net/ethernet/hisilicon/hns/ |
| H A D | hnae.c | 287 if (raw_notifier_chain_unregister(&ae_chain, nb)) in hnae_unregister_notifier()
|
| /linux/drivers/extcon/ |
| H A D | extcon.c | 956 ret = raw_notifier_chain_unregister(&edev->nh[idx], nb); in extcon_unregister_notifier() 1009 ret = raw_notifier_chain_unregister(&edev->nh_all, nb); in extcon_unregister_notifier_all()
|
| /linux/net/switchdev/ |
| H A D | switchdev.c | 538 err = raw_notifier_chain_unregister(chain, nb); in unregister_switchdev_blocking_notifier()
|
| /linux/drivers/dpll/ |
| H A D | dpll_core.c | 725 ret = raw_notifier_chain_unregister(&dpll_notifier_chain, nb); in unregister_dpll_notifier()
|
| /linux/drivers/gpio/ |
| H A D | gpiolib-cdev.c | 2689 raw_notifier_chain_unregister(&gdev->line_state_notifier, in gpio_chrdev_open() 2715 raw_notifier_chain_unregister(&gdev->line_state_notifier, in gpio_chrdev_release()
|
| /linux/net/dsa/ |
| H A D | switch.c | 1131 err = raw_notifier_chain_unregister(&ds->dst->nh, &ds->nb); in dsa_switch_unregister_notifier()
|
| /linux/drivers/pmdomain/ |
| H A D | core.c | 2130 ret = raw_notifier_chain_unregister(&genpd->power_notifiers, in dev_pm_genpd_remove_notifier()
|