Lines Matching refs:str
196 char *tx4927_pcibios_setup(char *str)
198 if (!strncmp(str, "trdyto=", 7)) {
200 if (kstrtou8(str + 7, 0, &val) == 0)
204 if (!strncmp(str, "retryto=", 8)) {
206 if (kstrtou8(str + 8, 0, &val) == 0)
210 if (!strncmp(str, "gbwc=", 5)) {
212 if (kstrtou16(str + 5, 0, &val) == 0)
216 return str;
373 const char *str;
402 cont++ ? " " : "", pcistat_tbl[i].str);
410 cont++ ? " " : "", g2pstat_tbl[i].str);
418 cont++ ? " " : "", pcicstat_tbl[i].str);