time_buf 30 drivers/rtc/rtc-hid-sensor-time.c struct rtc_time time_buf; time_buf 56 drivers/rtc/rtc-hid-sensor-time.c time_state->last_time = time_state->time_buf; time_buf 81 drivers/rtc/rtc-hid-sensor-time.c struct rtc_time *time_buf = &time_state->time_buf; time_buf 91 drivers/rtc/rtc-hid-sensor-time.c time_buf->tm_year = *(u8 *)raw_data; time_buf 92 drivers/rtc/rtc-hid-sensor-time.c if (time_buf->tm_year < 70) time_buf 94 drivers/rtc/rtc-hid-sensor-time.c time_buf->tm_year += 100; time_buf 96 drivers/rtc/rtc-hid-sensor-time.c time_buf->tm_year = time_buf 101 drivers/rtc/rtc-hid-sensor-time.c time_buf->tm_mon = (int)hid_time_value(raw_len, raw_data)-1; time_buf 104 drivers/rtc/rtc-hid-sensor-time.c time_buf->tm_mday = (int)hid_time_value(raw_len, raw_data); time_buf 107 drivers/rtc/rtc-hid-sensor-time.c time_buf->tm_hour = (int)hid_time_value(raw_len, raw_data); time_buf 110 drivers/rtc/rtc-hid-sensor-time.c time_buf->tm_min = (int)hid_time_value(raw_len, raw_data); time_buf 113 drivers/rtc/rtc-hid-sensor-time.c time_buf->tm_sec = (int)hid_time_value(raw_len, raw_data); time_buf 1838 tools/perf/util/header.c char time_buf[32]; time_buf 1844 tools/perf/util/header.c time_buf, sizeof(time_buf)); time_buf 1845 tools/perf/util/header.c fprintf(fp, "# time of first sample : %s\n", time_buf); time_buf 1848 tools/perf/util/header.c time_buf, sizeof(time_buf)); time_buf 1849 tools/perf/util/header.c fprintf(fp, "# time of last sample : %s\n", time_buf);