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