Searched refs:temp_st (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/iio/temperature/ |
| D | hid-sensor-temperature.c | 66 struct temperature_state *temp_st = iio_priv(indio_dev); in temperature_read_raw() local 73 &temp_st->common_attributes, true); in temperature_read_raw() 75 temp_st->common_attributes.hsdev, in temperature_read_raw() 78 temp_st->temperature_attr.report_id, in temperature_read_raw() 81 &temp_st->common_attributes, in temperature_read_raw() 87 *val = temp_st->scale_pre_decml; in temperature_read_raw() 88 *val2 = temp_st->scale_post_decml; in temperature_read_raw() 89 return temp_st->scale_precision; in temperature_read_raw() 92 *val = temp_st->value_offset; in temperature_read_raw() 97 &temp_st->common_attributes, val, val2); in temperature_read_raw() [all …]
|
| /Linux-v4.19/drivers/hwmon/ |
| D | asc7621.c | 904 PWRITE(temp1_smoothing_time, 0, PRI_LOW, 0x62, 0, 0x07, 0, temp_st), 905 PWRITE(temp2_smoothing_time, 1, PRI_LOW, 0x63, 0, 0x07, 4, temp_st), 906 PWRITE(temp3_smoothing_time, 2, PRI_LOW, 0x63, 0, 0x07, 0, temp_st), 907 PWRITE(temp4_smoothing_time, 3, PRI_LOW, 0x3c, 0, 0x07, 0, temp_st),
|