Searched refs:hid_sensor_common (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | hid-sensor-hub.h | 217 struct hid_sensor_common { struct 250 struct hid_sensor_common *st); argument 251 int hid_sensor_write_raw_hyst_value(struct hid_sensor_common *st, 253 int hid_sensor_read_raw_hyst_value(struct hid_sensor_common *st, 255 int hid_sensor_write_samp_freq_value(struct hid_sensor_common *st, 257 int hid_sensor_read_samp_freq_value(struct hid_sensor_common *st, 267 s32 hid_sensor_read_poll_value(struct hid_sensor_common *st); 269 int64_t hid_sensor_convert_timestamp(struct hid_sensor_common *st, 271 bool hid_sensor_batch_mode_supported(struct hid_sensor_common *st); 272 int hid_sensor_set_report_latency(struct hid_sensor_common *st, int latency); [all …]
|
/kernel/linux/linux-5.10/drivers/iio/common/hid-sensors/ |
D | hid-sensor-trigger.c | 27 struct hid_sensor_common *attrb = iio_device_get_drvdata(indio_dev); in _hid_sensor_set_report_latency() 50 struct hid_sensor_common *attrb = iio_device_get_drvdata(indio_dev); in _hid_sensor_get_report_latency() 65 struct hid_sensor_common *attrb = iio_device_get_drvdata(indio_dev); in _hid_sensor_get_fifo_state() 88 struct hid_sensor_common *st) in hid_sensor_setup_batch_mode() 96 static int _hid_sensor_power_state(struct hid_sensor_common *st, bool state) in _hid_sensor_power_state() 164 int hid_sensor_power_state(struct hid_sensor_common *st, bool state) in hid_sensor_power_state() 197 struct hid_sensor_common *attrb = container_of(work, in hid_sensor_set_power_work() 198 struct hid_sensor_common, in hid_sensor_set_power_work() 228 struct hid_sensor_common *attrb) in hid_sensor_remove_trigger() 248 struct hid_sensor_common *attrb) in hid_sensor_setup_trigger() [all …]
|
D | hid-sensor-trigger.h | 15 struct hid_sensor_common *attrb); 17 struct hid_sensor_common *attrb); 18 int hid_sensor_power_state(struct hid_sensor_common *st, bool state);
|
D | hid-sensor-attributes.c | 159 s32 hid_sensor_read_poll_value(struct hid_sensor_common *st) in hid_sensor_read_poll_value() 179 int hid_sensor_read_samp_freq_value(struct hid_sensor_common *st, in hid_sensor_read_samp_freq_value() 206 int hid_sensor_write_samp_freq_value(struct hid_sensor_common *st, in hid_sensor_write_samp_freq_value() 241 int hid_sensor_read_raw_hyst_value(struct hid_sensor_common *st, in hid_sensor_read_raw_hyst_value() 264 int hid_sensor_write_raw_hyst_value(struct hid_sensor_common *st, in hid_sensor_write_raw_hyst_value() 379 int64_t hid_sensor_convert_timestamp(struct hid_sensor_common *st, in hid_sensor_convert_timestamp() 389 struct hid_sensor_common *st) in hid_sensor_get_reporting_interval() 407 struct hid_sensor_common *st) in hid_sensor_get_report_latency_info() 418 int hid_sensor_get_report_latency(struct hid_sensor_common *st) in hid_sensor_get_report_latency() 433 int hid_sensor_set_report_latency(struct hid_sensor_common *st, int latency_ms) in hid_sensor_set_report_latency() [all …]
|
/kernel/linux/linux-5.10/drivers/iio/magnetometer/ |
D | hid-sensor-magn-3d.c | 39 struct hid_sensor_common magn_flux_attributes; 40 struct hid_sensor_common rot_attributes;
|
/kernel/linux/linux-5.10/drivers/iio/temperature/ |
D | hid-sensor-temperature.c | 16 struct hid_sensor_common common_attributes;
|
/kernel/linux/linux-5.10/drivers/iio/humidity/ |
D | hid-sensor-humidity.c | 16 struct hid_sensor_common common_attributes;
|
/kernel/linux/linux-5.10/drivers/rtc/ |
D | rtc-hid-sensor-time.c | 25 struct hid_sensor_common common_attributes;
|
/kernel/linux/linux-5.10/drivers/iio/pressure/ |
D | hid-sensor-press.c | 23 struct hid_sensor_common common_attributes;
|
/kernel/linux/linux-5.10/drivers/iio/light/ |
D | hid-sensor-prox.c | 23 struct hid_sensor_common common_attributes;
|
D | hid-sensor-als.c | 27 struct hid_sensor_common common_attributes;
|
/kernel/linux/linux-5.10/drivers/iio/orientation/ |
D | hid-sensor-rotation.c | 21 struct hid_sensor_common common_attributes;
|
D | hid-sensor-incl-3d.c | 29 struct hid_sensor_common common_attributes;
|
/kernel/linux/linux-5.10/drivers/iio/gyro/ |
D | hid-sensor-gyro-3d.c | 28 struct hid_sensor_common common_attributes;
|
/kernel/linux/linux-5.10/drivers/iio/accel/ |
D | hid-sensor-accel-3d.c | 28 struct hid_sensor_common common_attributes;
|