Searched refs:alive_start (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/iwlegacy/
H A D3945-mac.c762 pwork = &il->alive_start;
2482 container_of(data, struct il_priv, alive_start.work);
3425 INIT_DELAYED_WORK(&il->alive_start, il3945_bg_alive_start);
3447 cancel_delayed_work(&il->alive_start);
H A D4965-mac.c4053 pwork = &il->alive_start;
5656 container_of(data, struct il_priv, alive_start.work);
6244 INIT_DELAYED_WORK(&il->alive_start, il4965_bg_alive_start);
6268 cancel_delayed_work(&il->alive_start);
H A Dcommon.h1403 struct delayed_work alive_start; member in struct:il_priv

Completed in 74 milliseconds