Lines Matching refs:kind
324 static int lm85_detect(struct i2c_client *client, int kind,
1137 static int lm85_detect(struct i2c_client *client, int kind, in lm85_detect() argument
1150 if (kind < 0) { in lm85_detect()
1165 kind = any_chip; in lm85_detect()
1171 kind = lm85c; in lm85_detect()
1174 kind = lm85b; in lm85_detect()
1180 kind = adm1027; in lm85_detect()
1184 kind = adt7463; in lm85_detect()
1188 kind = adt7468; in lm85_detect()
1196 kind = emc6d100; in lm85_detect()
1199 kind = emc6d102; in lm85_detect()
1209 switch (kind) { in lm85_detect()