Searched refs:vsp1_entity_get_pad_config (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/media/platform/vsp1/ |
D | vsp1_entity.c | 118 vsp1_entity_get_pad_config(struct vsp1_entity *entity, in vsp1_entity_get_pad_config() function 217 config = vsp1_entity_get_pad_config(entity, cfg, fmt->which); in vsp1_subdev_get_pad_format() 264 config = vsp1_entity_get_pad_config(entity, cfg, code->which); in vsp1_subdev_enum_mbus_code() 303 config = vsp1_entity_get_pad_config(entity, cfg, fse->which); in vsp1_subdev_enum_frame_size() 371 config = vsp1_entity_get_pad_config(entity, cfg, fmt->which); in vsp1_subdev_set_pad_format()
|
D | vsp1_rwpf.c | 70 config = vsp1_entity_get_pad_config(&rwpf->entity, cfg, fmt->which); in vsp1_rwpf_set_format() 148 config = vsp1_entity_get_pad_config(&rwpf->entity, cfg, sel->which); in vsp1_rwpf_get_selection() 200 config = vsp1_entity_get_pad_config(&rwpf->entity, cfg, sel->which); in vsp1_rwpf_set_selection()
|
D | vsp1_brx.c | 145 config = vsp1_entity_get_pad_config(&brx->entity, cfg, fmt->which); in brx_set_format() 202 config = vsp1_entity_get_pad_config(&brx->entity, cfg, in brx_get_selection() 235 config = vsp1_entity_get_pad_config(&brx->entity, cfg, sel->which); in brx_set_selection()
|
D | vsp1_uif.c | 97 config = vsp1_entity_get_pad_config(&uif->entity, cfg, sel->which); in uif_get_selection() 145 config = vsp1_entity_get_pad_config(&uif->entity, cfg, sel->which); in uif_set_selection()
|
D | vsp1_sru.c | 130 config = vsp1_entity_get_pad_config(&sru->entity, cfg, fse->which); in sru_enum_frame_size() 229 config = vsp1_entity_get_pad_config(&sru->entity, cfg, fmt->which); in sru_set_format()
|
D | vsp1_uds.c | 135 config = vsp1_entity_get_pad_config(&uds->entity, cfg, fse->which); in uds_enum_frame_size() 213 config = vsp1_entity_get_pad_config(&uds->entity, cfg, fmt->which); in uds_set_format()
|
D | vsp1_entity.h | 140 vsp1_entity_get_pad_config(struct vsp1_entity *entity,
|
D | vsp1_hsit.c | 74 config = vsp1_entity_get_pad_config(&hsit->entity, cfg, fmt->which); in hsit_set_format()
|
D | vsp1_histo.c | 214 config = vsp1_entity_get_pad_config(&histo->entity, cfg, sel->which); in histo_get_selection() 353 config = vsp1_entity_get_pad_config(&histo->entity, cfg, sel->which); in histo_set_selection()
|