/linux/include/linux/ |
H A D | hid-sensor-hub.h | 219 struct hid_sensor_common { struct 253 struct hid_sensor_common *st, argument 256 int hid_sensor_write_raw_hyst_value(struct hid_sensor_common *st, 258 int hid_sensor_write_raw_hyst_rel_value(struct hid_sensor_common *st, int val1, 260 int hid_sensor_read_raw_hyst_value(struct hid_sensor_common *st, 262 int hid_sensor_read_raw_hyst_rel_value(struct hid_sensor_common *st, 264 int hid_sensor_write_samp_freq_value(struct hid_sensor_common *st, 266 int hid_sensor_read_samp_freq_value(struct hid_sensor_common *st, 276 s32 hid_sensor_read_poll_value(struct hid_sensor_common *st); 278 int64_t hid_sensor_convert_timestamp(struct hid_sensor_common *s 220 hsdevhid_sensor_common global() argument 221 pdevhid_sensor_common global() argument 222 usage_idhid_sensor_common global() argument 223 data_readyhid_sensor_common global() argument 224 user_requested_statehid_sensor_common global() argument 225 runtime_pm_enablehid_sensor_common global() argument 226 poll_intervalhid_sensor_common global() argument 227 raw_hystersishid_sensor_common global() argument 228 latency_mshid_sensor_common global() argument 229 triggerhid_sensor_common global() argument [all...] |
/linux/drivers/iio/common/hid-sensors/ |
H A 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 *attr in hid_sensor_suspend() [all...] |
H A 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);
|
H A D | hid-sensor-attributes.c | 158 s32 hid_sensor_read_poll_value(struct hid_sensor_common *st) in hid_sensor_read_poll_value() 178 int hid_sensor_read_samp_freq_value(struct hid_sensor_common *st, in hid_sensor_read_samp_freq_value() 205 int hid_sensor_write_samp_freq_value(struct hid_sensor_common *st, in hid_sensor_write_samp_freq_value() 240 int hid_sensor_read_raw_hyst_value(struct hid_sensor_common *st, in hid_sensor_read_raw_hyst_value() 263 int hid_sensor_read_raw_hyst_rel_value(struct hid_sensor_common *st, int *val1, in hid_sensor_read_raw_hyst_rel_value() 286 int hid_sensor_write_raw_hyst_value(struct hid_sensor_common *st, in hid_sensor_write_raw_hyst_value() 317 int hid_sensor_write_raw_hyst_rel_value(struct hid_sensor_common *st, in hid_sensor_write_raw_hyst_rel_value() 432 int64_t hid_sensor_convert_timestamp(struct hid_sensor_common *st, in hid_sensor_convert_timestamp() 442 struct hid_sensor_common *st) in hid_sensor_get_reporting_interval() 460 struct hid_sensor_common *s in hid_sensor_get_report_latency_info() [all...] |
/linux/drivers/iio/magnetometer/ |
H A D | hid-sensor-magn-3d.c | 36 struct hid_sensor_common magn_flux_attributes; 37 struct hid_sensor_common rot_attributes;
|
/linux/drivers/iio/humidity/ |
H A D | hid-sensor-humidity.c | 17 struct hid_sensor_common common_attributes;
|
/linux/drivers/iio/temperature/ |
H A D | hid-sensor-temperature.c | 17 struct hid_sensor_common common_attributes;
|
/linux/drivers/rtc/ |
H A D | rtc-hid-sensor-time.c | 25 struct hid_sensor_common common_attributes;
|
/linux/drivers/iio/pressure/ |
H A D | hid-sensor-press.c | 23 struct hid_sensor_common common_attributes;
|
/linux/drivers/iio/gyro/ |
H A D | hid-sensor-gyro-3d.c | 26 struct hid_sensor_common common_attributes;
|
/linux/drivers/iio/orientation/ |
H A D | hid-sensor-incl-3d.c | 28 struct hid_sensor_common common_attributes;
|
/linux/drivers/iio/accel/ |
H A D | hid-sensor-accel-3d.c | 26 struct hid_sensor_common common_attributes;
|
/linux/drivers/iio/light/ |
H A D | hid-sensor-als.c | 29 struct hid_sensor_common common_attributes;
|