Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dpasswdobj-attributes.c428 int isreadonly; in hp_populate_password_elements_from_buffer() local
493 ret = hp_get_integer_from_buffer(&buffer_ptr, buffer_size, &isreadonly); in hp_populate_password_elements_from_buffer()
497 password_data->is_enabled = isreadonly ? true : false; in hp_populate_password_elements_from_buffer()
H A Dbioscfg.h491 void hp_update_attribute_permissions(bool isreadonly, struct kobj_attribute *current_val);