Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dasus-armoury.c103 bool pending_reboot; member
107 .pending_reboot = false,
117 fw_attrs.pending_reboot = true; in asus_set_reboot_and_signal_event()
123 return sysfs_emit(buf, "%d\n", fw_attrs.pending_reboot); in pending_reboot_show()
126 static struct kobj_attribute pending_reboot = __ATTR_RO(pending_reboot); variable
893 err = sysfs_create_file(&asus_armoury.fw_attr_kset->kobj, &pending_reboot.attr); in asus_fw_attr_add()
972 sysfs_remove_file(&asus_armoury.fw_attr_kset->kobj, &pending_reboot.attr); in asus_fw_attr_add()
1146 sysfs_remove_file(&asus_armoury.fw_attr_kset->kobj, &pending_reboot.attr); in asus_fw_exit()
/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbioscfg.c208 bioscfg_drv.pending_reboot = true; in hp_set_reboot_and_signal_event()
344 return sysfs_emit(buf, "%d\n", bioscfg_drv.pending_reboot); in pending_reboot_show()
347 static struct kobj_attribute pending_reboot = __ATTR_RO(pending_reboot); variable
355 &pending_reboot.attr); in create_attributes_level_sysfs_files()
564 sysfs_remove_file(&bioscfg_drv.main_dir_kset->kobj, &pending_reboot.attr); in release_attributes_data()
H A Dspmobj-attributes.c372 bioscfg_drv.pending_reboot = false; in hp_populate_secure_platform_data()
H A Dbioscfg.h223 bool pending_reboot; member
/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dsysman.c201 static struct kobj_attribute pending_reboot = __ATTR_RO(pending_reboot); variable
216 ret = sysfs_create_file(&wmi_priv.main_dir_kset->kobj, &pending_reboot.attr); in create_attributes_level_sysfs_files()
374 sysfs_remove_file(&wmi_priv.main_dir_kset->kobj, &pending_reboot.attr); in release_attributes_data()
/linux/drivers/platform/x86/lenovo/
H A Dthink-lmi.c1282 static struct kobj_attribute pending_reboot = __ATTR_RO(pending_reboot); variable
1445 sysfs_remove_file(&tlmi_priv.attribute_kset->kobj, &pending_reboot.attr); in tlmi_release_attr()
1533 ret = sysfs_create_file(&tlmi_priv.attribute_kset->kobj, &pending_reboot.attr); in tlmi_sysfs_init()