/Zephyr-latest/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-latest/samples/drivers/rtc/src/ |
D | main.c | 17 struct rtc_time tm = { in set_date_time() local 37 struct rtc_time tm; in get_date_time() local
|
/Zephyr-latest/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 | 38 struct net_ptp_time *tm) in ptp_clock_nxp_enet_set() 52 struct net_ptp_time *tm) in ptp_clock_nxp_enet_get()
|
/Zephyr-latest/tests/unit/timeutil/ |
D | main.c | 17 struct tm tm = *gmtime(&tp->ux); in timeutil_check() local
|
D | test_gmtime.c | 15 struct tm tm = { in ZTEST() local
|
D | timeutil_test.h | 16 struct tm tm; member
|
/Zephyr-latest/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-latest/samples/posix/gettimeofday/src/ |
D | main.c | 23 struct tm tm; in main() local
|
/Zephyr-latest/subsys/shell/modules/ |
D | date_service.c | 144 struct tm tm; in cmd_date_set() local 194 struct tm tm; in cmd_date_get() 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 | 21 static int sntp_init_helper(struct sntp_time *tm) in sntp_init_helper()
|
/Zephyr-latest/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-latest/tests/drivers/rtc/rtc_api/src/ |
D | test_y2k.c | 35 struct tm *const tm[2] = { in ZTEST() local
|
/Zephyr-latest/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-latest/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-latest/drivers/rtc/ |
D | rtc_ambiq.c | 43 static void rtc_time_to_ambiq_time_set(const struct rtc_time *tm, am_hal_rtc_time_t *atm) in rtc_time_to_ambiq_time_set() 72 static void ambiq_time_to_rtc_time_set(const am_hal_rtc_time_t *atm, struct rtc_time *tm) in ambiq_time_to_rtc_time_set()
|
D | rtc_ds1307.c | 45 static int ds1307_set_time(const struct device *dev, const struct rtc_time *tm) in ds1307_set_time()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_e1000.c | 332 struct net_ptp_time *tm) in ptp_clock_e1000_set() 343 struct net_ptp_time *tm) in ptp_clock_e1000_get()
|
D | eth_native_posix.c | 517 struct net_ptp_time *tm) in ptp_clock_set_native_posix() 530 struct net_ptp_time *tm) in ptp_clock_get_native_posix()
|
D | eth_stm32_hal.c | 1352 struct net_ptp_time *tm) in ptp_clock_stm32_set() 1383 struct net_ptp_time *tm) in ptp_clock_stm32_get()
|
D | eth_xmc4xxx.c | 1019 static int eth_xmc4xxx_ptp_clock_set(const struct device *dev, struct net_ptp_time *tm) in eth_xmc4xxx_ptp_clock_set() 1036 static int eth_xmc4xxx_ptp_clock_get(const struct device *dev, struct net_ptp_time *tm) in eth_xmc4xxx_ptp_clock_get()
|
/Zephyr-latest/tests/subsys/rtio/rtio_api/src/ |
D | rtio_iodev_test.h | 79 static void rtio_iodev_timer_fn(struct k_timer *tm) in rtio_iodev_timer_fn()
|
/Zephyr-latest/tests/kernel/timer/timer_error_case/src/ |
D | main.c | 337 struct _timeout tm; in ZTEST_USER() local
|
/Zephyr-latest/drivers/counter/ |
D | maxim_ds3231.c | 328 struct tm tm = { in decode_alarm() local 376 struct tm tm; in encode_alarm() local 428 struct tm tm = { 0 }; in decode_rtc() local 883 struct tm tm; in sync_finish_write() local
|