Home
last modified time | relevance | path

Searched refs:host_clock_info (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_timesync.c1024 ts_host_clock_info_t *host_clock_info; in dhd_timesync_send_host_clk_info() local
1041 clk_info_bufsize, ts->fw_tlv_len, (uint32)sizeof(*host_clock_info))); in dhd_timesync_send_host_clk_info()
1043 if (clk_info_bufsize < sizeof(*host_clock_info)) { in dhd_timesync_send_host_clk_info()
1045 clk_info_bufsize, (uint32)sizeof(*host_clock_info))); in dhd_timesync_send_host_clk_info()
1049 host_clock_info = (ts_host_clock_info_t *)clk_info_buffer; in dhd_timesync_send_host_clk_info()
1050 host_clock_info->xtlv.id = BCMMSGBUF_HOST_CLOCK_INFO_TAG; in dhd_timesync_send_host_clk_info()
1051 host_clock_info->xtlv.len = sizeof(*host_clock_info) - sizeof(_bcm_xtlv_t); in dhd_timesync_send_host_clk_info()
1053 host_clock_info->ticks.low = 0; in dhd_timesync_send_host_clk_info()
1054 host_clock_info->ticks.high = 0; in dhd_timesync_send_host_clk_info()
1056 host_clock_info->ns.low = 0; in dhd_timesync_send_host_clk_info()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_timesync.c1024 ts_host_clock_info_t *host_clock_info; in dhd_timesync_send_host_clk_info() local
1041 clk_info_bufsize, ts->fw_tlv_len, (uint32)sizeof(*host_clock_info))); in dhd_timesync_send_host_clk_info()
1043 if (clk_info_bufsize < sizeof(*host_clock_info)) { in dhd_timesync_send_host_clk_info()
1045 clk_info_bufsize, (uint32)sizeof(*host_clock_info))); in dhd_timesync_send_host_clk_info()
1049 host_clock_info = (ts_host_clock_info_t *)clk_info_buffer; in dhd_timesync_send_host_clk_info()
1050 host_clock_info->xtlv.id = BCMMSGBUF_HOST_CLOCK_INFO_TAG; in dhd_timesync_send_host_clk_info()
1051 host_clock_info->xtlv.len = sizeof(*host_clock_info) - sizeof(_bcm_xtlv_t); in dhd_timesync_send_host_clk_info()
1053 host_clock_info->ticks.low = 0; in dhd_timesync_send_host_clk_info()
1054 host_clock_info->ticks.high = 0; in dhd_timesync_send_host_clk_info()
1056 host_clock_info->ns.low = 0; in dhd_timesync_send_host_clk_info()
[all …]