Searched refs:report_state (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/iio/common/hid-sensors/ |
D | hid-sensor-trigger.c | 51 st->report_state.report_id, in _hid_sensor_power_state() 52 st->report_state.index, in _hid_sensor_power_state() 69 st->report_state.report_id, in _hid_sensor_power_state() 70 st->report_state.index, in _hid_sensor_power_state() 82 report_val += st->report_state.logical_minimum; in _hid_sensor_power_state() 83 sensor_hub_set_feature(st->hsdev, st->report_state.report_id, in _hid_sensor_power_state() 84 st->report_state.index, in _hid_sensor_power_state()
|
D | hid-sensor-attributes.c | 373 &st->report_state); in hid_sensor_parse_common_attributes() 387 st->report_state.index, st->report_state.report_id, in hid_sensor_parse_common_attributes()
|
/linux-4.4.14/drivers/hid/ |
D | hid-sensor-custom.c | 56 struct hid_sensor_custom_field *report_state; member 197 if (sensor_inst->report_state) in set_power_report_state() 199 sensor_inst->report_state->attribute.report_id, in set_power_report_state() 200 sensor_inst->report_state->attribute.index, in set_power_report_state() 220 sensor_inst->report_state->attribute.logical_minimum; in set_power_report_state() 222 sensor_inst->report_state->attribute.report_id, in set_power_report_state() 223 sensor_inst->report_state->attribute.index, in set_power_report_state() 628 sensor_inst->report_state = &sensor_inst->fields[i]; in hid_sensor_custom_add_attributes()
|
/linux-4.4.14/include/linux/ |
D | hid-sensor-hub.h | 236 struct hid_sensor_hub_attribute_info report_state; member
|