Searched defs:sensor_hub_data (Results 1 – 1 of 1) sorted by relevance
29 struct sensor_hub_data { struct30 struct mutex mutex;31 spinlock_t lock;32 struct list_head dyn_callback_list;33 spinlock_t dyn_callback_lock;34 struct mfd_cell *hid_sensor_hub_client_devs;35 int hid_sensor_client_cnt;36 int ref_cnt;
Completed in 7 milliseconds