Home
last modified time | relevance | path

Searched defs:ts (Results 1 – 25 of 28) sorted by relevance

12

/Zephyr-Core-3.4.0/tests/subsys/fs/common/
Dtest_fs_open_flags.c55 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/
Dclock.c28 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/
Dtime.c14 struct timespec ts; in time() local
/Zephyr-Core-3.4.0/subsys/net/lib/config/
Dinit_clock_sntp.c16 struct sntp_time ts; in net_init_clock_via_sntp() local
/Zephyr-Core-3.4.0/subsys/net/l2/ethernet/gptp/
Dgptp_private.h111 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/
Dtimestamp.h33 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/
Dclock.c17 struct timespec ts, te; in ZTEST() local
Dtimer.c31 struct timespec ts, te; in ZTEST() local
Dnanosleep.c96 struct timespec ts = {0, 1}; in ZTEST() local
/Zephyr-Core-3.4.0/samples/net/mqtt_sn_publisher/src/
Dudp.c65 static APP_BMEM int64_t ts; in do_work() local
/Zephyr-Core-3.4.0/tests/lib/json/src/
Dmain.c111 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/
Dmain.c91 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/
Dsntp.c50 uint32_t ts; in parse_response() local
/Zephyr-Core-3.4.0/drivers/can/
Dcan_common.c169 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/
Deth_sam_gmac.c612 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
Deth_mcux.c767 uint32_t ts; in eth_rx() local
/Zephyr-Core-3.4.0/samples/drivers/counter/maxim_ds3231/src/
Dmain.c134 struct timespec *ts = &sp.rtc; in min_alarm_handler() local
/Zephyr-Core-3.4.0/subsys/net/lib/zperf/
Dzperf_internal.h85 static inline uint32_t time_delta(uint32_t ts, uint32_t t) in time_delta()
/Zephyr-Core-3.4.0/drivers/counter/
Dcounter_ll_stm32_rtc.c171 time_t ts; in rtc_stm32_read() local
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/hci/
Dhci_driver.c123 uint8_t ts, pb; in sink_sdu_emit_hci() local
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dmonitor.c183 struct bt_monitor_ts32 *ts; in encode_hdr() local
Diso.c584 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/
Dbap_stream.c236 uint16_t seq_num, uint32_t ts) in bt_bap_stream_send()
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Diso.h227 uint32_t ts; member
239 uint32_t ts; member
/Zephyr-Core-3.4.0/tests/net/ptp/clock/src/
Dmain.c174 static uint64_t timestamp_to_nsec(struct net_ptp_time *ts) in timestamp_to_nsec()

12