Searched refs:report_state (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/iio/common/hid-sensors/ |
D | hid-sensor-trigger.c | 111 st->report_state.report_id, in _hid_sensor_power_state() 112 st->report_state.index, in _hid_sensor_power_state() 129 st->report_state.report_id, in _hid_sensor_power_state() 130 st->report_state.index, in _hid_sensor_power_state() 142 report_val += st->report_state.logical_minimum; in _hid_sensor_power_state() 143 sensor_hub_set_feature(st->hsdev, st->report_state.report_id, in _hid_sensor_power_state() 144 st->report_state.index, in _hid_sensor_power_state()
|
D | hid-sensor-attributes.c | 461 &st->report_state); in hid_sensor_parse_common_attributes() 469 st->report_state.logical_minimum = 1; in hid_sensor_parse_common_attributes() 495 st->report_state.index, st->report_state.report_id, in hid_sensor_parse_common_attributes()
|
/Linux-v5.4/drivers/hid/ |
D | hid-sensor-custom.c | 48 struct hid_sensor_custom_field *report_state; member 188 if (sensor_inst->report_state) in set_power_report_state() 190 sensor_inst->report_state->attribute.report_id, in set_power_report_state() 191 sensor_inst->report_state->attribute.index, in set_power_report_state() 211 sensor_inst->report_state->attribute.logical_minimum; in set_power_report_state() 213 sensor_inst->report_state->attribute.report_id, in set_power_report_state() 214 sensor_inst->report_state->attribute.index, in set_power_report_state() 616 sensor_inst->report_state = &sensor_inst->fields[i]; in hid_sensor_custom_add_attributes()
|
/Linux-v5.4/include/linux/ |
D | hid-sensor-hub.h | 230 struct hid_sensor_hub_attribute_info report_state; member
|