Searched refs:hid_sensor_common (Results 1 – 16 of 16) sorted by relevance
/linux-5.19.10/include/linux/ |
D | hid-sensor-hub.h | 218 struct hid_sensor_common { struct 252 struct hid_sensor_common *st, argument 255 int hid_sensor_write_raw_hyst_value(struct hid_sensor_common *st, 257 int hid_sensor_write_raw_hyst_rel_value(struct hid_sensor_common *st, int val1, 259 int hid_sensor_read_raw_hyst_value(struct hid_sensor_common *st, 261 int hid_sensor_read_raw_hyst_rel_value(struct hid_sensor_common *st, 263 int hid_sensor_write_samp_freq_value(struct hid_sensor_common *st, 265 int hid_sensor_read_samp_freq_value(struct hid_sensor_common *st, 275 s32 hid_sensor_read_poll_value(struct hid_sensor_common *st); 277 int64_t hid_sensor_convert_timestamp(struct hid_sensor_common *st, [all …]
|
/linux-5.19.10/drivers/iio/common/hid-sensors/ |
D | hid-sensor-trigger.h | 12 struct hid_sensor_common; 18 struct hid_sensor_common *attrb); 20 struct hid_sensor_common *attrb); 21 int hid_sensor_power_state(struct hid_sensor_common *st, bool state);
|
D | hid-sensor-trigger.c | 24 struct hid_sensor_common *attrb = iio_device_get_drvdata(indio_dev); in _hid_sensor_set_report_latency() 47 struct hid_sensor_common *attrb = iio_device_get_drvdata(indio_dev); in _hid_sensor_get_report_latency() 62 struct hid_sensor_common *attrb = iio_device_get_drvdata(indio_dev); in _hid_sensor_get_fifo_state() 84 static int _hid_sensor_power_state(struct hid_sensor_common *st, bool state) in _hid_sensor_power_state() 152 int hid_sensor_power_state(struct hid_sensor_common *st, bool state) in hid_sensor_power_state() 182 struct hid_sensor_common *attrb = container_of(work, in hid_sensor_set_power_work() 183 struct hid_sensor_common, in hid_sensor_set_power_work() 213 struct hid_sensor_common *attrb) in hid_sensor_remove_trigger() 232 struct hid_sensor_common *attrb) in hid_sensor_setup_trigger() 297 struct hid_sensor_common *attrb = iio_device_get_drvdata(indio_dev); in hid_sensor_suspend() [all …]
|
D | hid-sensor-attributes.c | 154 s32 hid_sensor_read_poll_value(struct hid_sensor_common *st) in hid_sensor_read_poll_value() 174 int hid_sensor_read_samp_freq_value(struct hid_sensor_common *st, in hid_sensor_read_samp_freq_value() 201 int hid_sensor_write_samp_freq_value(struct hid_sensor_common *st, in hid_sensor_write_samp_freq_value() 236 int hid_sensor_read_raw_hyst_value(struct hid_sensor_common *st, in hid_sensor_read_raw_hyst_value() 259 int hid_sensor_read_raw_hyst_rel_value(struct hid_sensor_common *st, int *val1, in hid_sensor_read_raw_hyst_rel_value() 282 int hid_sensor_write_raw_hyst_value(struct hid_sensor_common *st, in hid_sensor_write_raw_hyst_value() 313 int hid_sensor_write_raw_hyst_rel_value(struct hid_sensor_common *st, in hid_sensor_write_raw_hyst_rel_value() 428 int64_t hid_sensor_convert_timestamp(struct hid_sensor_common *st, in hid_sensor_convert_timestamp() 438 struct hid_sensor_common *st) in hid_sensor_get_reporting_interval() 456 struct hid_sensor_common *st) in hid_sensor_get_report_latency_info() [all …]
|
/linux-5.19.10/drivers/iio/magnetometer/ |
D | hid-sensor-magn-3d.c | 36 struct hid_sensor_common magn_flux_attributes; 37 struct hid_sensor_common rot_attributes;
|
/linux-5.19.10/drivers/iio/humidity/ |
D | hid-sensor-humidity.c | 17 struct hid_sensor_common common_attributes;
|
/linux-5.19.10/drivers/iio/temperature/ |
D | hid-sensor-temperature.c | 17 struct hid_sensor_common common_attributes;
|
/linux-5.19.10/drivers/rtc/ |
D | rtc-hid-sensor-time.c | 25 struct hid_sensor_common common_attributes;
|
/linux-5.19.10/drivers/iio/light/ |
D | hid-sensor-prox.c | 20 struct hid_sensor_common common_attributes;
|
D | hid-sensor-als.c | 26 struct hid_sensor_common common_attributes;
|
/linux-5.19.10/drivers/iio/pressure/ |
D | hid-sensor-press.c | 23 struct hid_sensor_common common_attributes;
|
/linux-5.19.10/drivers/iio/orientation/ |
D | hid-sensor-rotation.c | 19 struct hid_sensor_common common_attributes;
|
D | hid-sensor-incl-3d.c | 28 struct hid_sensor_common common_attributes;
|
/linux-5.19.10/drivers/iio/gyro/ |
D | hid-sensor-gyro-3d.c | 26 struct hid_sensor_common common_attributes;
|
/linux-5.19.10/drivers/iio/position/ |
D | hid-sensor-custom-intel-hinge.c | 38 struct hid_sensor_common common_attributes;
|
/linux-5.19.10/drivers/iio/accel/ |
D | hid-sensor-accel-3d.c | 26 struct hid_sensor_common common_attributes;
|