Home
last modified time | relevance | path

Searched refs:bh_work (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/media/pci/mantis/
H A Dmantis_dvb.c108 enable_and_queue_work(system_bh_wq, &mantis->bh_work); in mantis_dvb_start_feed()
128 disable_work_sync(&mantis->bh_work); in mantis_dvb_stop_feed()
208 INIT_WORK(&mantis->bh_work, mantis_dma_xfer); in mantis_dvb_init()
209 disable_work_sync(&mantis->bh_work); in mantis_dvb_init()
238 cancel_work_sync(&mantis->bh_work); in mantis_dvb_init()
276 cancel_work_sync(&mantis->bh_work); in mantis_dvb_exit()
H A Dmantis_common.h128 struct work_struct bh_work; member
H A Dmantis_dma.c205 struct mantis_pci *mantis = from_work(mantis, t, bh_work); in mantis_dma_xfer()
H A Dhopper_cards.c119 queue_work(system_bh_wq, &mantis->bh_work); in hopper_irq_handler()
H A Dmantis_cards.c128 queue_work(system_bh_wq, &mantis->bh_work); in mantis_irq_handler()
/linux/drivers/media/pci/bt8xx/
H A Dbt878.c303 if (bt->bh_work.func) in bt878_irq()
304 queue_work(system_bh_wq, &bt->bh_work); in bt878_irq()
481 if (!bt->bh_work.func) in bt878_probe()
482 disable_work_sync(&bt->bh_work); in bt878_probe()
H A Dbt878.h124 struct work_struct bh_work; member
H A Ddvb-bt8xx.c44 struct bt878 *bt = from_work(bt, t, bh_work); in dvb_bt8xx_work()
785 INIT_WORK(&card->bt->bh_work, dvb_bt8xx_work); in dvb_bt8xx_load_card()
925 cancel_work_sync(&card->bt->bh_work); in dvb_bt8xx_remove()
/linux/lib/crypto/tests/
H A Dhash-test-template.h333 struct work_struct bh_work; member
348 queue_work(system_bh_wq, &state->bh_work); in hash_irq_test_timer_func()
355 container_of(work, typeof(*state), bh_work); in hash_irq_test_bh_work_func()
401 INIT_WORK_ONSTACK(&state.bh_work, hash_irq_test_bh_work_func); in run_irq_test()
415 flush_work(&state.bh_work); in run_irq_test()
/linux/drivers/media/pci/smipcie/
H A Dsmipcie-main.c285 struct smi_port *port = from_work(port, t, bh_work); in smi_dma_xfer()
429 INIT_WORK(&port->bh_work, smi_dma_xfer); in smi_port_init()
430 disable_work_sync(&port->bh_work); in smi_port_init()
441 cancel_work_sync(&port->bh_work); in smi_port_exit()
455 queue_work(system_bh_wq, &port->bh_work); in smi_port_irq()
826 enable_and_queue_work(system_bh_wq, &port->bh_work); in smi_start_feed()
840 disable_work_sync(&port->bh_work); in smi_stop_feed()
H A Dsmipcie.h261 struct work_struct bh_work; member
/linux/drivers/net/wireless/st/cw1200/
H A Dbh.c48 container_of(work, struct cw1200_common, bh_work); in cw1200_bh_work()
63 INIT_WORK(&priv->bh_work, cw1200_bh_work); in cw1200_register_bh()
78 err = !queue_work(priv->bh_workqueue, &priv->bh_work); in cw1200_register_bh()
H A Dcw1200.h191 struct work_struct bh_work; member
/linux/drivers/md/
H A Ddm-verity.h95 struct work_struct bh_work; member
/linux/drivers/net/wireless/silabs/wfx/
H A Dbh.c233 static void bh_work(struct work_struct *work) in bh_work() function
316 INIT_WORK(&wdev->hif.bh, bh_work); in wfx_bh_register()
/linux/drivers/mmc/host/
H A Datmel-mci.c277 * @bh_work: Work running the request state machine.
357 struct work_struct bh_work; member
739 queue_work(system_bh_wq, &host->bh_work); in atmci_timeout_timer()
962 queue_work(system_bh_wq, &host->bh_work); in atmci_pdc_complete()
999 queue_work(system_bh_wq, &host->bh_work); in atmci_dma_complete()
1752 struct atmel_mci *host = from_work(host, t, bh_work); in atmci_work_func()
1764 dev_vdbg(dev, "bh_work: state %u pending/completed/mask %lx/%lx/%x\n", in atmci_work_func()
2123 queue_work(system_bh_wq, &host->bh_work); in atmci_interrupt()
2192 queue_work(system_bh_wq, &host->bh_work); in atmci_interrupt()
2201 queue_work(system_bh_wq, &host->bh_work); in atmci_interrupt()
[all...]
H A Ddw_mmc.c496 queue_work(system_bh_wq, &host->bh_work); in dw_mci_dmac_complete_dma()
1843 queue_work(system_bh_wq, &host->bh_work); in dw_mci_fault_timer()
2066 struct dw_mci *host = from_work(host, t, bh_work); in dw_mci_work_func()
2799 queue_work(system_bh_wq, &host->bh_work); in dw_mci_cmd_interrupt()
2867 queue_work(system_bh_wq, &host->bh_work); in dw_mci_interrupt()
2886 queue_work(system_bh_wq, &host->bh_work); in dw_mci_interrupt()
3186 queue_work(system_bh_wq, &host->bh_work); in dw_mci_cmd11_timer()
3232 queue_work(system_bh_wq, &host->bh_work); in dw_mci_cto_timer()
3283 queue_work(system_bh_wq, &host->bh_work); in dw_mci_dto_timer()
3536 INIT_WORK(&host->bh_work, dw_mci_work_fun in dw_mci_probe()
[all...]
H A Ddw_mmc.h93 * @bh_work: Work running the request state machine.
198 struct work_struct bh_work; member
/linux/drivers/media/pci/tw5864/
H A Dtw5864.h89 spinlock_t slock; /* used for sync between ISR, bh_work & V4L2 API */
146 spinlock_t slock; /* used for sync between ISR, bh_work & V4L2 API */
154 struct work_struct bh_work; member
H A Dtw5864-video.c1064 INIT_WORK(&dev->bh_work, tw5864_handle_frame_work); in tw5864_video_init()
1081 cancel_work_sync(&dev->bh_work); in tw5864_video_init()
1200 cancel_work_sync(&dev->bh_work); in tw5864_video_fini()
1319 struct tw5864_dev *dev = from_work(dev, t, bh_work); in tw5864_handle_frame_work()
H A Dtw5864-core.c149 queue_work(system_bh_wq, &dev->bh_work); in tw5864_h264_isr()
/linux/drivers/media/pci/ddbridge/
H A Dddbridge.h301 struct work_struct bh_work; member