Home
last modified time | relevance | path

Searched refs:blocking_notifier_chain_unregister (Results 1 – 25 of 89) sorted by relevance

1234

/linux/drivers/platform/chrome/
H A Dcros_usbpd_notify.c53 blocking_notifier_chain_unregister(&cros_usbpd_notifier_list, nb); in cros_usbpd_unregister_notify()
218 blocking_notifier_chain_unregister(&ecdev->ec_dev->event_notifier, in cros_usbpd_notify_remove_plat()
/linux/drivers/video/fbdev/core/
H A Dfb_notify.c39 return blocking_notifier_chain_unregister(&fb_notifier_list, nb); in fb_unregister_client()
/linux/fs/xfs/
H A Dxfs_hooks.c41 blocking_notifier_chain_unregister(&chain->head, &hook->nb); in xfs_hooks_del()
/linux/drivers/usb/core/
H A Dnotify.c44 blocking_notifier_chain_unregister(&usb_notifier_list, nb); in usb_unregister_notify()
/linux/drivers/acpi/
H A Dhed.c36 blocking_notifier_chain_unregister(&acpi_hed_notify_list, nb); in unregister_acpi_hed_notifier()
H A Devent.c48 return blocking_notifier_chain_unregister(&acpi_chain_head, nb); in unregister_acpi_notifier()
/linux/kernel/
H A Dnotifier.c321 int blocking_notifier_chain_unregister(struct blocking_notifier_head *nh, in blocking_notifier_chain_unregister() function
339 EXPORT_SYMBOL_GPL(blocking_notifier_chain_unregister);
H A Dreboot.c126 return blocking_notifier_chain_unregister(&reboot_notifier_list, nb); in unregister_reboot_notifier()
484 err = blocking_notifier_chain_unregister(handler->list, in unregister_sys_off_handler()
/linux/kernel/power/
H A Dqos.c669 ret = blocking_notifier_chain_unregister(qos->min_freq.notifiers, in freq_qos_remove_notifier()
673 ret = blocking_notifier_chain_unregister(qos->max_freq.notifiers, in freq_qos_remove_notifier()
/linux/include/linux/
H A Dnotifier.h162 extern int blocking_notifier_chain_unregister(struct blocking_notifier_head *nh,
/linux/drivers/pwm/
H A Dpwm-iqs620a.c181 ret = blocking_notifier_chain_unregister(&iqs620_pwm->iqs62x->nh, in iqs620_pwm_notifier_unregister()
/linux/drivers/platform/x86/amd/
H A Dwbrf.c315 return blocking_notifier_chain_unregister(&wbrf_chain_head, nb); in amd_wbrf_unregister_notifier()
/linux/drivers/tee/optee/
H A Dcore.c168 blocking_notifier_chain_unregister(&optee_rpmb_intf_added, in optee_remove_common()
/linux/drivers/firmware/imx/
H A Dimx-scu-irq.c73 return blocking_notifier_chain_unregister( in imx_scu_irq_unregister_notifier()
/linux/drivers/platform/arm64/
H A Dlenovo-yoga-c630.c190 blocking_notifier_chain_unregister(&ec->notifier_list, nb); in yoga_c630_ec_unregister_notify()
/linux/net/ipv6/
H A Daddrconf_core.c121 return blocking_notifier_chain_unregister(&inet6addr_validator_chain, in unregister_inet6addr_validator_notifier()
/linux/drivers/iio/proximity/
H A Dcros_ec_mkbp_proximity.c247 blocking_notifier_chain_unregister(&ec->event_notifier, in cros_ec_mkbp_proximity_remove()
/linux/drivers/gpu/drm/
H A Ddrm_privacy_screen.c299 return blocking_notifier_chain_unregister(&priv->notifier_head, nb); in drm_privacy_screen_unregister_notifier()
/linux/drivers/iio/position/
H A Diqs624-pos.c105 ret = blocking_notifier_chain_unregister(&iqs624_pos->iqs62x->nh, in iqs624_pos_notifier_unregister()
/linux/arch/x86/kernel/cpu/mce/
H A Ddev-mcelog.c289 blocking_notifier_chain_unregister(&mce_injector_chain, nb); in mce_unregister_injector_chain()
/linux/drivers/gpio/
H A Dgpiolib-cdev.c1676 blocking_notifier_chain_unregister(&lr->gdev->device_notifier, in linereq_free()
2025 blocking_notifier_chain_unregister(&le->gdev->device_notifier, in lineevent_free()
2802 blocking_notifier_chain_unregister(&gdev->device_notifier, in gpio_chrdev_open()
2805 blocking_notifier_chain_unregister(&gdev->line_state_notifier, in gpio_chrdev_open()
2828 blocking_notifier_chain_unregister(&gdev->device_notifier, in gpio_chrdev_release()
2830 blocking_notifier_chain_unregister(&gdev->line_state_notifier, in gpio_chrdev_release()
/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Dvhca_event.c253 blocking_notifier_chain_unregister(&dev->priv.vhca_state_notifier->n_head, nb); in mlx5_vhca_event_notifier_unregister()
/linux/drivers/input/keyboard/
H A Diqs62x-keys.c315 ret = blocking_notifier_chain_unregister(&iqs62x_keys->iqs62x->nh, in iqs62x_keys_remove()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dsriov.c348 blocking_notifier_chain_unregister(&vfs_ctx->notifier, nb); in mlx5_sriov_blocking_notifier_unregister()
/linux/drivers/macintosh/
H A Dwindfarm_core.c397 blocking_notifier_chain_unregister(&wf_client_list, nb); in wf_unregister_client()

1234