Lines Matching full:iot
130 *num_routes += !!entity->iot.clock; in sdca_asoc_count_component()
131 *num_routes += !!entity->iot.is_dataport; in sdca_asoc_count_component()
132 *num_controls += !entity->iot.is_dataport; in sdca_asoc_count_component()
133 *num_dais += !!entity->iot.is_dataport; in sdca_asoc_count_component()
321 if (entity->iot.is_dataport) { in entity_parse_it()
334 if (entity->iot.clock) in entity_parse_it()
335 add_route(route, entity->label, NULL, entity->iot.clock->label); in entity_parse_it()
353 if (entity->iot.is_dataport) { in entity_parse_ot()
366 if (entity->iot.clock) in entity_parse_ot()
367 add_route(route, entity->label, NULL, entity->iot.clock->label); in entity_parse_ot()
1020 if (!entity->iot.is_dataport) { in sdca_asoc_populate_controls()
1139 if (entity->iot.clock) { in populate_rate_format()
1140 range = selector_find_range(dev, entity->iot.clock, in populate_rate_format()
1215 /* Can't check earlier as only terminals have an iot member. */ in sdca_asoc_populate_dais()
1216 if (!entity->iot.is_dataport) in sdca_asoc_populate_dais()