Lines Matching full:profile
167 DRC_PROFILE profile[2]; /*!< DRC profile. */
193 * Profile tables.
588 drcComp->profile[0] = profileLine;
589 drcComp->profile[1] = profileRF;
592 /* get profile index */
593 switch (drcComp->profile[i]) {
604 /* get parameters for selected profile */
655 if ((drcComp->profile[0] != DRC_NONE) || (drcComp->profile[1] != DRC_NONE)) {
772 if (drcComp->profile[i] == DRC_NONE) {
852 } /* profile != DRC_NONE */
1019 return drcComp->profile[0];
1024 return drcComp->profile[1];