Home
last modified time | relevance | path

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

/linux/drivers/media/platform/vsp1/
A Dvsp1_sru.c77 struct vsp1_sru *sru = in sru_s_ctrl() local
283 input = vsp1_entity_get_pad_format(&sru->entity, sru->entity.config, in sru_configure_stream()
285 output = vsp1_entity_get_pad_format(&sru->entity, sru->entity.config, in sru_configure_stream()
313 input = vsp1_entity_get_pad_format(&sru->entity, sru->entity.config, in sru_max_width()
315 output = vsp1_entity_get_pad_format(&sru->entity, sru->entity.config, in sru_max_width()
339 input = vsp1_entity_get_pad_format(&sru->entity, sru->entity.config, in sru_partition()
341 output = vsp1_entity_get_pad_format(&sru->entity, sru->entity.config, in sru_partition()
368 sru = devm_kzalloc(vsp1->dev, sizeof(*sru), GFP_KERNEL); in vsp1_sru_create()
369 if (sru == NULL) in vsp1_sru_create()
386 sru->entity.subdev.ctrl_handler = &sru->ctrls; in vsp1_sru_create()
[all …]
A Dvsp1_drv.c391 vsp1->sru = vsp1_sru_create(vsp1); in vsp1_create_entities()
392 if (IS_ERR(vsp1->sru)) { in vsp1_create_entities()
393 ret = PTR_ERR(vsp1->sru); in vsp1_create_entities()
397 list_add_tail(&vsp1->sru->entity.list_dev, &vsp1->entities); in vsp1_create_entities()
A Dvsp1_pipe.h79 struct vsp1_partition_window sru; member
A Dvsp1.h93 struct vsp1_sru *sru; member
/linux/arch/arm/boot/dts/
A Dr8a7778.dtsi599 "ssi2", "ssi3", "sru", "hspi";
661 "sru-src0", "sru-src1", "sru-src2",
662 "sru-src3", "sru-src4", "sru-src5",
663 "sru-src6", "sru-src7", "sru-src8";

Completed in 11 milliseconds