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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dftdi-elan.c60 static struct workqueue_struct *status_queue; variable in typeref:struct:workqueue_struct
222 if (!queue_delayed_work(status_queue, &ftdi->status_work, delta))
228 if (queue_delayed_work(status_queue, &ftdi->status_work, delta))
2885 flush_workqueue(status_queue);
2909 status_queue = create_singlethread_workqueue("ftdi-status-control");
2910 if (!status_queue)
2920 destroy_workqueue(status_queue);
2931 destroy_workqueue(status_queue);
2947 } flush_workqueue(status_queue);
2948 destroy_workqueue(status_queue);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2100.c2324 struct ipw2100_status *status = &priv->status_queue.drv[i];
2370 printk_buf((u8 *) priv->status_queue.drv,
2382 struct ipw2100_status *status = &priv->status_queue.drv[i];
2455 struct ipw2100_status *status = &priv->status_queue.drv[i];
2535 struct ipw2100_status *status = &priv->status_queue.drv[i];
2592 struct ipw2100_status_queue *sq = &priv->status_queue;
4279 struct ipw2100_status_queue *q = &priv->status_queue;
4303 if (priv->status_queue.drv) {
4304 pci_free_consistent(priv->pci_dev, priv->status_queue.size,
4305 priv->status_queue
[all...]
H A Dipw2100.h524 struct ipw2100_status_queue status_queue; member in struct:ipw2100_priv

Completed in 57 milliseconds