Searched refs:adf_cfg_section (Results 1 – 2 of 2) sorted by relevance
24 struct adf_cfg_section *sec = in qat_dev_cfg_show()25 list_entry(v, struct adf_cfg_section, list); in qat_dev_cfg_show()126 struct adf_cfg_section *sec) in adf_cfg_keyval_add()131 static void adf_cfg_keyval_remove(const char *key, struct adf_cfg_section *sec) in adf_cfg_keyval_remove()163 struct adf_cfg_section *ptr; in adf_cfg_section_del_all()167 ptr = list_entry(list, struct adf_cfg_section, list); in adf_cfg_section_del_all()174 static struct adf_cfg_key_val *adf_cfg_key_value_find(struct adf_cfg_section *s, in adf_cfg_key_value_find()188 static struct adf_cfg_section *adf_cfg_sec_find(struct adf_accel_dev *accel_dev, in adf_cfg_sec_find()195 struct adf_cfg_section *ptr = in adf_cfg_sec_find()196 list_entry(list, struct adf_cfg_section, list); in adf_cfg_sec_find()[all …]
20 struct adf_cfg_section { struct