Searched refs:ts_clk_sel (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_timesync.c | 991 ts_host_clock_sel_t ts_clk_sel; in dhd_timesync_send_host_clock_selection() local 999 bzero(&ts_clk_sel, sizeof(ts_clk_sel)); in dhd_timesync_send_host_clock_selection() 1001 ts_clk_sel.xtlv.id = BCMMSGBUF_HOST_CLOCK_SELECT_TAG; in dhd_timesync_send_host_clock_selection() 1002 ts_clk_sel.xtlv.len = sizeof(ts_clk_sel) - sizeof(_bcm_xtlv_t); in dhd_timesync_send_host_clock_selection() 1003 ts_clk_sel.min_clk_idx = ts->h_clkid_min; in dhd_timesync_send_host_clock_selection() 1004 ts_clk_sel.max_clk_idx = ts->h_clkid_max; in dhd_timesync_send_host_clock_selection() 1006 ts_clk_sel.xtlv.id, ts_clk_sel.xtlv.len, ts_clk_sel.min_clk_idx, in dhd_timesync_send_host_clock_selection() 1007 ts_clk_sel.max_clk_idx, in dhd_timesync_send_host_clock_selection() 1009 ret_val = dhd_prot_send_host_timestamp(ts->dhdp, (uchar *)&ts_clk_sel, sizeof(ts_clk_sel), in dhd_timesync_send_host_clock_selection()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_timesync.c | 991 ts_host_clock_sel_t ts_clk_sel; in dhd_timesync_send_host_clock_selection() local 999 bzero(&ts_clk_sel, sizeof(ts_clk_sel)); in dhd_timesync_send_host_clock_selection() 1001 ts_clk_sel.xtlv.id = BCMMSGBUF_HOST_CLOCK_SELECT_TAG; in dhd_timesync_send_host_clock_selection() 1002 ts_clk_sel.xtlv.len = sizeof(ts_clk_sel) - sizeof(_bcm_xtlv_t); in dhd_timesync_send_host_clock_selection() 1003 ts_clk_sel.min_clk_idx = ts->h_clkid_min; in dhd_timesync_send_host_clock_selection() 1004 ts_clk_sel.max_clk_idx = ts->h_clkid_max; in dhd_timesync_send_host_clock_selection() 1006 ts_clk_sel.xtlv.id, ts_clk_sel.xtlv.len, ts_clk_sel.min_clk_idx, in dhd_timesync_send_host_clock_selection() 1007 ts_clk_sel.max_clk_idx, in dhd_timesync_send_host_clock_selection() 1009 ret_val = dhd_prot_send_host_timestamp(ts->dhdp, (uchar *)&ts_clk_sel, sizeof(ts_clk_sel), in dhd_timesync_send_host_clock_selection()
|