LM75Thyst         175 dev/i2c/i2c_scan.c 	thyst = iicprobew(LM75Thyst);
LM75Thyst         205 dev/i2c/i2c_scan.c 		    (iicprobew(LM75Thyst) & mask) != (iicprobew(i) & mask) ||
LM75Thyst         227 dev/i2c/i2c_scan.c 		    (iicprobew(LM75Thyst) & mask) != (iicprobew(i) & mask) ||
LM75Thyst         250 dev/i2c/i2c_scan.c 		thyst = iicprobew(LM75Thyst) & mask;
LM75Thyst         259 dev/i2c/i2c_scan.c 		    thyst != (iicprobew(LM75Thyst + i) & mask) ||