Home
last modified time | relevance | path

Searched refs:protm_event_work (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf.c1265 INIT_WORK(&group->protm_event_work, protm_event_worker); in create_queue_group()
1507 cancel_work_sync(&group->protm_event_work); in cancel_queue_group_events()
2304 container_of(data, struct kbase_queue_group, protm_event_work); in protm_event_worker()
2317 queue_work(group->kctx->csf.wq, &group->protm_event_work); in protm_event_worker()
2699 queue_work(group->kctx->csf.wq, &group->protm_event_work); in process_cs_interrupts()
3055 queue_work(group->kctx->csf.wq, &group->protm_event_work); in process_tracked_info_for_protm()
H A Dmali_kbase_csf_defs.h565 struct work_struct protm_event_work; member