Lines Matching full:entities
20 * The addressing space for SDCA relies on 7 bits for Entities, so a
21 * maximum of 128 Entities per function can be represented.
801 * struct sdca_entity_iot - information specific to Input/Output Entities
834 * struct sdca_entity_cs - information specific to Clock Source Entities
869 * struct sdca_entity_pde - information specific to Power Domain Entities
874 * @num_managed: Number of Entities controlled by this PDE.
962 * struct sdca_entity_ge - information specific to Group Entities
963 * @kctl: ALSA control pointer that can be used by linked Entities.
1166 * @entities: Dynamically allocated array of Entities.
1169 * @num_entities: Number of Entities reported in this Function.
1178 struct sdca_entity *entities; member