Searched refs:Role_A (Results 1 – 1 of 1) sorted by relevance
655 MODULE_PARM(Role_A, "1-" __MODULE_STRING(SK_MAX_CARD_PARAM) "s");702 static char *Role_A[SK_MAX_CARD_PARAM] = ROLE_A; variable704 static char *Role_A[SK_MAX_CARD_PARAM] = {"", }; variable3823 if (Role_A != NULL && pAC->Index<SK_MAX_CARD_PARAM &&3824 Role_A[pAC->Index] != NULL) {3825 if (strcmp(Role_A[pAC->Index],"")==0) {3827 } else if (strcmp(Role_A[pAC->Index],"Auto")==0) {3829 } else if (strcmp(Role_A[pAC->Index],"Master")==0) {3831 } else if (strcmp(Role_A[pAC->Index],"Slave")==0) {3835 Role_A[pAC->Index]);