Lines Matching defs:options
536 static int vrc4173_cardu_setup(char *options)
538 if (options == NULL || *options == '\0')
541 if (strncmp(options, "cardu1:", 7) == 0) {
542 options += 7;
543 if (*options != '\0') {
544 if (strncmp(options, "noprobe", 7) == 0) {
546 options += 7;
549 if (*options != ',')
555 if (strncmp(options, "cardu2:", 7) == 0) {
556 options += 7;
557 if ((*options != '\0') && (strncmp(options, "noprobe", 7) == 0))