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
664 if (obj->package.count < min_elements) { in hp_init_bios_package_attribute()
666 obj->package.count, min_elements); in hp_init_bios_package_attribute()
769 const char *guid, int min_elements, in hp_init_bios_buffer_attribute() argument
886 int min_elements; in hp_init_bios_attributes() local
901 min_elements = STR_ELEM_CNT; in hp_init_bios_attributes()
904 min_elements = INT_ELEM_CNT; in hp_init_bios_attributes()
907 min_elements = ENUM_ELEM_CNT; in hp_init_bios_attributes()
910 min_elements = ORD_ELEM_CNT; in hp_init_bios_attributes()
913 min_elements = PSWD_ELEM_CNT; in hp_init_bios_attributes()
[all …]