Searched refs:create_funcs (Results 1 – 2 of 2) sorted by relevance
312 const struct resource_create_funcs *create_funcs) in resource_construct() argument320 if (create_funcs->read_dce_straps) in resource_construct()321 create_funcs->read_dce_straps(dc->ctx, &straps); in resource_construct()324 if (create_funcs->create_audio) { in resource_construct()334 struct audio *aud = create_funcs->create_audio(ctx, i); in resource_construct()350 if (create_funcs->create_stream_encoder) { in resource_construct()352 pool->stream_enc[i] = create_funcs->create_stream_encoder(i, ctx); in resource_construct()361 if (create_funcs->create_hpo_dp_stream_encoder) { in resource_construct()372 if (create_funcs->create_hpo_dp_link_encoder) { in resource_construct()374 pool->hpo_dp_link_enc[i] = create_funcs->create_hpo_dp_link_encoder(i, ctx); in resource_construct()[all …]
93 const struct resource_create_funcs *create_funcs);
Completed in 53 milliseconds