Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/x86/dell/dell-wmi-sysman/
Dstring-attributes.c109 wmi_priv.str_instances_count = get_instance_count(DELL_WMI_BIOS_STRING_ATTRIBUTE_GUID); in alloc_str_data()
Ddell-wmi-sysman.h159 int get_instance_count(const char *guid_string);
Dpassobj-attributes.c144 wmi_priv.po_instances_count = get_instance_count(DELL_WMI_BIOS_PASSOBJ_ATTRIBUTE_GUID); in alloc_po_data()
Dint-attributes.c124 wmi_priv.integer_instances_count = get_instance_count(DELL_WMI_BIOS_INTEGER_ATTRIBUTE_GUID); in alloc_int_data()
Denum-attributes.c120 get_instance_count(DELL_WMI_BIOS_ENUMERATION_ATTRIBUTE_GUID); in alloc_enum_data()
Dsysman.c304 int get_instance_count(const char *guid_string) in get_instance_count() function