Home
last modified time | relevance | path

Searched refs:hif_evm_work (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/media/pci/mantis/
Dmantis_evm.c29 struct mantis_ca *ca = container_of(work, struct mantis_ca, hif_evm_work); in mantis_hifevm_work()
90 INIT_WORK(&ca->hif_evm_work, mantis_hifevm_work); in mantis_evmgr_init()
92 schedule_work(&ca->hif_evm_work); in mantis_evmgr_init()
102 flush_work(&ca->hif_evm_work); in mantis_evmgr_exit()
Dmantis_link.h37 struct work_struct hif_evm_work; member
Dhopper_cards.c91 schedule_work(&ca->hif_evm_work); in hopper_irq_handler()
Dmantis_cards.c100 schedule_work(&ca->hif_evm_work); in mantis_irq_handler()