Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/platform/x86/
Ddell-laptop.c820 static int (*dell_rbtn_notifier_register_func)(struct notifier_block *); variable
925 dell_rbtn_notifier_register_func = in dell_setup_rfkill()
927 if (dell_rbtn_notifier_register_func) { in dell_setup_rfkill()
932 dell_rbtn_notifier_register_func = NULL; in dell_setup_rfkill()
936 if (dell_rbtn_notifier_register_func) { in dell_setup_rfkill()
937 ret = dell_rbtn_notifier_register_func( in dell_setup_rfkill()
940 dell_rbtn_notifier_register_func = NULL; in dell_setup_rfkill()