Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c1959 uint32 dhd_get_htsf(dhd_info_t *dhd, int ifidx);
17802 htsf = dhd_get_htsf(dhd, 0); in dhd_htsf_addtxts()
17875 htsf_ts->tE0 = dhd_get_htsf(dhd, 0); in dhd_htsf_addrxts()
17882 htsf = dhd_get_htsf(dhd, 0); in dhd_htsf_addrxts()
17907 uint32 dhd_get_htsf(dhd_info_t *dhd, int ifidx) in dhd_get_htsf() function
17984 s1 = dhd_get_htsf(dhd, 0); in dhd_ioctl_htsf_get()
17994 s2 = dhd_get_htsf(dhd, 0); in dhd_ioctl_htsf_get()
H A Ddhd_sdio.c749 extern uint32 dhd_get_htsf(void *dhd, int ifidx);
2465 htsf_ts->t20 = dhd_get_htsf(bus->dhd->info, 0); in dhdsdio_txpkt_preprocess()