Searched defs:hid_time_state (Results 1 – 1 of 1) sorted by relevance
36 struct hid_time_state { struct37 struct hid_sensor_hub_callbacks callbacks;38 struct hid_sensor_common common_attributes;39 struct hid_sensor_hub_attribute_info info[TIME_RTC_CHANNEL_MAX];40 struct rtc_time last_time;41 spinlock_t lock_last_time;42 struct completion comp_last_time;66 struct hid_time_state *time_state = platform_get_drvdata(priv); in hid_time_proc_event() argument