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

/linux-master/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dsysman.c187 * pending_reboot_show() - sysfs implementaton for read pending_reboot
202 static struct kobj_attribute pending_reboot = __ATTR_RO(pending_reboot); variable in typeref:struct:kobj_attribute
207 * pending_reboot attributes
217 ret = sysfs_create_file(&wmi_priv.main_dir_kset->kobj, &pending_reboot.attr);
375 sysfs_remove_file(&wmi_priv.main_dir_kset->kobj, &pending_reboot.attr);
/linux-master/drivers/platform/x86/hp/hp-bioscfg/
H A Dspmobj-attributes.c373 bioscfg_drv.pending_reboot = false;
H A Dbioscfg.h222 bool pending_reboot; member in struct:bioscfg_priv
/linux-master/drivers/platform/x86/
H A Dthink-lmi.c1150 static struct kobj_attribute pending_reboot = __ATTR_RO(pending_reboot); variable in typeref:struct:kobj_attribute
1319 sysfs_remove_file(&tlmi_priv.attribute_kset->kobj, &pending_reboot.attr);
1415 ret = sysfs_create_file(&tlmi_priv.attribute_kset->kobj, &pending_reboot.attr);

Completed in 111 milliseconds