Searched refs:dump_work (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_gator_api.c | 33 struct work_struct dump_work; member 162 INIT_WORK(&hand->dump_work, dump_worker); in kbase_gator_hwcnt_init() 290 cancel_work_sync(&opaque_handles->dump_work); in kbase_gator_hwcnt_term() 303 hand = container_of(work, struct kbase_gator_hwcnt_handles, dump_work); in dump_worker() 310 schedule_work(&hand->dump_work); in dump_worker() 331 schedule_work(&opaque_handles->dump_work); in kbase_gator_instr_hwcnt_dump_irq()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_vinstr.c | 84 struct work_struct dump_work; member 334 container_of(work, struct kbase_vinstr_context, dump_work); in kbasep_vinstr_dump_worker() 377 kbase_hwcnt_virtualizer_queue_work(vctx->hvirt, &vctx->dump_work); in kbasep_vinstr_dump_timer() 508 INIT_WORK(&vctx->dump_work, kbasep_vinstr_dump_worker); in kbase_vinstr_init() 535 cancel_work_sync(&vctx->dump_work); in kbase_vinstr_term() 569 cancel_work_sync(&vctx->dump_work); in kbase_vinstr_suspend() 598 vctx->hvirt, &vctx->dump_work); in kbase_vinstr_resume() 862 &cli->vctx->dump_work); in kbasep_vinstr_hwcnt_reader_ioctl_set_interval()
|
| H A D | mali_kbase_kinstr_prfcnt.c | 79 struct work_struct dump_work; member 1160 work, struct kbase_kinstr_prfcnt_context, dump_work); in kbasep_kinstr_prfcnt_dump_worker() 1199 &kinstr_ctx->dump_work); in kbasep_kinstr_prfcnt_dump_timer() 1231 INIT_WORK(&kinstr_ctx->dump_work, kbasep_kinstr_prfcnt_dump_worker); in kbase_kinstr_prfcnt_init() 1253 cancel_work_sync(&kinstr_ctx->dump_work); in kbase_kinstr_prfcnt_term() 1286 cancel_work_sync(&kinstr_ctx->dump_work); in kbase_kinstr_prfcnt_suspend() 1316 &kinstr_ctx->dump_work); in kbase_kinstr_prfcnt_resume()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | pci.h | 124 struct work_struct dump_work; member
|
| H A D | pci.c | 1751 dump_work); in ath10k_pci_fw_dump_work() 1784 queue_work(ar->workqueue, &ar_pci->dump_work); in ath10k_pci_fw_crashed_dump() 2080 cancel_work_sync(&ar_pci->dump_work); in ath10k_pci_hif_stop() 3472 INIT_WORK(&ar_pci->dump_work, ath10k_pci_fw_dump_work); in ath10k_pci_setup_resource()
|