Lines Matching defs:hid_sensor_common
218 struct hid_sensor_common { struct
219 struct hid_sensor_hub_device *hsdev;
220 struct platform_device *pdev;
221 unsigned usage_id;
222 atomic_t data_ready;
223 atomic_t user_requested_state;
224 atomic_t runtime_pm_enable;
225 int poll_interval;
226 int raw_hystersis;
227 int latency_ms;
228 struct iio_trigger *trigger;
252 struct hid_sensor_common *st, argument