Searched refs:sensor_hub_get_feature (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/iio/common/hid-sensors/ |
D | hid-sensor-attributes.c | 155 ret = sensor_hub_get_feature(st->hsdev, in hid_sensor_read_poll_value() 176 ret = sensor_hub_get_feature(st->hsdev, in hid_sensor_read_samp_freq_value() 230 ret = sensor_hub_get_feature(st->hsdev, in hid_sensor_read_raw_hyst_value()
|
D | hid-sensor-trigger.c | 89 sensor_hub_get_feature(st->hsdev, st->power_state.report_id, in _hid_sensor_power_state()
|
/linux-4.4.14/include/linux/ |
D | hid-sensor-hub.h | 222 int sensor_hub_get_feature(struct hid_sensor_hub_device *hsdev, u32 report_id,
|
/linux-4.4.14/drivers/hid/ |
D | hid-sensor-hub.c | 245 int sensor_hub_get_feature(struct hid_sensor_hub_device *hsdev, u32 report_id, in sensor_hub_get_feature() function 279 EXPORT_SYMBOL_GPL(sensor_hub_get_feature);
|
D | hid-sensor-custom.c | 318 ret = sensor_hub_get_feature(sensor_inst->hsdev, in show_value()
|
/linux-4.4.14/Documentation/hid/ |
D | hid-sensor.txt | 123 int sensor_hub_get_feature(struct hid_sensor_hub_device *hsdev, u32 report_id,
|