Searched refs:core_work (Results 1 – 2 of 2) sorted by relevance
73 &buf->ctx->msg_queue.core_work); in vdec_msg_queue_qbuf()204 container_of(work, struct vdec_msg_queue, core_work); in vdec_msg_queue_core_work()227 queue_work(dev->core_workqueue, &msg_queue->core_work); in vdec_msg_queue_core_work()243 INIT_WORK(&msg_queue->core_work, vdec_msg_queue_core_work); in vdec_msg_queue_init()
83 struct work_struct core_work; member