Lines Matching defs:num_routes
59 * @num_routes: Output integer pointer, will be filled with the
73 int *num_widgets, int *num_routes, int *num_controls,
79 *num_routes = 0;
90 *num_routes += !!entity->iot.clock;
91 *num_routes += !!entity->iot.is_dataport;
96 *num_routes += entity->pde.num_managed;
103 (*num_routes)++;
106 *num_routes += entity->num_sources;
409 int num_routes = 0;
445 if (++num_routes > entity->num_sources) {
1163 int num_widgets, num_routes, num_controls, num_dais;
1166 ret = sdca_asoc_count_component(dev, function, &num_widgets, &num_routes,
1175 routes = devm_kcalloc(dev, num_routes, sizeof(*routes), GFP_KERNEL);
1202 component_drv->num_dapm_routes = num_routes;