Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/platform/x86/
Ddell-laptop.c693 static int (*dell_rbtn_notifier_register_func)(struct notifier_block *); variable
797 dell_rbtn_notifier_register_func = in dell_setup_rfkill()
799 if (dell_rbtn_notifier_register_func) { in dell_setup_rfkill()
804 dell_rbtn_notifier_register_func = NULL; in dell_setup_rfkill()
808 if (dell_rbtn_notifier_register_func) { in dell_setup_rfkill()
809 ret = dell_rbtn_notifier_register_func( in dell_setup_rfkill()
812 dell_rbtn_notifier_register_func = NULL; in dell_setup_rfkill()