Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/x86/hp/hp-bioscfg/
Dstring-attributes.c103 bioscfg_drv.string_instances_count = hp_get_instance_count(HP_WMI_BIOS_STRING_GUID); in hp_alloc_string_data()
Denum-attributes.c97 hp_get_instance_count(HP_WMI_BIOS_ENUMERATION_GUID); in hp_alloc_enumeration_data()
Dint-attributes.c111 bioscfg_drv.integer_instances_count = hp_get_instance_count(HP_WMI_BIOS_INTEGER_GUID); in hp_alloc_integer_data()
Dorder-list-attributes.c102 hp_get_instance_count(HP_WMI_BIOS_ORDERED_LIST_GUID); in hp_alloc_ordered_list_data()
Dbioscfg.h480 int hp_get_instance_count(const char *guid_string);
Dpasswdobj-attributes.c192 bioscfg_drv.password_instances_count = hp_get_instance_count(HP_WMI_BIOS_PASSWORD_GUID); in hp_alloc_password_data()
Dbioscfg.c391 int hp_get_instance_count(const char *guid_string) in hp_get_instance_count() function