Searched refs:str_obj (Results 1 – 5 of 5) sorted by relevance
125 int populate_str_data(union acpi_object *str_obj, int instance_id, struct kobject *attr_name_kobj) in populate_str_data() argument131 str_obj[ATTR_NAME].string.pointer); in populate_str_data()135 str_obj[DISPL_NAME_LANG_CODE].string.pointer); in populate_str_data()139 str_obj[DISPLAY_NAME].string.pointer); in populate_str_data()143 str_obj[DEFAULT_VAL].string.pointer); in populate_str_data()147 str_obj[MODIFIER].string.pointer); in populate_str_data()150 wmi_priv.str_data[instance_id].min_length = (uintptr_t)str_obj[MIN_LEN].string.pointer; in populate_str_data()153 wmi_priv.str_data[instance_id].max_length = (uintptr_t) str_obj[MAX_LEN].string.pointer; in populate_str_data()
172 int populate_str_data(union acpi_object *str_obj, int instance_id, struct kobject *attr_name_kobj);
448 if (acpi_dev->pnp.str_obj == NULL) in description_show()456 (wchar_t *)acpi_dev->pnp.str_obj->buffer.pointer, in description_show()457 acpi_dev->pnp.str_obj->buffer.length, in description_show()552 dev->pnp.str_obj = buffer.pointer; in acpi_device_setup_files()626 kfree(dev->pnp.str_obj); in acpi_device_remove_files()
401 int hp_populate_string_package_data(union acpi_object *str_obj,
247 union acpi_object *str_obj; /* unicode string for _STR method */ member