Home
last modified time | relevance | path

Searched refs:dump_work (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/
H A Dmsm_disp_snapshot.c55 struct msm_kms *kms = container_of(work, struct msm_kms, dump_work); in _msm_disp_snapshot_work()
94 kthread_queue_work(kms->dump_worker, &kms->dump_work); in msm_disp_snapshot_state()
116 kthread_init_work(&kms->dump_work, _msm_disp_snapshot_work); in msm_disp_snapshot_init()
/linux/drivers/accel/qaic/
H A Dsahara.c160 struct work_struct dump_work; member
733 struct sahara_context *context = container_of(work, struct sahara_context, dump_work); in sahara_dump_processing()
858 INIT_WORK(&context->dump_work, sahara_dump_processing); in sahara_mhi_probe()
882 cancel_work_sync(&context->dump_work); in sahara_mhi_remove()
903 schedule_work(&context->dump_work); in sahara_mhi_dl_xfer_cb()
/linux/drivers/net/wireless/ath/ath11k/
H A Dpci.c814 queue_work(ab->workqueue, &ab->dump_work); in ath11k_pci_coredump_download()
1195 cancel_work_sync(&ab->dump_work); in ath11k_pci_remove()
1223 cancel_work_sync(&ab->dump_work); in ath11k_pci_shutdown()
H A Dcore.c2781 INIT_WORK(&ab->dump_work, ath11k_coredump_upload); in ath11k_core_alloc()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dinit.c1265 INIT_WORK(&dev->dump_work, mt7915_mac_dump_work); in mt7915_register_device()
1332 cancel_work_sync(&dev->dump_work); in mt7915_unregister_device()
H A Dmt7915.h273 struct work_struct dump_work; member
H A Dmac.c1616 dev = container_of(work, struct mt7915_dev, dump_work); in mt7915_mac_dump_work()
1690 queue_work(dev->mt76.wq, &dev->dump_work); in mt7915_reset()
/linux/drivers/net/wireless/ath/ath12k/
H A Dpci.c1435 queue_work(ab->workqueue, &ab->dump_work); in ath12k_pci_coredump_download()
1714 cancel_work_sync(&ab->dump_work); in ath12k_pci_remove()
H A Dcore.h969 struct work_struct dump_work; member
H A Dcore.c2306 INIT_WORK(&ab->dump_work, ath12k_coredump_upload); in ath12k_core_alloc()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dinit.c1759 INIT_WORK(&dev->dump_work, mt7996_mac_dump_work); in mt7996_register_device()
1812 cancel_work_sync(&dev->dump_work); in mt7996_unregister_device()
H A Dmt7996.h438 struct work_struct dump_work; member
H A Dmac.c2699 dev = container_of(work, struct mt7996_dev, dump_work); in mt7996_mac_dump_work()
2772 queue_work(dev->mt76.wq, &dev->dump_work); in mt7996_reset()