Searched defs:hid_sensor_common (Results 1 – 1 of 1) sorted by relevance
217 struct hid_sensor_common { struct218 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;[all …]