temp_st 1114 drivers/hwmon/adt7475.c static SENSOR_DEVICE_ATTR_2_RW(temp1_smoothing, temp_st, 0, 0); temp_st 1124 drivers/hwmon/adt7475.c static SENSOR_DEVICE_ATTR_2_RW(temp2_smoothing, temp_st, 0, 1); temp_st 1135 drivers/hwmon/adt7475.c static SENSOR_DEVICE_ATTR_2_RW(temp3_smoothing, temp_st, 0, 2); temp_st 891 drivers/hwmon/asc7621.c PWRITE(temp1_smoothing_time, 0, PRI_LOW, 0x62, 0, 0x07, 0, temp_st), temp_st 892 drivers/hwmon/asc7621.c PWRITE(temp2_smoothing_time, 1, PRI_LOW, 0x63, 0, 0x07, 4, temp_st), temp_st 893 drivers/hwmon/asc7621.c PWRITE(temp3_smoothing_time, 2, PRI_LOW, 0x63, 0, 0x07, 0, temp_st), temp_st 894 drivers/hwmon/asc7621.c PWRITE(temp4_smoothing_time, 3, PRI_LOW, 0x3c, 0, 0x07, 0, temp_st), temp_st 55 drivers/iio/temperature/hid-sensor-temperature.c struct temperature_state *temp_st = iio_priv(indio_dev); temp_st 62 drivers/iio/temperature/hid-sensor-temperature.c &temp_st->common_attributes, true); temp_st 64 drivers/iio/temperature/hid-sensor-temperature.c temp_st->common_attributes.hsdev, temp_st 67 drivers/iio/temperature/hid-sensor-temperature.c temp_st->temperature_attr.report_id, temp_st 69 drivers/iio/temperature/hid-sensor-temperature.c temp_st->temperature_attr.logical_minimum < 0); temp_st 71 drivers/iio/temperature/hid-sensor-temperature.c &temp_st->common_attributes, temp_st 77 drivers/iio/temperature/hid-sensor-temperature.c *val = temp_st->scale_pre_decml; temp_st 78 drivers/iio/temperature/hid-sensor-temperature.c *val2 = temp_st->scale_post_decml; temp_st 79 drivers/iio/temperature/hid-sensor-temperature.c return temp_st->scale_precision; temp_st 82 drivers/iio/temperature/hid-sensor-temperature.c *val = temp_st->value_offset; temp_st 87 drivers/iio/temperature/hid-sensor-temperature.c &temp_st->common_attributes, val, val2); temp_st 91 drivers/iio/temperature/hid-sensor-temperature.c &temp_st->common_attributes, val, val2); temp_st 101 drivers/iio/temperature/hid-sensor-temperature.c struct temperature_state *temp_st = iio_priv(indio_dev); temp_st 106 drivers/iio/temperature/hid-sensor-temperature.c &temp_st->common_attributes, val, val2); temp_st 109 drivers/iio/temperature/hid-sensor-temperature.c &temp_st->common_attributes, val, val2); temp_st 125 drivers/iio/temperature/hid-sensor-temperature.c struct temperature_state *temp_st = iio_priv(indio_dev); temp_st 127 drivers/iio/temperature/hid-sensor-temperature.c if (atomic_read(&temp_st->common_attributes.data_ready)) temp_st 129 drivers/iio/temperature/hid-sensor-temperature.c &temp_st->temperature_data, temp_st 141 drivers/iio/temperature/hid-sensor-temperature.c struct temperature_state *temp_st = iio_priv(indio_dev); temp_st 145 drivers/iio/temperature/hid-sensor-temperature.c temp_st->temperature_data = *(s32 *)raw_data; temp_st 197 drivers/iio/temperature/hid-sensor-temperature.c struct temperature_state *temp_st; temp_st 202 drivers/iio/temperature/hid-sensor-temperature.c indio_dev = devm_iio_device_alloc(&pdev->dev, sizeof(*temp_st)); temp_st 206 drivers/iio/temperature/hid-sensor-temperature.c temp_st = iio_priv(indio_dev); temp_st 207 drivers/iio/temperature/hid-sensor-temperature.c temp_st->common_attributes.hsdev = hsdev; temp_st 208 drivers/iio/temperature/hid-sensor-temperature.c temp_st->common_attributes.pdev = pdev; temp_st 212 drivers/iio/temperature/hid-sensor-temperature.c &temp_st->common_attributes); temp_st 222 drivers/iio/temperature/hid-sensor-temperature.c HID_USAGE_SENSOR_TEMPERATURE, temp_st); temp_st 238 drivers/iio/temperature/hid-sensor-temperature.c atomic_set(&temp_st->common_attributes.data_ready, 0); temp_st 240 drivers/iio/temperature/hid-sensor-temperature.c &temp_st->common_attributes); temp_st 261 drivers/iio/temperature/hid-sensor-temperature.c hid_sensor_remove_trigger(&temp_st->common_attributes); temp_st 270 drivers/iio/temperature/hid-sensor-temperature.c struct temperature_state *temp_st = iio_priv(indio_dev); temp_st 273 drivers/iio/temperature/hid-sensor-temperature.c hid_sensor_remove_trigger(&temp_st->common_attributes);