Home
last modified time | relevance | path

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

12

/Zephyr-Core-3.6.0/lib/libc/minimal/include/
Dtime.h24 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/
Dptp_clock.c12 struct net_ptp_time *tm) in z_vrfy_ptp_clock_get()
Dptp_clock_nxp_enet.c37 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/
Dtest_gmtime.c15 struct tm tm = { in ZTEST() local
Dmain.c17 struct tm tm = *gmtime(&tp->ux); in timeutil_check() local
Dtimeutil_test.h16 struct tm tm; member
/Zephyr-Core-3.6.0/samples/posix/gettimeofday/src/
Dmain.c21 struct tm tm; in main() local
/Zephyr-Core-3.6.0/include/zephyr/drivers/
Dptp_clock.h41 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/
Ddate_service.c148 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/
Dmain.c30 uint64_t tm, ts, ec, ret; in main() local
/Zephyr-Core-3.6.0/tests/kernel/timer/timer_behavior/src/
Dtick_timer_train.c18 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/
Dtest_y2k.c32 struct tm *const tm[2] = { in ZTEST() local
/Zephyr-Core-3.6.0/lib/utils/
Dtimeutil.c45 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/
Dmain.c187 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/
Deth_e1000.c372 struct net_ptp_time *tm) in ptp_clock_e1000_set()
383 struct net_ptp_time *tm) in ptp_clock_e1000_get()
Deth_native_posix.c633 struct net_ptp_time *tm) in ptp_clock_set_native_posix()
646 struct net_ptp_time *tm) in ptp_clock_get_native_posix()
Deth_stm32_hal.c1730 struct net_ptp_time *tm) in ptp_clock_stm32_set()
1761 struct net_ptp_time *tm) in ptp_clock_stm32_get()
Deth_xmc4xxx.c1042 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/
Drtio_iodev_test.h59 static void rtio_iodev_timer_fn(struct k_timer *tm) in rtio_iodev_timer_fn()
/Zephyr-Core-3.6.0/drivers/rtc/
Drtc_ds1307.c45 static int ds1307_set_time(const struct device *dev, const struct rtc_time *tm) in ds1307_set_time()
Drtc_am1805.c116 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/
Dmain.c337 struct _timeout tm; in ZTEST_USER() local
/Zephyr-Core-3.6.0/drivers/counter/
Dmaxim_ds3231.c323 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/
Dgptp_mi.c339 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/
Dlog_output.c260 struct tm *tm; in timestamp_print() local

12