Searched refs:core_work (Results 1 – 2 of 2) sorted by relevance
93 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()
110 struct work_struct core_work; member