Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_pwrctrl.c110 if (pwrpriv->alives & CMD_ALIVE) in r8712_cpwm_int_hdl()
119 pwrctrl->alives |= tag; in register_task_alive()
124 if (pwrctrl->alives & tag) in unregister_task_alive()
125 pwrctrl->alives ^= tag; in unregister_task_alive()
240 if ((pwrctrl->alives == 0) && in r8712_unregister_cmd_alive()
Drtl871x_pwrctrl.h126 uint alives; member