Home
last modified time | relevance | path

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

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