Searched refs:time_state (Results 1 – 1 of 1) sorted by relevance
56 time_state->last_time = time_state->time_buf; in hid_time_proc_event()145 &time_state->info[i]) < 0) in hid_time_parse_report()167 if (time_state->info[i].units != in hid_time_parse_report()172 time_state->info[i].units == in hid_time_parse_report()209 *tm = time_state->last_time; in hid_rtc_read_time()229 if (time_state == NULL) in hid_time_probe()250 time_state); in hid_time_probe()260 &time_state->callbacks); in hid_time_probe()282 if (IS_ERR(time_state->rtc)) { in hid_time_probe()284 ret = PTR_ERR(time_state->rtc); in hid_time_probe()[all …]
Completed in 4 milliseconds