| /Zephyr-latest/tests/subsys/fs/common/ | 
| D | test_fs_open_flags.c | 55 static void ZOPEN(struct test_state *ts, int flags, int expected, int line)  in ZOPEN()62 static void ZCLOSE(struct test_state *ts, int line)  in ZCLOSE()
 69 static void ZWRITE(struct test_state *ts, int expected, int line)  in ZWRITE()
 76 static void ZREAD(struct test_state *ts, int expected, int line)  in ZREAD()
 83 static void ZUNLINK(struct test_state *ts, int line)  in ZUNLINK()
 94 static void ZCHKPOS(struct test_state *ts, off_t expected, int line)  in ZCHKPOS()
 101 static void ZREWIND(struct test_state *ts, int line)  in ZREWIND()
 116 #define ZOPEN(ts, flags, expected) ZOPEN(ts, flags, expected, __LINE__)  argument
 117 #define ZCLOSE(ts) ZCLOSE(ts, __LINE__)  argument
 118 #define ZWRITE(ts, expected) ZWRITE(ts, expected, __LINE__)  argument
 [all …]
 
 | 
| /Zephyr-latest/subsys/debug/ | 
| D | mipi_stp_decoder.c | 110 static void data4_cb(uint64_t data, uint64_t ts)  in data4_cb()118 static void data8_cb(uint64_t data, uint64_t ts)  in data8_cb()
 126 static void data16_cb(uint64_t data, uint64_t ts)  in data16_cb()
 134 static void data32_cb(uint64_t data, uint64_t ts)  in data32_cb()
 142 static void data64_cb(uint64_t data, uint64_t ts)  in data64_cb()
 150 static void data4_m_cb(uint64_t data, uint64_t ts)  in data4_m_cb()
 158 static void data8_m_cb(uint64_t data, uint64_t ts)  in data8_m_cb()
 166 static void data16_m_cb(uint64_t data, uint64_t ts)  in data16_m_cb()
 174 static void data32_m_cb(uint64_t data, uint64_t ts)  in data32_m_cb()
 182 static void data64_m_cb(uint64_t data, uint64_t ts)  in data64_m_cb()
 [all …]
 
 | 
| /Zephyr-latest/tests/posix/common/src/ | 
| D | clock.c | 14 static inline int64_t ts_to_ns(const struct timespec *ts)  in ts_to_ns()19 static inline void tv_to_ts(const struct timeval *tv, struct timespec *ts)  in tv_to_ts()
 38 	struct timespec ts;  in ZTEST()  local
 
 | 
| /Zephyr-latest/subsys/net/lib/sntp/ | 
| D | sntp_simple.c | 13 			      struct sntp_time *ts)  in sntp_simple_helper()75 		     struct sntp_time *ts)  in sntp_simple_addr()
 87 int sntp_simple(const char *server, uint32_t timeout, struct sntp_time *ts)  in sntp_simple()
 
 | 
| D | sntp.c | 65 	uint32_t ts;  in parse_response()  local203 int sntp_query(struct sntp_ctx *ctx, uint32_t timeout, struct sntp_time *ts)  in sntp_query()
 221 			      struct sntp_time *ts)  in sntp_recv_response()
 301 int sntp_read_async(struct net_socket_service_event *event, struct sntp_time *ts)  in sntp_read_async()
 
 | 
| /Zephyr-latest/include/zephyr/drivers/misc/coresight/ | 
| D | stmesp.h | 56 static inline volatile void *_stmesp_get_data_reg(STMESP_Type *reg, bool ts,  in _stmesp_get_data_reg()99 static inline void stmesp_flag(STMESP_Type *reg, uint32_t data, bool ts, bool guaranteed)  in stmesp_flag()
 124 static inline void stmesp_data8(STMESP_Type *reg, uint8_t data, bool ts,  in stmesp_data8()
 138 static inline void stmesp_data16(STMESP_Type *reg, uint16_t data, bool ts,  in stmesp_data16()
 152 static inline void stmesp_data32(STMESP_Type *reg, uint32_t data, bool ts,  in stmesp_data32()
 
 | 
| /Zephyr-latest/lib/libc/common/source/time/ | 
| D | time.c | 14 	struct timespec ts;  in time()  local
 | 
| /Zephyr-latest/tests/posix/timers/src/ | 
| D | clock.c | 32 static inline int64_t ts_to_ns(const struct timespec *ts)  in ts_to_ns()37 static inline void tv_to_ts(const struct timeval *tv, struct timespec *ts)  in tv_to_ts()
 69 	struct timespec ts;  in ZTEST()  local
 95 	struct timespec ts = {0};  in ZTEST()  local
 
 | 
| D | nanosleep.c | 226 	struct timespec ts;  in ZTEST()  local
 | 
| /Zephyr-latest/tests/lib/c_lib/thrd/src/ | 
| D | thrd.h | 21 static inline void timespec_add_ms(struct timespec *ts, uint32_t ms)  in timespec_add_ms()
 | 
| /Zephyr-latest/subsys/logging/frontends/ | 
| D | log_frontend_stmesp_demux.c | 41 	uint32_t ts;  member262 static void store_turbo_log0(uint16_t m_id, uint16_t id, uint64_t *ts, uint16_t source_id)  in store_turbo_log0()
 279 static void store_turbo_log1(uint16_t m_id, uint16_t id, uint64_t *ts, uint32_t data)  in store_turbo_log1()
 296 static void store_tracepoint(uint16_t m_id, uint16_t id, uint64_t *ts, uint32_t *data)  in store_tracepoint()
 311 static void log_frontend_stmesp_demux_hw_event(uint64_t *ts, uint8_t data)  in log_frontend_stmesp_demux_hw_event()
 353 int log_frontend_stmesp_demux_log0(uint16_t source_id, uint64_t *ts)  in log_frontend_stmesp_demux_log0()
 416 int log_frontend_stmesp_demux_packet_start(uint32_t *data, uint64_t *ts)  in log_frontend_stmesp_demux_packet_start()
 512 void log_frontend_stmesp_demux_timestamp(uint64_t ts)  in log_frontend_stmesp_demux_timestamp()
 
 | 
| /Zephyr-latest/lib/posix/options/ | 
| D | clock.c | 56 int z_vrfy___posix_clock_get_base(clockid_t clock_id, struct timespec *ts)  in z_vrfy___posix_clock_get_base()64 int clock_gettime(clockid_t clock_id, struct timespec *ts)  in clock_gettime()
 274 	struct timespec ts;  in gettimeofday()  local
 
 | 
| /Zephyr-latest/samples/drivers/misc/timeaware_gpio/src/ | 
| D | main.c | 30 	uint64_t tm, ts, ec, ret;  in main()  local
 | 
| /Zephyr-latest/subsys/net/lib/config/ | 
| D | init_clock_sntp.c | 42 	struct sntp_time ts;  in net_init_clock_via_sntp()  local
 | 
| /Zephyr-latest/tests/subsys/logging/log_frontend_stmesp_demux/src/ | 
| D | main.c | 112 static int write_trace_point(uint16_t *m_id, uint16_t *c_id, uint32_t *data, uint64_t ts)  in write_trace_point()125 static int write_hw_event(uint8_t evt, uint64_t ts)  in write_hw_event()
 134 static void packet_start(uint16_t *m_id, uint16_t *c_id, uint32_t data, uint64_t ts, int exp_rv,  in packet_start()
 188 static void write_packet(uint16_t m_id, uint16_t c_id, uint64_t ts, uint16_t len, uint8_t id)  in write_packet()
 253 	uint64_t ts = 0;  in ZTEST()  local
 324 	uint64_t ts = 0;  in ZTEST()  local
 448 	uint64_t ts = 0;  in ZTEST()  local
 
 | 
| /Zephyr-latest/subsys/net/l2/ethernet/gptp/ | 
| D | gptp_private.h | 111 static inline uint64_t gptp_timestamp_to_nsec(struct net_ptp_time *ts)  in gptp_timestamp_to_nsec()
 | 
| /Zephyr-latest/lib/libc/common/source/thrd/ | 
| D | cnd.c | 51 int cnd_timedwait(cnd_t *restrict cond, mtx_t *restrict mtx, const struct timespec *restrict ts)  in cnd_timedwait()
 | 
| /Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/ | 
| D | usb.c | 56 	uint32_t ts;  member201 static bool ts_overflowed(uint32_t ts)  in ts_overflowed()
 210 			 size_t frame_size, uint32_t ts)  in usb_add_frame_to_usb()
 
 | 
| /Zephyr-latest/include/zephyr/net/ | 
| D | ptp_time.h | 210 static inline net_time_t net_ptp_time_to_ns(struct net_ptp_time *ts)  in net_ptp_time_to_ns()233 	struct net_ptp_time ts;  in ns_to_net_ptp_time()  local
 
 | 
| /Zephyr-latest/subsys/testsuite/include/zephyr/ | 
| D | timestamp.h | 33 static inline uint32_t TIME_STAMP_DELTA_GET(uint32_t ts)  in TIME_STAMP_DELTA_GET()
 | 
| /Zephyr-latest/subsys/net/lib/ptp/ | 
| D | tlv.c | 49 	struct ptp_timestamp ts;  in tlv_mgmt_post_recv()  local269 	struct ptp_timestamp ts;  in tlv_mgmt_pre_send()  local
 
 | 
| D | msg.c | 52 static void msg_timestamp_post_recv(struct ptp_msg *msg, struct ptp_timestamp *ts)  in msg_timestamp_post_recv()59 static void msg_timestamp_pre_send(struct ptp_timestamp *ts)  in msg_timestamp_pre_send()
 
 | 
| /Zephyr-latest/tests/drivers/can/timing/src/ | 
| D | main.c | 78 	const uint32_t ts = 1 + timing->prop_seg + timing->phase_seg1 + timing->phase_seg2;  in assert_bitrate_correct()  local130 	const uint32_t ts = 1 + timing->prop_seg + timing->phase_seg1 + timing->phase_seg2;  in assert_sp_within_margin()  local
 
 | 
| /Zephyr-latest/samples/net/mqtt_sn_publisher/src/ | 
| D | udp.c | 82 	static APP_BMEM int64_t ts;  in do_work()  local
 | 
| /Zephyr-latest/subsys/bluetooth/audio/shell/ | 
| D | bap_usb.c | 61 	uint32_t ts;  member202 static bool ts_overflowed(uint32_t ts)  in ts_overflowed()
 211 			     size_t frame_size, uint32_t ts)  in bap_usb_add_frame_to_usb()
 
 |