Home
last modified time | relevance | path

Searched refs:tmp007_id (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/temperature/
H A Dtmp007.c443 const struct i2c_device_id *tmp007_id) in tmp007_probe()
519 tmp007_id->name, indio_dev); in tmp007_probe()
572 static const struct i2c_device_id tmp007_id[] = { variable
576 MODULE_DEVICE_TABLE(i2c, tmp007_id);
586 .id_table = tmp007_id,
442 tmp007_probe(struct i2c_client *client, const struct i2c_device_id *tmp007_id) tmp007_probe() argument
/kernel/linux/linux-6.6/drivers/iio/temperature/
H A Dtmp007.c451 const struct i2c_device_id *tmp007_id = i2c_client_get_device_id(client); in tmp007_probe() local
530 tmp007_id->name, indio_dev); in tmp007_probe()
565 static const struct i2c_device_id tmp007_id[] = { variable
569 MODULE_DEVICE_TABLE(i2c, tmp007_id);
578 .id_table = tmp007_id,

Completed in 3 milliseconds