HomeSort by relevance Sort by last modified time
    Searched refs:dhd_watchdog_ms (Results 1 - 4 of 4) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_linux.c 321 uint dhd_watchdog_ms = 10; variable
322 module_param(dhd_watchdog_ms, uint, 0);
    [all...]
dhd.h 355 extern uint dhd_watchdog_ms;
dhd_sdio.c 316 extern uint dhd_watchdog_ms;
717 dhd_os_wd_timer(bus->dhd, dhd_watchdog_ms);
730 dhd_os_wd_timer(bus->dhd, dhd_watchdog_ms);
743 dhd_os_wd_timer(bus->dhd, dhd_watchdog_ms);
    [all...]
dhd_common.c 248 int_val = (int32)dhd_watchdog_ms;
    [all...]

Completed in 107 milliseconds