{% for driver in drivers if driver.type == "transparent" -%} {% for capability in driver.capabilities if entry_point in capability.entry_points -%} #if ({% if capability.depend_on is defined -%}{{ capability.depend_on }} {% else -%} {{ 1 }} {% endif %}) {%- filter indent(width = nest_indent) %} status = {{driver.prefix}}_{{driver.type}}_{{entry_point}}({{entry_point_attributes(driver) | indent(20)}}); if( status != PSA_ERROR_NOT_SUPPORTED ) return( status ); {% endfilter -%} #endif {% endfor %} {% endfor %}