Searched refs:timestamp0 (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/ |
| H A D | procfs.c | 252 u64 fps, timestamp0, timestamp1; in rkcif_show_format() local 305 timestamp0 = stream->fps_stats.frm0_timestamp; in rkcif_show_format() 308 fps = timestamp0 > timestamp1 ? in rkcif_show_format() 309 timestamp0 - timestamp1 : timestamp1 - timestamp0; in rkcif_show_format()
|
| H A D | capture.c | 8277 u64 fps, timestamp0, timestamp1; in rkcif_monitor_reset_event() local 8308 timestamp0 = stream->fps_stats.frm0_timestamp; in rkcif_monitor_reset_event() 8312 fps = timestamp0 > timestamp1 ? in rkcif_monitor_reset_event() 8313 timestamp0 - timestamp1 : timestamp1 - timestamp0; in rkcif_monitor_reset_event() 9222 u64 fps, timestamp0, timestamp1, diff_time; in rkcif_is_reduced_frame_rate() local 9230 timestamp0 = stream->fps_stats.frm0_timestamp; in rkcif_is_reduced_frame_rate() 9234 fps = timestamp0 > timestamp1 ? in rkcif_is_reduced_frame_rate() 9235 timestamp0 - timestamp1 : timestamp1 - timestamp0; in rkcif_is_reduced_frame_rate() 9245 time_distance = timestamp0 > timestamp1 ? in rkcif_is_reduced_frame_rate() 9246 cur_time - timestamp0 : cur_time - timestamp1; in rkcif_is_reduced_frame_rate()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-sched.c | 843 u64 timestamp0, timestamp = sample->time; in replay_switch_event() local 853 timestamp0 = sched->cpu_last_switched[cpu]; in replay_switch_event() 854 if (timestamp0) in replay_switch_event() 855 delta = timestamp - timestamp0; in replay_switch_event() 1116 u64 timestamp0, timestamp = sample->time; in latency_switch_event() local 1122 timestamp0 = sched->cpu_last_switched[cpu]; in latency_switch_event() 1124 if (timestamp0) in latency_switch_event() 1125 delta = timestamp - timestamp0; in latency_switch_event() 1536 u64 timestamp0, timestamp = sample->time; in map_switch_event() local 1558 timestamp0 = sched->cpu_last_switched[this_cpu]; in map_switch_event() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-pcf2127.c | 552 static DEVICE_ATTR_RW(timestamp0);
|
| H A D | rtc-isl1208.c | 589 static DEVICE_ATTR_RW(timestamp0);
|
| H A D | rtc-rv3028.c | 148 static DEVICE_ATTR_RW(timestamp0);
|