Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.c54 static void _rtl92e_watchdog_timer_cb(struct timer_list *t);
639 _rtl92e_watchdog_timer_cb(&priv->watch_dog_timer); in _rtl92e_sta_up()
884 timer_setup(&priv->watch_dog_timer, _rtl92e_watchdog_timer_cb, 0); in _rtl92e_init()
1294 static void _rtl92e_watchdog_timer_cb(struct timer_list *t) in _rtl92e_watchdog_timer_cb() function