Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/renesas/vsp1/
Dvsp1_brx.h41 struct vsp1_brx *vsp1_brx_create(struct vsp1_device *vsp1,
Dvsp1_drv.c276 vsp1->brs = vsp1_brx_create(vsp1, VSP1_ENTITY_BRS); in vsp1_create_entities()
286 vsp1->bru = vsp1_brx_create(vsp1, VSP1_ENTITY_BRU); in vsp1_create_entities()
Dvsp1_brx.c397 struct vsp1_brx *vsp1_brx_create(struct vsp1_device *vsp1, in vsp1_brx_create() function