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()
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
799 temp_kset = bioscfg_drv.authentication_dir_kset; in hp_init_bios_buffer_attribute()
801 temp_kset = bioscfg_drv.main_dir_kset; in hp_init_bios_buffer_attribute()
804 duplicate = kset_find_obj(temp_kset, str); in hp_init_bios_buffer_attribute()
819 attr_name_kobj->kset = temp_kset; in hp_init_bios_buffer_attribute()