Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/x86/hp/hp-bioscfg/
Dbioscfg.c664 struct kset *temp_kset; in hp_init_bios_package_attribute() local
690 temp_kset = bioscfg_drv.authentication_dir_kset; in hp_init_bios_package_attribute()
692 temp_kset = bioscfg_drv.main_dir_kset; in hp_init_bios_package_attribute()
707 duplicate = kset_find_obj(temp_kset, str_value); in hp_init_bios_package_attribute()
722 attr_name_kobj->kset = temp_kset; in hp_init_bios_package_attribute()
775 struct kset *temp_kset; in hp_init_bios_buffer_attribute() local
795 temp_kset = bioscfg_drv.authentication_dir_kset; in hp_init_bios_buffer_attribute()
797 temp_kset = bioscfg_drv.main_dir_kset; in hp_init_bios_buffer_attribute()
800 duplicate = kset_find_obj(temp_kset, str); in hp_init_bios_buffer_attribute()
815 attr_name_kobj->kset = temp_kset; in hp_init_bios_buffer_attribute()