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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Duvesafb.c61 static struct uvesafb_ktask *uvfb_tasks[UVESAFB_TASKS_MAX]; variable in typeref:struct:uvesafb_ktask
83 task = uvfb_tasks[msg->seq];
99 uvfb_tasks[msg->seq] = NULL;
140 * for the uvfb_tasks array which holds pointers to uvesafb_ktask
186 if (uvfb_tasks[seq]) {
193 uvfb_tasks[seq] = task;
222 uvfb_tasks[seq] = NULL;

Completed in 161 milliseconds