Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/dell/
H A Ddell-laptop.c752 static int (*dell_rbtn_notifier_register_func)(struct notifier_block *); variable
856 dell_rbtn_notifier_register_func = in dell_setup_rfkill()
858 if (dell_rbtn_notifier_register_func) { in dell_setup_rfkill()
863 dell_rbtn_notifier_register_func = NULL; in dell_setup_rfkill()
867 if (dell_rbtn_notifier_register_func) { in dell_setup_rfkill()
868 ret = dell_rbtn_notifier_register_func( in dell_setup_rfkill()
871 dell_rbtn_notifier_register_func = NULL; in dell_setup_rfkill()