Home
last modified time | relevance | path

Searched refs:tmp421_id (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
Dtmp421.c54 static const struct i2c_device_id tmp421_id[] = { variable
62 MODULE_DEVICE_TABLE(i2c, tmp421_id);
277 strlcpy(info->type, tmp421_id[kind].name, I2C_NAME_SIZE); in tmp421_detect()
305 data->channels = i2c_match_id(tmp421_id, client)->driver_data; in tmp421_probe()
337 .id_table = tmp421_id,