Searched refs:report_state (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/iio/common/hid-sensors/ |
D | hid-sensor-trigger.c | 101 st->report_state.report_id, in _hid_sensor_power_state() 102 st->report_state.index, in _hid_sensor_power_state() 119 st->report_state.report_id, in _hid_sensor_power_state() 120 st->report_state.index, in _hid_sensor_power_state() 132 report_val += st->report_state.logical_minimum; in _hid_sensor_power_state() 133 sensor_hub_set_feature(st->hsdev, st->report_state.report_id, in _hid_sensor_power_state() 134 st->report_state.index, in _hid_sensor_power_state()
|
D | hid-sensor-attributes.c | 513 &st->report_state); in hid_sensor_parse_common_attributes() 521 st->report_state.logical_minimum = 1; in hid_sensor_parse_common_attributes() 571 st->report_state.index, st->report_state.report_id, in hid_sensor_parse_common_attributes()
|
/linux-6.1.9/drivers/hid/ |
D | hid-sensor-custom.c | 50 struct hid_sensor_custom_field *report_state; member 191 if (sensor_inst->report_state) in set_power_report_state() 193 sensor_inst->report_state->attribute.report_id, in set_power_report_state() 194 sensor_inst->report_state->attribute.index, in set_power_report_state() 214 sensor_inst->report_state->attribute.logical_minimum; in set_power_report_state() 216 sensor_inst->report_state->attribute.report_id, in set_power_report_state() 217 sensor_inst->report_state->attribute.index, in set_power_report_state() 620 sensor_inst->report_state = &sensor_inst->fields[i]; in hid_sensor_custom_add_attributes()
|
/linux-6.1.9/drivers/hid/amd-sfh-hid/hid_descriptor/ |
D | amd_sfh_hid_desc.h | 24 u8 report_state; member
|
D | amd_sfh_hid_desc.c | 130 common->report_state = HID_USAGE_SENSOR_PROP_REPORTING_STATE_ALL_EVENTS_ENUM; in get_common_features()
|
/linux-6.1.9/include/linux/ |
D | hid-sensor-hub.h | 231 struct hid_sensor_hub_attribute_info report_state; member
|
/linux-6.1.9/drivers/hid/amd-sfh-hid/sfh1_1/ |
D | amd_sfh_desc.c | 65 common->report_state = SENSOR_PROP_REPORTING_STATE_ALL_EVENTS_ENUM; in get_common_features()
|