Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbioscfg.c662 struct kset *temp_kset; in hp_init_bios_package_attribute() local
688 temp_kset = bioscfg_drv.authentication_dir_kset; in hp_init_bios_package_attribute()
690 temp_kset = bioscfg_drv.main_dir_kset; in hp_init_bios_package_attribute()
705 duplicate = kset_find_obj(temp_kset, str_value); in hp_init_bios_package_attribute()
720 attr_name_kobj->kset = temp_kset; in hp_init_bios_package_attribute()
773 struct kset *temp_kset; in hp_init_bios_buffer_attribute() local
793 temp_kset = bioscfg_drv.authentication_dir_kset; in hp_init_bios_buffer_attribute()
795 temp_kset = bioscfg_drv.main_dir_kset; in hp_init_bios_buffer_attribute()
798 duplicate = kset_find_obj(temp_kset, str); in hp_init_bios_buffer_attribute()
813 attr_name_kobj->kset = temp_kset; in hp_init_bios_buffer_attribute()