Searched refs:chip_str (Results 1 – 2 of 2) sorted by relevance
562 char *chip_str; in ts2020_probe() local626 chip_str = "TS2020"; in ts2020_probe()633 chip_str = "TS2022"; in ts2020_probe()681 "Montage Technology %s successfully identified\n", chip_str); in ts2020_probe()
1306 char path_name[512], vendor_str[5], chip_str[5]; local1347 chip_str[0] = '\0';1353 chip_str[0] = '\0';1358 strlcpy(chip_str, &line[4], sizeof(chip_str));1359 chip = (int) strtol(chip_str, NULL, 16);