Lines Matching defs:hid_sensor_common
217 struct hid_sensor_common { struct
218 struct hid_sensor_hub_device *hsdev;
219 struct platform_device *pdev;
220 unsigned usage_id;
221 atomic_t data_ready;
222 atomic_t user_requested_state;
223 atomic_t runtime_pm_enable;
224 int poll_interval;
225 int raw_hystersis;
226 int latency_ms;
250 struct hid_sensor_common *st); argument