Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1_dl.c191 struct vsp1_dl_body *body0; member
559 dl->body0 = vsp1_dl_body_get(dlm->pool); in vsp1_dl_list_alloc()
560 if (!dl->body0) in vsp1_dl_list_alloc()
563 header_offset = dl->body0->max_entries * sizeof(*dl->body0->entries); in vsp1_dl_list_alloc()
565 dl->header = ((void *)dl->body0->entries) + header_offset; in vsp1_dl_list_alloc()
566 dl->dma = dl->body0->dma + header_offset; in vsp1_dl_list_alloc()
569 dl->header->lists[0].addr = dl->body0->dma; in vsp1_dl_list_alloc()
586 vsp1_dl_body_put(dl->body0); in vsp1_dl_list_free()
654 dl->body0->num_entries = 0; in __vsp1_dl_list_put()
689 return dl->body0; in vsp1_dl_list_get_body0()
[all …]