adf_cfg_section_add
int adf_cfg_section_add(struct adf_accel_dev *accel_dev, const char *name);
if (adf_cfg_section_add(accel_dev, name))
ret = adf_cfg_section_add(accel_dev, section->name);
ret |= adf_cfg_section_add(accel_dev, ADF_GENERAL_SEC);
ret |= adf_cfg_section_add(accel_dev, ADF_SAL_SEC);
ret |= adf_cfg_section_add(accel_dev, ADF_KERNEL_SAL_SEC);
ret = adf_cfg_section_add(accel_dev, derived_name);
if (adf_cfg_section_add(accel_dev, ADF_GENERAL_SEC))
if (adf_cfg_section_add(accel_dev, ADF_GENERAL_SEC))
if (adf_cfg_section_add(accel_dev, ADF_GENERAL_SEC))