| /linux/include/kunit/ |
| H A D | run-in-irq-context.h | 26 struct work_struct bh_work; member 52 queue_work(system_bh_wq, &state->bh_work); in kunit_irq_test_timer_func() 59 container_of(work, typeof(*state), bh_work); in kunit_irq_test_bh_work_func() 115 INIT_WORK_ONSTACK(&state.bh_work, kunit_irq_test_bh_work_func); in kunit_run_irq_test() 137 flush_work(&state.bh_work); in kunit_run_irq_test()
|
| /linux/drivers/media/pci/mantis/ |
| H A D | mantis_dvb.c | 108 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 D | mantis_common.h | 128 struct work_struct bh_work; member
|
| H A D | mantis_dma.c | 205 struct mantis_pci *mantis = from_work(mantis, t, bh_work); in mantis_dma_xfer()
|
| H A D | hopper_cards.c | 119 queue_work(system_bh_wq, &mantis->bh_work); in hopper_irq_handler()
|
| H A D | mantis_cards.c | 128 queue_work(system_bh_wq, &mantis->bh_work); in mantis_irq_handler()
|
| /linux/drivers/media/pci/bt8xx/ |
| H A D | bt878.c | 303 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 D | bt878.h | 124 struct work_struct bh_work; member
|
| H A D | dvb-bt8xx.c | 44 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/drivers/net/usb/ |
| H A D | usbnet.c | 465 queue_work(system_bh_wq, &dev->bh_work); in defer_bh() 553 queue_work(system_bh_wq, &dev->bh_work); in rx_submit() 714 queue_work(system_bh_wq, &dev->bh_work); in usbnet_resume_rx() 784 queue_work(system_bh_wq, &dev->bh_work); in usbnet_unlink_rx_urbs() 867 cancel_work_sync(&dev->bh_work); in usbnet_stop() 874 cancel_work_sync(&dev->bh_work); in usbnet_stop() 970 queue_work(system_bh_wq, &dev->bh_work); in usbnet_open() 1156 queue_work(system_bh_wq, &dev->bh_work); in __handle_link_change() 1231 queue_work(system_bh_wq, &dev->bh_work); in usbnet_deferred_kevent() 1257 queue_work(system_bh_wq, &dev->bh_work); in usbnet_deferred_kevent() [all …]
|
| /linux/drivers/media/pci/smipcie/ |
| H A D | smipcie-main.c | 285 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 D | smipcie.h | 261 struct work_struct bh_work; member
|
| /linux/drivers/net/wireless/silabs/wfx/ |
| H A D | bh.c | 233 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/media/pci/tw5864/ |
| H A D | tw5864.h | 154 struct work_struct bh_work; member
|
| /linux/drivers/mmc/host/ |
| H A D | dw_mmc.c | 496 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() 3185 queue_work(system_bh_wq, &host->bh_work); in dw_mci_cmd11_timer() 3231 queue_work(system_bh_wq, &host->bh_work); in dw_mci_cto_timer() 3282 queue_work(system_bh_wq, &host->bh_work); in dw_mci_dto_timer() 3535 INIT_WORK(&host->bh_work, dw_mci_work_func); in dw_mci_probe()
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | cw1200.h | 191 struct work_struct bh_work; member
|
| /linux/include/linux/usb/ |
| H A D | usbnet.h | 62 struct work_struct bh_work; member
|
| /linux/drivers/media/pci/ddbridge/ |
| H A D | ddbridge.h | 301 struct work_struct bh_work; member
|