Lines Matching defs:hid_sensor_common
228 struct hid_sensor_common { struct
229 struct hid_sensor_hub_device *hsdev;
230 struct platform_device *pdev;
231 unsigned usage_id;
232 atomic_t data_ready;
233 atomic_t user_requested_state;
234 atomic_t runtime_pm_enable;
235 int poll_interval;
236 int raw_hystersis;
237 int latency_ms;
261 struct hid_sensor_common *st); argument