Home
last modified time | relevance | path

Searched refs:bh_work (Results 1 – 13 of 13) 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_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/drivers/net/usb/
H A Dusbnet.c461 queue_work(system_bh_wq, &dev->bh_work); in defer_bh()
549 queue_work(system_bh_wq, &dev->bh_work); in rx_submit()
710 queue_work(system_bh_wq, &dev->bh_work); in usbnet_resume_rx()
780 queue_work(system_bh_wq, &dev->bh_work); in usbnet_unlink_rx_urbs()
863 cancel_work_sync(&dev->bh_work); in usbnet_stop()
870 cancel_work_sync(&dev->bh_work); in usbnet_stop()
966 queue_work(system_bh_wq, &dev->bh_work); in usbnet_open()
1152 queue_work(system_bh_wq, &dev->bh_work); in __handle_link_change()
1227 queue_work(system_bh_wq, &dev->bh_work); in usbnet_deferred_kevent()
1253 queue_work(system_bh_wq, &dev->bh_work); in usbnet_deferred_kevent()
[all …]
/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/media/pci/tw5864/
H A Dtw5864.h154 struct work_struct bh_work; member
/linux/drivers/net/wireless/st/cw1200/
H A Dcw1200.h191 struct work_struct bh_work; member
/linux/drivers/media/pci/smipcie/
H A Dsmipcie.h261 struct work_struct bh_work; member
/linux/include/linux/usb/
H A Dusbnet.h62 struct work_struct bh_work; member