/Zephyr-Core-3.4.0/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-Core-3.4.0/lib/posix/ |
D | clock.c | 28 int z_impl_clock_gettime(clockid_t clock_id, struct timespec *ts) in z_impl_clock_gettime() 69 int z_vrfy_clock_gettime(clockid_t clock_id, struct timespec *ts) in z_vrfy_clock_gettime() 116 struct timespec ts; in gettimeofday() local
|
/Zephyr-Core-3.4.0/lib/libc/common/source/time/ |
D | time.c | 14 struct timespec ts; in time() local
|
/Zephyr-Core-3.4.0/subsys/net/lib/config/ |
D | init_clock_sntp.c | 16 struct sntp_time ts; in net_init_clock_via_sntp() local
|
/Zephyr-Core-3.4.0/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-Core-3.4.0/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-Core-3.4.0/tests/posix/common/src/ |
D | clock.c | 17 struct timespec ts, te; in ZTEST() local
|
D | timer.c | 31 struct timespec ts, te; in ZTEST() local
|
D | nanosleep.c | 96 struct timespec ts = {0, 1}; in ZTEST() local
|
/Zephyr-Core-3.4.0/samples/net/mqtt_sn_publisher/src/ |
D | udp.c | 65 static APP_BMEM int64_t ts; in do_work() local
|
/Zephyr-Core-3.4.0/tests/lib/json/src/ |
D | main.c | 111 struct test_struct ts = { in ZTEST() local 169 struct test_struct ts; in ZTEST() local 464 struct test_struct ts; in parse_harness() local 522 struct test_struct ts; in ZTEST() local 533 struct test_struct ts; in ZTEST() local 544 struct test_struct ts; in ZTEST() local 555 struct test_struct ts; in ZTEST() local
|
/Zephyr-Core-3.4.0/tests/drivers/can/timing/src/ |
D | main.c | 91 const uint32_t ts = 1 + timing->prop_seg + timing->phase_seg1 + timing->phase_seg2; in assert_bitrate_correct() local 143 const uint32_t ts = 1 + timing->prop_seg + timing->phase_seg1 + timing->phase_seg2; in assert_sp_within_margin() local
|
/Zephyr-Core-3.4.0/subsys/net/lib/sntp/ |
D | sntp.c | 50 uint32_t ts; in parse_response() local
|
/Zephyr-Core-3.4.0/drivers/can/ |
D | can_common.c | 169 uint32_t ts = max->prop_seg + max->phase_seg1 + max->phase_seg2 + in can_calc_timing_int() local 260 uint32_t ts = timing->prop_seg + timing->phase_seg1 + timing->phase_seg2 + in can_calc_prescaler() local
|
/Zephyr-Core-3.4.0/drivers/ethernet/ |
D | eth_sam_gmac.c | 612 struct net_ptp_time ts; in get_ptp_event_rx_ts() local 623 struct net_ptp_time ts; in get_ptp_peer_event_rx_ts() local 634 struct net_ptp_time ts; in get_ptp_event_tx_ts() local 645 struct net_ptp_time ts; in get_ptp_peer_event_tx_ts() local 656 struct net_ptp_time ts; in get_current_ts() local
|
D | eth_mcux.c | 767 uint32_t ts; in eth_rx() local
|
/Zephyr-Core-3.4.0/samples/drivers/counter/maxim_ds3231/src/ |
D | main.c | 134 struct timespec *ts = &sp.rtc; in min_alarm_handler() local
|
/Zephyr-Core-3.4.0/subsys/net/lib/zperf/ |
D | zperf_internal.h | 85 static inline uint32_t time_delta(uint32_t ts, uint32_t t) in time_delta()
|
/Zephyr-Core-3.4.0/drivers/counter/ |
D | counter_ll_stm32_rtc.c | 171 time_t ts; in rtc_stm32_read() local
|
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/hci/ |
D | hci_driver.c | 123 uint8_t ts, pb; in sink_sdu_emit_hci() local
|
/Zephyr-Core-3.4.0/subsys/bluetooth/host/ |
D | monitor.c | 183 struct bt_monitor_ts32 *ts; in encode_hdr() local
|
D | iso.c | 584 uint8_t pb, ts; in bt_iso_recv() local 728 uint32_t ts) in iso_chan_max_data_len() 749 uint16_t seq_num, uint32_t ts) in bt_iso_chan_send()
|
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/ |
D | bap_stream.c | 236 uint16_t seq_num, uint32_t ts) in bt_bap_stream_send()
|
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/ |
D | iso.h | 227 uint32_t ts; member 239 uint32_t ts; member
|
/Zephyr-Core-3.4.0/tests/net/ptp/clock/src/ |
D | main.c | 174 static uint64_t timestamp_to_nsec(struct net_ptp_time *ts) in timestamp_to_nsec()
|