Home
last modified time | relevance | path

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

/linux/drivers/media/usb/gspca/
H A Dvc032x.c2793 struct sensor_info { struct
2804 static const struct sensor_info vc0321_probe_data[] = { argument
2845 static const struct sensor_info vc0323_probe_data[] = {
3005 const struct sensor_info *ptsensor_info; in vc032x_probe_sensor()
/linux/drivers/hwmon/
H A Dasus-ec-sensors.c1367 const struct ec_sensor_info *sensor_info; in asus_ec_hwmon_read() local
1383 sensor_info = get_sensor_info(state, sidx); in asus_ec_hwmon_read()
1384 if (sensor_info->type == hwmon_temp) { in asus_ec_hwmon_read()
1390 *val = scale_sensor_value(value, sensor_info->type); in asus_ec_hwmon_read()