Searched defs:workq (Results 1 - 8 of 8) sorted by relevance

/drivers/input/touchscreen/
H A Dmc13783_ts.c40 struct workqueue_struct *workq; member in struct:mc13783_ts_priv
57 queue_delayed_work(priv->workq, &priv->work, 0);
109 queue_delayed_work(priv->workq, &priv->work, HZ / 50);
196 priv->workq = create_singlethread_workqueue("mc13783_ts");
197 if (!priv->workq)
225 destroy_workqueue(priv->workq);
236 destroy_workqueue(priv->workq);
/drivers/isdn/mISDN/
H A Dl1oip.h66 struct work_struct workq; member in struct:l1oip
H A Ddsp.h185 struct work_struct workq; member in struct:dsp
/drivers/infiniband/hw/cxgb3/
H A Dcxio_hal.h72 union t3_wr *workq; /* the work request queue */ member in struct:cxio_hal_ctrl_qp
73 dma_addr_t dma_addr; /* pci bus address of the workq */
H A Diwch_cm.c105 static struct workqueue_struct *workq; variable in typeref:struct:workqueue_struct
2219 queue_work(workq, &skb_work);
2261 workq = create_singlethread_workqueue("iw_cxgb3");
2262 if (!workq)
2270 flush_workqueue(workq);
2271 destroy_workqueue(workq);
/drivers/mmc/host/
H A Drtsx_pci_sdmmc.c40 struct workqueue_struct *workq; member in struct:realtek_pci_sdmmc
826 queue_work(host->workq, &host->work);
1344 host->workq = create_singlethread_workqueue(SDMMC_WORKQ_NAME);
1345 if (!host->workq) {
1401 flush_workqueue(host->workq);
1402 destroy_workqueue(host->workq);
1403 host->workq = NULL;
/drivers/infiniband/hw/cxgb4/
H A Dcm.c140 static struct workqueue_struct *workq; variable in typeref:struct:workqueue_struct
3850 queue_work(workq, &skb_work);
3868 queue_work(workq, &skb_work);
3981 workq = create_singlethread_workqueue("iw_cxgb4");
3982 if (!workq)
3991 flush_workqueue(workq);
3992 destroy_workqueue(workq);
/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h658 struct workqueue_struct *workq; member in struct:adapter

Completed in 132 milliseconds