Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_dl.c191 struct vsp1_dl_body *body0; member
561 dl->body0 = vsp1_dl_body_get(dlm->pool); in vsp1_dl_list_alloc()
562 if (!dl->body0) { in vsp1_dl_list_alloc()
567 header_offset = dl->body0->max_entries * sizeof(*dl->body0->entries); in vsp1_dl_list_alloc()
569 dl->header = ((void *)dl->body0->entries) + header_offset; in vsp1_dl_list_alloc()
570 dl->dma = dl->body0->dma + header_offset; in vsp1_dl_list_alloc()
573 dl->header->lists[0].addr = dl->body0->dma; in vsp1_dl_list_alloc()
590 vsp1_dl_body_put(dl->body0); in vsp1_dl_list_free()
658 dl->body0->num_entries = 0; in __vsp1_dl_list_put()
693 return dl->body0; in vsp1_dl_list_get_body0()
[all …]