Home
last modified time | relevance | path

Searched refs:has_timestamp (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/rtc/
H A Drtc-isl1208.c77 unsigned has_timestamp:1; member
84 .has_timestamp = false
90 .has_timestamp = false
96 .has_timestamp = false
102 .has_timestamp = true
108 .has_timestamp = false,
686 if (isl1208->config->has_timestamp) in isl1208_rtc_interrupt()
945 if (isl1208->config->has_timestamp) { in isl1208_probe()
/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h149 uint32_t has_timestamp:1; member
/linux/net/can/
H A Dbcm.c332 struct canfd_frame *frames, int has_timestamp) in bcm_send_to_user() argument
378 if (has_timestamp) { in bcm_send_to_user()