Searched refs:attr_name_ktype (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | bioscfg.c | 363 static const struct kobj_type attr_name_ktype = { variable 620 ret = kobject_init_and_add(attr_name_kobj, &attr_name_ktype, in hp_add_other_attributes() 722 ret = kobject_init_and_add(attr_name_kobj, &attr_name_ktype, in hp_init_bios_package_attribute() 820 &attr_name_ktype, NULL, "%s", temp_str); in hp_init_bios_buffer_attribute()
|
/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/ |
H A D | sysman.c | 258 static const struct kobj_type attr_name_ktype = { variable 472 retval = kobject_init_and_add(attr_name_kobj, &attr_name_ktype, NULL, "%s", in init_bios_attributes()
|