Searched refs:sensor_hub_set_feature (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/iio/common/hid-sensors/ |
D | hid-sensor-trigger.c | 76 sensor_hub_set_feature(st->hsdev, st->power_state.report_id, in _hid_sensor_power_state() 83 sensor_hub_set_feature(st->hsdev, st->report_state.report_id, in _hid_sensor_power_state()
|
D | hid-sensor-attributes.c | 215 ret = sensor_hub_set_feature(st->hsdev, st->poll.report_id, in hid_sensor_write_samp_freq_value() 256 ret = sensor_hub_set_feature(st->hsdev, st->sensitivity.report_id, in hid_sensor_write_raw_hyst_value()
|
/linux-4.4.14/include/linux/ |
D | hid-sensor-hub.h | 207 int sensor_hub_set_feature(struct hid_sensor_hub_device *hsdev, u32 report_id,
|
/linux-4.4.14/drivers/hid/ |
D | hid-sensor-custom.c | 206 ret = sensor_hub_set_feature(sensor_inst->hsdev, in set_power_report_state() 221 ret = sensor_hub_set_feature(sensor_inst->hsdev, in set_power_report_state() 416 ret = sensor_hub_set_feature(sensor_inst->hsdev, report_id, in store_value()
|
D | hid-sensor-hub.c | 203 int sensor_hub_set_feature(struct hid_sensor_hub_device *hsdev, u32 report_id, in sensor_hub_set_feature() function 243 EXPORT_SYMBOL_GPL(sensor_hub_set_feature);
|
/linux-4.4.14/Documentation/hid/ |
D | hid-sensor.txt | 114 int sensor_hub_set_feature(struct hid_sensor_hub_device *hsdev, u32 report_id,
|