Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_msg_queue.c93 queue_work(buf->ctx->dev->core_workqueue, &buf->ctx->msg_queue.core_work); in vdec_msg_queue_qbuf()
235 cancel_work_sync(&msg_queue->core_work); in vdec_msg_queue_deinit()
241 container_of(work, struct vdec_msg_queue, core_work); in vdec_msg_queue_core_work()
278 queue_work(ctx->dev->core_workqueue, &msg_queue->core_work); in vdec_msg_queue_core_work()
295 INIT_WORK(&msg_queue->core_work, vdec_msg_queue_core_work); in vdec_msg_queue_init()
H A Dvdec_msg_queue.h110 struct work_struct core_work; member