Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/pci/mantis/
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()
Dmantis_common.h128 struct work_struct bh_work; member
Dmantis_dma.c205 struct mantis_pci *mantis = from_work(mantis, t, bh_work); in mantis_dma_xfer()
Dhopper_cards.c119 queue_work(system_bh_wq, &mantis->bh_work); in hopper_irq_handler()
Dmantis_cards.c128 queue_work(system_bh_wq, &mantis->bh_work); in mantis_irq_handler()
/linux-6.12.1/drivers/media/pci/bt8xx/
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()
Dbt878.h124 struct work_struct bh_work; member
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-6.12.1/drivers/media/pci/smipcie/
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()
Dsmipcie.h261 struct work_struct bh_work; member
/linux-6.12.1/drivers/net/wireless/st/cw1200/
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()
Dcw1200.h191 struct work_struct bh_work; member
/linux-6.12.1/drivers/net/wireless/silabs/wfx/
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-6.12.1/drivers/md/
Ddm-verity.h98 struct work_struct bh_work; member
Ddm-verity-target.c640 struct dm_verity_io *io = container_of(w, struct dm_verity_io, bh_work); in verity_bh_work()
668 INIT_WORK(&io->bh_work, verity_bh_work); in verity_end_io()
669 queue_work(system_bh_wq, &io->bh_work); in verity_end_io()
/linux-6.12.1/drivers/media/platform/st/sti/c8sectpfe/
Dc8sectpfe-core.c75 queue_work(system_bh_wq, &channel->bh_work); in c8sectpfe_timer_interrupt()
84 struct channel_info *channel = from_work(channel, t, bh_work); in channel_swdemux_bh_work()
213 INIT_WORK(&channel->bh_work, channel_swdemux_bh_work); in c8sectpfe_start_feed()
306 disable_work_sync(&channel->bh_work); in c8sectpfe_stop_feed()
634 INIT_WORK(&tsin->bh_work, channel_swdemux_bh_work); in configure_memdma_and_inputblock()
Dc8sectpfe-core.h54 struct work_struct bh_work; member
/linux-6.12.1/drivers/mmc/host/
Datmel-mci.c356 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()
1751 struct atmel_mci *host = from_work(host, t, bh_work); in atmci_work_func()
2122 queue_work(system_bh_wq, &host->bh_work); in atmci_interrupt()
2191 queue_work(system_bh_wq, &host->bh_work); in atmci_interrupt()
2200 queue_work(system_bh_wq, &host->bh_work); in atmci_interrupt()
2215 queue_work(system_bh_wq, &host->bh_work); in atmci_interrupt()
2491 INIT_WORK(&host->bh_work, atmci_work_func); in atmci_probe()
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()
2067 struct dw_mci *host = from_work(host, t, bh_work); in dw_mci_work_func()
2715 queue_work(system_bh_wq, &host->bh_work); in dw_mci_cmd_interrupt()
2783 queue_work(system_bh_wq, &host->bh_work); in dw_mci_interrupt()
2802 queue_work(system_bh_wq, &host->bh_work); in dw_mci_interrupt()
3107 queue_work(system_bh_wq, &host->bh_work); in dw_mci_cmd11_timer()
3153 queue_work(system_bh_wq, &host->bh_work); in dw_mci_cto_timer()
3204 queue_work(system_bh_wq, &host->bh_work); in dw_mci_dto_timer()
3452 INIT_WORK(&host->bh_work, dw_mci_work_func); in dw_mci_probe()
Ddw_mmc.h198 struct work_struct bh_work; member
/linux-6.12.1/drivers/media/pci/tw5864/
Dtw5864.h154 struct work_struct bh_work; member
Dtw5864-video.c1066 INIT_WORK(&dev->bh_work, tw5864_handle_frame_work); in tw5864_video_init()
1083 cancel_work_sync(&dev->bh_work); in tw5864_video_init()
1202 cancel_work_sync(&dev->bh_work); in tw5864_video_fini()
1321 struct tw5864_dev *dev = from_work(dev, t, bh_work); in tw5864_handle_frame_work()
Dtw5864-core.c147 queue_work(system_bh_wq, &dev->bh_work); in tw5864_h264_isr()
/linux-6.12.1/drivers/media/pci/ddbridge/
Dddbridge.h301 struct work_struct bh_work; member