Searched defs:hid_sensor_common (Results 1 – 1 of 1) sorted by relevance
244 struct hid_sensor_common { struct245 struct hid_sensor_hub_device *hsdev;246 struct platform_device *pdev;247 unsigned usage_id;248 atomic_t data_ready;249 atomic_t user_requested_state;250 atomic_t runtime_pm_enable;251 int poll_interval;252 int raw_hystersis;253 int latency_ms;[all …]