Home
last modified time | relevance | path

Searched refs:workq (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/linux/include/linux/
H A DmISDNhw.h75 schedule_work(&((s)->workq)); \
81 struct work_struct workq; member
144 struct work_struct workq; member
/openbmc/linux/drivers/isdn/mISDN/
H A Dhwchannel.c16 struct dchannel *dch = container_of(ws, struct dchannel, workq); in dchannel_bh()
39 struct bchannel *bch = container_of(ws, struct bchannel, workq); in bchannel_bh()
69 INIT_WORK(&ch->workq, dchannel_bh); in mISDN_initdchannel()
92 INIT_WORK(&ch->workq, bchannel_bh); in mISDN_initbchannel()
110 flush_work(&ch->workq); in mISDN_freedchannel()
150 cancel_work_sync(&ch->workq); in mISDN_freebchannel()
H A Dl1oip.h68 struct work_struct workq; member
H A Ddsp_core.c681 schedule_work(&dsp->workq); in dsp_function()
888 schedule_work(&dsp->workq); in dsp_function()
974 cancel_work_sync(&dsp->workq); in dsp_ctrl()
1006 struct dsp *dsp = container_of(work, struct dsp, workq); in dsp_send_bh()
1064 INIT_WORK(&ndsp->workq, (void *)dsp_send_bh); in dspcreate()
H A Dstack.c31 wake_up_interruptible(&st->workq); in _queue_message()
280 wait_event_interruptible(st->workq, (st->status & in mISDNStackd()
378 init_waitqueue_head(&newst->workq); in create_stack()
638 wake_up_interruptible(&st->workq); in delete_stack()
H A Ddsp.h185 struct work_struct workq; member
H A Dl1oip_core.c807 struct l1oip *hc = container_of(work, struct l1oip, workq); in l1oip_send_bh()
826 schedule_work(&hc->workq); in l1oip_keepalive()
1242 cancel_work_sync(&hc->workq); in release_card()
1485 INIT_WORK(&hc->workq, (void *)l1oip_send_bh); in l1oip_init()
/openbmc/linux/drivers/hwmon/
H A Dxgene-hwmon.c106 struct work_struct workq; member
443 ctx = container_of(work, struct xgene_hwmon_dev, workq); in xgene_hwmon_evt_work()
523 schedule_work(&ctx->workq); in xgene_hwmon_rx_cb()
592 schedule_work(&ctx->workq); in xgene_hwmon_pcc_rx_cb()
638 INIT_WORK(&ctx->workq, xgene_hwmon_evt_work); in xgene_hwmon_probe()
743 schedule_work(&ctx->workq); in xgene_hwmon_probe()
764 cancel_work_sync(&ctx->workq); in xgene_hwmon_remove()
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_mgmt.c465 queue_work(pf_to_mgmt->workq, &mgmt_work->work); in mgmt_recv_msg_handler()
635 pf_to_mgmt->workq = create_singlethread_workqueue("hinic_mgmt"); in hinic_pf_to_mgmt_init()
636 if (!pf_to_mgmt->workq) { in hinic_pf_to_mgmt_init()
646 destroy_workqueue(pf_to_mgmt->workq); in hinic_pf_to_mgmt_init()
654 destroy_workqueue(pf_to_mgmt->workq); in hinic_pf_to_mgmt_init()
679 destroy_workqueue(pf_to_mgmt->workq); in hinic_pf_to_mgmt_free()
H A Dhinic_dev.h95 struct workqueue_struct *workq; member
H A Dhinic_hw_eqs.c399 queue_work(aeqs->workq, &aeq_work->work); in aeq_interrupt()
867 aeqs->workq = create_singlethread_workqueue(HINIC_EQS_WQ_NAME); in hinic_aeqs_init()
868 if (!aeqs->workq) in hinic_aeqs_init()
889 destroy_workqueue(aeqs->workq); in hinic_aeqs_init()
904 destroy_workqueue(aeqs->workq); in hinic_aeqs_free()
H A Dhinic_hw_mgmt.h144 struct workqueue_struct *workq; member
H A Dhinic_hw_mbox.c500 queue_work(func_to_func->workq, &mbox_work->work); in recv_mbox_handler()
614 queue_work(func_to_func->workq, &mbox_work->work); in check_vf_mbox_random_id()
1415 func_to_func->workq = create_singlethread_workqueue(HINIC_MBOX_WQ_NAME); in hinic_func_to_func_init()
1416 if (!func_to_func->workq) { in hinic_func_to_func_init()
1460 destroy_workqueue(func_to_func->workq); in hinic_func_to_func_init()
1479 destroy_workqueue(func_to_func->workq); in hinic_func_to_func_free()
H A Dhinic_hw_mbox.h96 struct workqueue_struct *workq; member
H A Dhinic_main.c810 queue_work(nic_dev->workq, &rx_mode_work->work); in hinic_set_rx_mode()
1230 nic_dev->workq = create_singlethread_workqueue(HINIC_WQ_NAME); in nic_dev_init()
1231 if (!nic_dev->workq) { in nic_dev_init()
1342 destroy_workqueue(nic_dev->workq); in nic_dev_init()
1448 destroy_workqueue(nic_dev->workq); in hinic_remove()
H A Dhinic_hw_eqs.h213 struct workqueue_struct *workq; member
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dccm_mbox.c140 queue_work(nn->mbox_cmsg.workq, &nn->mbox_cmsg.runq_work); in nfp_ccm_mbox_mark_next_runner()
671 queue_work(nn->mbox_cmsg.workq, in nfp_ccm_mbox_post()
723 drain_workqueue(nn->mbox_cmsg.workq); in nfp_ccm_mbox_clean()
733 nn->mbox_cmsg.workq = alloc_workqueue("nfp-ccm-mbox", WQ_UNBOUND, 0); in nfp_ccm_mbox_alloc()
734 if (!nn->mbox_cmsg.workq) in nfp_ccm_mbox_alloc()
741 destroy_workqueue(nn->mbox_cmsg.workq); in nfp_ccm_mbox_free()
/openbmc/linux/drivers/crypto/ccree/
H A Dcc_request_mgr.c39 struct workqueue_struct *workq; member
104 destroy_workqueue(req_mgr_h->workq); in cc_req_mgr_fini()
133 req_mgr_h->workq = create_singlethread_workqueue("ccree"); in cc_req_mgr_init()
134 if (!req_mgr_h->workq) { in cc_req_mgr_init()
538 queue_delayed_work(request_mgr_handle->workq, in complete_request()
/openbmc/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi.c69 if (hdmi->workq) in msm_hdmi_destroy()
70 destroy_workqueue(hdmi->workq); in msm_hdmi_destroy()
124 hdmi->workq = alloc_ordered_workqueue("msm_hdmi", 0); in msm_hdmi_init()
125 if (!hdmi->workq) { in msm_hdmi_init()
H A Dhdmi.h73 struct workqueue_struct *workq; member
H A Dhdmi_hdcp.c232 queue_work(hdmi->workq, &hdcp_ctrl->hdcp_reauth_work); in msm_hdmi_hdcp_irq()
452 queue_work(hdmi->workq, &hdcp_ctrl->hdcp_auth_work); in msm_hdmi_hdcp_reauth_work()
552 queue_work(hdmi->workq, &hdcp_ctrl->hdcp_reauth_work); in msm_hdmi_hdcp_auth_fail()
1326 queue_work(hdmi->workq, &hdcp_ctrl->hdcp_auth_work); in msm_hdmi_hdcp_on()
H A Dhdmi_hpd.c200 queue_work(hdmi->workq, &hdmi_bridge->hpd_work); in msm_hdmi_hpd_irq()
/openbmc/linux/drivers/char/xillybus/
H A Dxillyusb.c169 struct workqueue_struct *workq; member
557 if (xdev->workq) in cleanup_dev()
558 destroy_workqueue(xdev->workq); in cleanup_dev()
630 queue_work(xdev->workq, &xdev->wakeup_workitem); in report_io_error()
676 queue_work(ep->xdev->workq, &ep->workitem); in bulk_in_completer()
697 queue_work(ep->xdev->workq, &ep->workitem); in bulk_out_completer()
2101 flush_workqueue(xdev->workq); in xillyusb_discovery()
2149 xdev->workq = alloc_workqueue(xillyname, WQ_HIGHPRI, 0); in xillyusb_probe()
2151 if (!xdev->workq) { in xillyusb_probe()
/openbmc/linux/drivers/scsi/
H A Dlibiscsi.c93 if (ihost->workq) in iscsi_conn_queue_xmit()
94 queue_work(ihost->workq, &conn->xmitwork); in iscsi_conn_queue_xmit()
104 queue_work(ihost->workq, &conn->recvwork); in iscsi_conn_queue_recv()
811 if (!ihost->workq) { in iscsi_send_mgmt_task()
1840 if (!ihost->workq) { in iscsi_queuecommand()
2032 if (ihost->workq) in iscsi_suspend_tx()
2053 if (ihost->workq) in iscsi_suspend_rx()
2910 ihost->workq = alloc_workqueue("iscsi_q_%d", in iscsi_host_alloc()
2913 if (!ihost->workq) in iscsi_host_alloc()
2969 if (ihost->workq) in iscsi_host_free()
[all …]
/openbmc/linux/drivers/iio/adc/
H A Dat91-sama5d2_adc.c561 struct work_struct workq; member
1644 schedule_work(&st->touch_st.workq); in at91_adc_touch_data_handler()
1673 static void at91_adc_workq_handler(struct work_struct *workq) in at91_adc_workq_handler() argument
1675 struct at91_adc_touch *touch_st = container_of(workq, in at91_adc_workq_handler()
1676 struct at91_adc_touch, workq); in at91_adc_workq_handler()
2393 INIT_WORK(&st->touch_st.workq, at91_adc_workq_handler); in at91_adc_probe()

12