Home
last modified time | relevance | path

Searched refs:time_buf (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-hid-sensor-time.c30 struct rtc_time time_buf; member
56 time_state->last_time = time_state->time_buf; in hid_time_proc_event()
81 struct rtc_time *time_buf = &time_state->time_buf; in hid_time_capture_sample() local
91 time_buf->tm_year = *(u8 *)raw_data; in hid_time_capture_sample()
92 if (time_buf->tm_year < 70) in hid_time_capture_sample()
94 time_buf->tm_year += 100; in hid_time_capture_sample()
96 time_buf->tm_year = in hid_time_capture_sample()
101 time_buf->tm_mon = (int)hid_time_value(raw_len, raw_data)-1; in hid_time_capture_sample()
104 time_buf in hid_time_capture_sample()
[all...]
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-hid-sensor-time.c30 struct rtc_time time_buf; member
56 time_state->last_time = time_state->time_buf; in hid_time_proc_event()
81 struct rtc_time *time_buf = &time_state->time_buf; in hid_time_capture_sample() local
91 time_buf->tm_year = *(u8 *)raw_data; in hid_time_capture_sample()
92 if (time_buf->tm_year < 70) in hid_time_capture_sample()
94 time_buf->tm_year += 100; in hid_time_capture_sample()
96 time_buf->tm_year = in hid_time_capture_sample()
101 time_buf->tm_mon = (int)hid_time_value(raw_len, raw_data)-1; in hid_time_capture_sample()
104 time_buf in hid_time_capture_sample()
[all...]
/third_party/ltp/testcases/kernel/syscalls/pselect/
H A Dpselect02.c20 static struct timespec time_buf; variable
30 {128, NULL, &time_buf, EINVAL},
44 time_buf.tv_sec = -1; in setup()
45 time_buf.tv_nsec = 0; in setup()
/third_party/ffmpeg/libavcodec/
H A Datrac3plusdec.c68 DECLARE_ALIGNED(32, float, time_buf)[2][ATRAC3P_FRAME_SAMPLES]; ///< output of the gain compensation
304 &ctx->time_buf[ch][sb * ATRAC3P_SUBBAND_SAMPLES]); in reconstruct_frame()
313 memset(&ctx->time_buf[ch][ch_unit->num_subbands * ATRAC3P_SUBBAND_SAMPLES], in reconstruct_frame()
317 sizeof(ctx->time_buf[ch][ch_unit->num_subbands * ATRAC3P_SUBBAND_SAMPLES])); in reconstruct_frame()
326 &ctx->time_buf[ch][sb * 128]); in reconstruct_frame()
332 &ctx->time_buf[ch][0], &ctx->outp_buf[ch][0]); in reconstruct_frame()

Completed in 3 milliseconds