Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/dell/
H A Ddell-laptop.c734 static int (*dell_rbtn_notifier_unregister_func)(struct notifier_block *); variable
840 dell_rbtn_notifier_unregister_func = in dell_setup_rfkill()
842 if (!dell_rbtn_notifier_unregister_func) { in dell_setup_rfkill()
855 dell_rbtn_notifier_unregister_func = NULL; in dell_setup_rfkill()
896 if (dell_rbtn_notifier_unregister_func) { in dell_cleanup_rfkill()
897 dell_rbtn_notifier_unregister_func(&dell_laptop_rbtn_notifier); in dell_cleanup_rfkill()
899 dell_rbtn_notifier_unregister_func = NULL; in dell_cleanup_rfkill()