Lines Matching refs:p
377 static void ahc_linux_setup_tag_info_global(char *p);
890 ahc_linux_setup_tag_info_global(char *p) in ahc_linux_setup_tag_info_global() argument
894 tags = simple_strtoul(p + 1, NULL, 0) & 0xff; in ahc_linux_setup_tag_info_global()
1006 char *p; in aic7xxx_setup() local
1036 while ((p = strsep(&s, ",.")) != NULL) { in aic7xxx_setup()
1037 if (*p == '\0') in aic7xxx_setup()
1042 if (strncmp(options[i].name, p, n) == 0) in aic7xxx_setup()
1048 if (strncmp(p, "global_tag_depth", n) == 0) { in aic7xxx_setup()
1049 ahc_linux_setup_tag_info_global(p + n); in aic7xxx_setup()
1050 } else if (strncmp(p, "tag_info", n) == 0) { in aic7xxx_setup()
1051 s = ahc_parse_brace_option("tag_info", p + n, end, in aic7xxx_setup()
1053 } else if (p[n] == ':') { in aic7xxx_setup()
1054 *(options[i].flag) = simple_strtoul(p + n + 1, NULL, 0); in aic7xxx_setup()
1055 } else if (strncmp(p, "verbose", n) == 0) { in aic7xxx_setup()