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

/linux-master/drivers/platform/x86/dell/
H A Ddell-laptop.c733 static int (*dell_rbtn_notifier_register_func)(struct notifier_block *); variable
837 dell_rbtn_notifier_register_func =
839 if (dell_rbtn_notifier_register_func) {
844 dell_rbtn_notifier_register_func = NULL;
848 if (dell_rbtn_notifier_register_func) {
849 ret = dell_rbtn_notifier_register_func(
852 dell_rbtn_notifier_register_func = NULL;

Completed in 114 milliseconds