Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/platform/x86/dell/
Ddell-laptop.c732 static int (*dell_rbtn_notifier_register_func)(struct notifier_block *); variable
836 dell_rbtn_notifier_register_func = in dell_setup_rfkill()
838 if (dell_rbtn_notifier_register_func) { in dell_setup_rfkill()
843 dell_rbtn_notifier_register_func = NULL; in dell_setup_rfkill()
847 if (dell_rbtn_notifier_register_func) { in dell_setup_rfkill()
848 ret = dell_rbtn_notifier_register_func( in dell_setup_rfkill()
851 dell_rbtn_notifier_register_func = NULL; in dell_setup_rfkill()