Home
last modified time | relevance | path

Searched refs:tm_sec (Results 1 – 21 of 21) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
Dosal_timer.c167 tm->tm_sec = _tm.tm_sec; in osal_rtc_time_to_tm()
182 _tm.tm_sec = tm->tm_sec; in osal_rtc_tm_to_time()
209 _tm.tm_sec = tm->tm_sec; in osal_rtc_valid_tm()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
Dosal_timer.c214 tm->tm_sec = _tm.tm_sec; in osal_rtc_time_to_tm()
229 _tm.tm_sec = tm->tm_sec; in osal_rtc_tm_to_time()
250 _tm.tm_sec = tm->tm_sec; in osal_rtc_valid_tm()
/device/soc/winnermicro/wm800/board/platform/drivers/rtc/
Dwm_rtc.c59 ctrl1 |= tblock->tm_sec; in tls_set_rtc()
96 tblock->tm_sec = ctrl1 & 0x0000003f; in tls_get_rtc()
149 ctrl1 |= tblock->tm_sec; in tls_rtc_timer_start()
/device/board/kaihong/khdvk_3566b/kernel/bluetooth/include/utils/
DLog.h39 1 + p->tm_mon, p->tm_mday, 0X8 + p->tm_hour, p->tm_min, p->tm_sec); in Print()
/device/soc/esp/esp32/components/log/
Dlog_freertos.c85 timeinfo.tm_sec, in esp_log_system_timestamp()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/rtc/
Drtc-sunxi.c238 tm->tm_sec = GET_SEC_FROM_REG(hw_hhmmss); in hw_day_hhmmss_to_tm()
260 PUT_SEC_IN_REG(tm->tm_sec); in tm_to_hw_day_hhmmss()
276 tm->tm_sec = GET_SEC_FROM_REG(hw_hhmmss); in hw_yymmdd_hhmmss_to_tm()
293 PUT_SEC_IN_REG(tm->tm_sec); in tm_to_hw_yymmdd_hhmmss()
325 tm->tm_hour, tm->tm_min, tm->tm_sec); in show_tm()
553 wkalrm.time.tm_sec = 0; in alarm0_reset()
/device/soc/chipsea/cst85/liteos_m/sdk/modules/apps/src/
Dapp_hfp.c59 … tim_st.tm_year + YEAR0,tim_st.tm_mon,tim_st.tm_mday,tim_st.tm_hour,tim_st.tm_min,tim_st.tm_sec); in app_hfp_cclk_check_timer()
618 timer.tm_sec = (at_resualt_string[23] - '0') * 10 + (at_resualt_string[24] - '0'); in app_hfp_msg_handle()
623 timer.tm_hour,timer.tm_min,timer.tm_sec,(uint32_t)gmt); in app_hfp_msg_handle()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dtime.h54 int tm_sec; member
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/net/utils/
Dnet_defs.h283 unsigned int tm_sec; member
/device/board/unionman/unionpi_tiger/hardware/bt/src/
Drtk_btsnoop_net.c328 …(t->tm_hour * 3600LL + t->tm_min * 60LL + t->tm_sec) * 1000LL * 1000LL * 1000LL + tv.tv_usec * 100… in rtk_btsnoop_net_write()
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/
Drtk_btsnoop_net.c305 …uint64_t nano_time = (t->tm_hour * 3600 + t->tm_min * 60 + t->tm_sec) * 1000 * 1000LL * 1000 + tv.… in rtk_btsnoop_net_write()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
Dhi_osal.h149 int tm_sec; member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
Dhi_osal.h472 int tm_sec; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dhi_osal.h467 int tm_sec; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
Dhi_osal.h470 int tm_sec; member
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/common/firmware/
Dfirmware_drv.c391 tm.tm_hour, tm.tm_min, tm.tm_sec, in info_show()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/src/
Dosd_img.c214 pstTime->tm_hour, pstTime->tm_min, pstTime->tm_sec) < 0) { in OSD_GetTimeStr()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/
Ddebug.c4560 tm.tm_hour, tm.tm_min, tm.tm_sec); in xradio_logfile()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_linux.c23602 &tm.tm_hour, &tm.tm_min, &tm.tm_sec); in dhd_get_debug_dump_file_name()
23605 tm.tm_hour, tm.tm_min, tm.tm_sec); in dhd_get_debug_dump_file_name()
26034 tm.tm_hour, tm.tm_min, tm.tm_sec, tv.tv_usec);
28208 tm.tm_sec, (int)(curtime.tv_usec/NSEC_PER_USEC));
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Ddhd_linux.c21621 tm.tm_mon + 1, tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec,
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_linux.c20847 tm.tm_sec, (int)(curtime.tv_usec/NSEC_PER_USEC));