Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/x86/
Ddell-laptop.c697 static int (*dell_rbtn_notifier_register_func)(struct notifier_block *); variable
801 dell_rbtn_notifier_register_func = in dell_setup_rfkill()
803 if (dell_rbtn_notifier_register_func) { in dell_setup_rfkill()
808 dell_rbtn_notifier_register_func = NULL; in dell_setup_rfkill()
812 if (dell_rbtn_notifier_register_func) { in dell_setup_rfkill()
813 ret = dell_rbtn_notifier_register_func( in dell_setup_rfkill()
816 dell_rbtn_notifier_register_func = NULL; in dell_setup_rfkill()