Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbioscfg.c657 struct kset *temp_kset; in hp_init_bios_package_attribute() local
683 temp_kset = bioscfg_drv.authentication_dir_kset; in hp_init_bios_package_attribute()
685 temp_kset = bioscfg_drv.main_dir_kset; in hp_init_bios_package_attribute()
700 duplicate = kset_find_obj(temp_kset, str_value); in hp_init_bios_package_attribute()
715 attr_name_kobj->kset = temp_kset; in hp_init_bios_package_attribute()
768 struct kset *temp_kset; in hp_init_bios_buffer_attribute() local
794 temp_kset = bioscfg_drv.authentication_dir_kset; in hp_init_bios_buffer_attribute()
796 temp_kset = bioscfg_drv.main_dir_kset; in hp_init_bios_buffer_attribute()
799 duplicate = kset_find_obj(temp_kset, str); in hp_init_bios_buffer_attribute()
814 attr_name_kobj->kset = temp_kset; in hp_init_bios_buffer_attribute()