Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbioscfg.c652 const char *guid, int min_elements, in hp_init_bios_package_attribute() argument
670 if (obj->package.count < min_elements) { in hp_init_bios_package_attribute()
672 obj->package.count, min_elements); in hp_init_bios_package_attribute()
779 const char *guid, int min_elements, in hp_init_bios_buffer_attribute() argument
896 int min_elements; in hp_init_bios_attributes() local
911 min_elements = STR_ELEM_CNT; in hp_init_bios_attributes()
914 min_elements = INT_ELEM_CNT; in hp_init_bios_attributes()
917 min_elements = ENUM_ELEM_CNT; in hp_init_bios_attributes()
920 min_elements = ORD_ELEM_CNT; in hp_init_bios_attributes()
923 min_elements = PSWD_ELEM_CNT; in hp_init_bios_attributes()
[all …]