Home
last modified time | relevance | path

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

/drivers/net/wireless/bcmdhd/
Ddhd_linux.c536 uint32 dhd_get_htsf(dhd_info_t *dhd, int ifidx);
6309 htsf = dhd_get_htsf(dhd, 0);
6382 htsf_ts->tE0 = dhd_get_htsf(dhd, 0);
6389 htsf = dhd_get_htsf(dhd, 0);
6414 uint32 dhd_get_htsf(dhd_info_t *dhd, int ifidx) function
6501 s1 = dhd_get_htsf(dhd, 0);
6510 s2 = dhd_get_htsf(dhd, 0);
Ddhd_sdio.c597 extern uint32 dhd_get_htsf(void *dhd, int ifidx);
1776 htsf_ts->t20 = dhd_get_htsf(bus->dhd->info, 0); in dhdsdio_txpkt()