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