Searched refs:sensor_hub_set_feature (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/iio/common/hid-sensors/ |
H A D | hid-sensor-trigger.c | 126 sensor_hub_set_feature(st->hsdev, st->power_state.report_id, in _hid_sensor_power_state() 133 sensor_hub_set_feature(st->hsdev, st->report_state.report_id, in _hid_sensor_power_state() 187 sensor_hub_set_feature(attrb->hsdev, attrb->poll.report_id, in hid_sensor_set_power_work() 193 sensor_hub_set_feature(attrb->hsdev, in hid_sensor_set_power_work()
|
H A D | hid-sensor-attributes.c | 219 ret = sensor_hub_set_feature(st->hsdev, st->poll.report_id, in hid_sensor_write_samp_freq_value() 294 ret = sensor_hub_set_feature(st->hsdev, st->sensitivity.report_id, in hid_sensor_write_raw_hyst_value() 325 ret = sensor_hub_set_feature(st->hsdev, st->sensitivity_rel.report_id, in hid_sensor_write_raw_hyst_rel_value() 484 return sensor_hub_set_feature(st->hsdev, st->report_latency.report_id, in hid_sensor_set_report_latency()
|
/linux/include/linux/ |
H A D | hid-sensor-hub.h | 196 int sensor_hub_set_feature(struct hid_sensor_hub_device *hsdev, u32 report_id,
|
/linux/drivers/hid/ |
H A D | hid-sensor-custom.c | 201 ret = sensor_hub_set_feature(sensor_inst->hsdev, in set_power_report_state() 216 ret = sensor_hub_set_feature(sensor_inst->hsdev, in set_power_report_state() 406 ret = sensor_hub_set_feature(sensor_inst->hsdev, report_id, in store_value()
|
H A D | hid-sensor-hub.c | 190 int sensor_hub_set_feature(struct hid_sensor_hub_device *hsdev, u32 report_id, in sensor_hub_set_feature() function 236 EXPORT_SYMBOL_GPL(sensor_hub_set_feature);
|
/linux/Documentation/hid/ |
H A D | hid-sensor.rst | 123 int sensor_hub_set_feature(struct hid_sensor_hub_device *hsdev, u32 report_id,
|