Searched defs:hid_time_state (Results 1 – 1 of 1) sorted by relevance
23 struct hid_time_state { struct24 struct hid_sensor_hub_callbacks callbacks;25 struct hid_sensor_common common_attributes;26 struct hid_sensor_hub_attribute_info info[TIME_RTC_CHANNEL_MAX];27 struct rtc_time last_time;28 spinlock_t lock_last_time;29 struct completion comp_last_time;53 struct hid_time_state *time_state = platform_get_drvdata(priv); in hid_time_proc_event() argument