/Zephyr-Core-3.6.0/lib/libc/minimal/include/ |
D | time.h | 24 struct tm { struct 25 int tm_sec; argument 26 int tm_min; argument 27 int tm_hour; argument 28 int tm_mday; argument 29 int tm_mon; argument 30 int tm_year; argument 31 int tm_wday; argument 32 int tm_yday; argument 33 int tm_isdst; argument
|
/Zephyr-Core-3.6.0/drivers/ptp_clock/ |
D | ptp_clock.c | 12 struct net_ptp_time *tm) in z_vrfy_ptp_clock_get()
|
D | ptp_clock_nxp_enet.c | 37 struct net_ptp_time *tm) in ptp_clock_nxp_enet_set() 52 struct net_ptp_time *tm) in ptp_clock_nxp_enet_get()
|
/Zephyr-Core-3.6.0/tests/unit/timeutil/ |
D | test_gmtime.c | 15 struct tm tm = { in ZTEST() local
|
D | main.c | 17 struct tm tm = *gmtime(&tp->ux); in timeutil_check() local
|
D | timeutil_test.h | 16 struct tm tm; member
|
/Zephyr-Core-3.6.0/samples/posix/gettimeofday/src/ |
D | main.c | 21 struct tm tm; in main() local
|
/Zephyr-Core-3.6.0/include/zephyr/drivers/ |
D | ptp_clock.h | 41 struct net_ptp_time *tm) in ptp_clock_set() 60 struct net_ptp_time *tm) in z_impl_ptp_clock_get()
|
/Zephyr-Core-3.6.0/subsys/shell/modules/ |
D | date_service.c | 148 struct tm tm; in cmd_date_set() local 198 struct tm tm; in cmd_date_get() local
|
/Zephyr-Core-3.6.0/samples/drivers/misc/timeaware_gpio/src/ |
D | main.c | 30 uint64_t tm, ts, ec, ret; in main() local
|
/Zephyr-Core-3.6.0/tests/kernel/timer/timer_behavior/src/ |
D | tick_timer_train.c | 18 struct k_timer tm; member 29 void tm_fn(struct k_timer *tm) in tm_fn()
|
/Zephyr-Core-3.6.0/tests/drivers/rtc/rtc_api/src/ |
D | test_y2k.c | 32 struct tm *const tm[2] = { in ZTEST() local
|
/Zephyr-Core-3.6.0/lib/utils/ |
D | timeutil.c | 45 int64_t timeutil_timegm64(const struct tm *tm) in timeutil_timegm64() 59 time_t timeutil_timegm(const struct tm *tm) in timeutil_timegm()
|
/Zephyr-Core-3.6.0/tests/net/ptp/clock/src/ |
D | main.c | 187 static int my_ptp_clock_set(const struct device *dev, struct net_ptp_time *tm) in my_ptp_clock_set() 201 static int my_ptp_clock_get(const struct device *dev, struct net_ptp_time *tm) in my_ptp_clock_get() 441 struct net_ptp_time tm = { in test_ptp_clock_iface() local 530 static ZTEST_BMEM struct net_ptp_time tm; variable
|
/Zephyr-Core-3.6.0/drivers/ethernet/ |
D | eth_e1000.c | 372 struct net_ptp_time *tm) in ptp_clock_e1000_set() 383 struct net_ptp_time *tm) in ptp_clock_e1000_get()
|
D | eth_native_posix.c | 633 struct net_ptp_time *tm) in ptp_clock_set_native_posix() 646 struct net_ptp_time *tm) in ptp_clock_get_native_posix()
|
D | eth_stm32_hal.c | 1730 struct net_ptp_time *tm) in ptp_clock_stm32_set() 1761 struct net_ptp_time *tm) in ptp_clock_stm32_get()
|
D | eth_xmc4xxx.c | 1042 static int eth_xmc4xxx_ptp_clock_set(const struct device *dev, struct net_ptp_time *tm) in eth_xmc4xxx_ptp_clock_set() 1059 static int eth_xmc4xxx_ptp_clock_get(const struct device *dev, struct net_ptp_time *tm) in eth_xmc4xxx_ptp_clock_get()
|
/Zephyr-Core-3.6.0/tests/subsys/rtio/rtio_api/src/ |
D | rtio_iodev_test.h | 59 static void rtio_iodev_timer_fn(struct k_timer *tm) in rtio_iodev_timer_fn()
|
/Zephyr-Core-3.6.0/drivers/rtc/ |
D | rtc_ds1307.c | 45 static int ds1307_set_time(const struct device *dev, const struct rtc_time *tm) in ds1307_set_time()
|
D | rtc_am1805.c | 116 static int am1805_set_time(const struct device *dev, const struct rtc_time *tm) in am1805_set_time()
|
/Zephyr-Core-3.6.0/tests/kernel/timer/timer_error_case/src/ |
D | main.c | 337 struct _timeout tm; in ZTEST_USER() local
|
/Zephyr-Core-3.6.0/drivers/counter/ |
D | maxim_ds3231.c | 323 struct tm tm = { in decode_alarm() local 371 struct tm tm; in encode_alarm() local 423 struct tm tm = { 0 }; in decode_rtc() local 878 struct tm tm; in sync_finish_write() local
|
/Zephyr-Core-3.6.0/subsys/net/l2/ethernet/gptp/ |
D | gptp_mi.c | 339 struct net_ptp_time tm = {}; in gptp_get_current_time_nanosecond() local 751 struct net_ptp_time tm; in gptp_update_local_port_clock() local
|
/Zephyr-Core-3.6.0/subsys/logging/ |
D | log_output.c | 260 struct tm *tm; in timestamp_print() local
|