Searched refs:dhd_watchdog_ms (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/bcmdhd/ |
D | dhd_linux.c | 410 uint dhd_watchdog_ms = 10; variable 411 module_param(dhd_watchdog_ms, uint, 0); 2093 msecs_to_jiffies(dhd_watchdog_ms) - 2094 min(msecs_to_jiffies(dhd_watchdog_ms), time_lapse)); 2132 mod_timer(&dhd->timer, jiffies + msecs_to_jiffies(dhd_watchdog_ms)); 3316 dhd->default_wd_interval = dhd_watchdog_ms; 3468 dhd_os_wd_timer(&dhd->pub, dhd_watchdog_ms); 5077 dhd_watchdog_ms = (uint)wdtick; 5079 mod_timer(&dhd->timer, jiffies + msecs_to_jiffies(dhd_watchdog_ms));
|
D | dhd_sdio.c | 391 extern uint dhd_watchdog_ms; 1310 dhd_os_wd_timer(bus->dhd, dhd_watchdog_ms); in dhdsdio_clkctl() 1327 dhd_os_wd_timer(bus->dhd, dhd_watchdog_ms); in dhdsdio_clkctl() 1345 dhd_os_wd_timer(bus->dhd, dhd_watchdog_ms); in dhdsdio_clkctl() 6390 bus->pktgen_print = dhd_watchdog_ms ? (10000 / dhd_watchdog_ms) : 0; in dhdsdio_pktgen_init() 6391 bus->pktgen_count = (dhd_pktgen * dhd_watchdog_ms + 999) / 1000; in dhdsdio_pktgen_init() 6741 bus->console.count += dhd_watchdog_ms; in dhd_bus_watchdog() 8115 dhd_os_wd_timer(dhdp, dhd_watchdog_ms); in dhd_bus_devreset()
|
D | dhd.h | 671 extern uint dhd_watchdog_ms;
|
D | dhd_common.c | 365 int_val = (int32)dhd_watchdog_ms; in dhd_doiovar()
|