Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/platform/x86/dell/
Ddell-laptop.c719 static int (*dell_rbtn_notifier_register_func)(struct notifier_block *); variable
823 dell_rbtn_notifier_register_func = in dell_setup_rfkill()
825 if (dell_rbtn_notifier_register_func) { in dell_setup_rfkill()
830 dell_rbtn_notifier_register_func = NULL; in dell_setup_rfkill()
834 if (dell_rbtn_notifier_register_func) { in dell_setup_rfkill()
835 ret = dell_rbtn_notifier_register_func( in dell_setup_rfkill()
838 dell_rbtn_notifier_register_func = NULL; in dell_setup_rfkill()