| /Zephyr-latest/lib/libc/minimal/include/ | 
| D | time.h | 24 struct tm {  struct25 	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()  local37 	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()  local194 	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;  member29 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_ds3231.c | 264 static int rtc_ds3231_rtc_time_to_buf(const struct rtc_time *tm, uint8_t *buf)  in rtc_ds3231_rtc_time_to_buf()282 static int rtc_ds3231_set_time(const struct device *dev, const struct rtc_time *tm)  in rtc_ds3231_set_time()
 297 static void rtc_ds3231_reset_rtc_time(struct rtc_time *tm)  in rtc_ds3231_reset_rtc_time()
 380 static int rtc_ds3231_rtc_time_to_alarm_buf(const struct rtc_time *tm, int id, const uint16_t mask,  in rtc_ds3231_rtc_time_to_alarm_buf()
 438 static int rtc_ds3231_modify_alarm_time(const struct device *dev, int id, const struct rtc_time *tm,  in rtc_ds3231_modify_alarm_time()
 496 static int rtc_ds3231_alarm_buf_to_rtc_time(uint8_t *buf, int id, struct rtc_time *tm,  in rtc_ds3231_alarm_buf_to_rtc_time()
 
 | 
| 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 | 64 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_tap.c | 554 static int ptp_clock_set_native_tap(const struct device *clk, struct net_ptp_time *tm)  in ptp_clock_set_native_tap()566 static int ptp_clock_get_native_tap(const struct device *clk, struct net_ptp_time *tm)  in ptp_clock_get_native_tap()
 
 | 
| /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()  local376 	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
 
 | 
| /Zephyr-latest/subsys/net/l2/ethernet/gptp/ | 
| D | gptp_mi.c | 339 		struct net_ptp_time tm = {};  in gptp_get_current_time_nanosecond()  local751 	struct net_ptp_time tm;  in gptp_update_local_port_clock()  local
 
 |