/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_entity.c | 104 * vsp1_entity_get_pad_config - Get the pad configuration for an entity 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | vsp1_entity.h | 140 vsp1_entity_get_pad_config(struct vsp1_entity *entity,
|
H A D | vsp1_hsit.c | 74 config = vsp1_entity_get_pad_config(&hsit->entity, cfg, fmt->which); in hsit_set_format()
|
H A 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()
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_entity.c | 104 * vsp1_entity_get_pad_config - Get the pad configuration for an entity 118 vsp1_entity_get_pad_config(struct vsp1_entity *entity, in vsp1_entity_get_pad_config() function 218 config = vsp1_entity_get_pad_config(entity, sd_state, fmt->which); in vsp1_subdev_get_pad_format() 265 config = vsp1_entity_get_pad_config(entity, sd_state, in vsp1_subdev_enum_mbus_code() 305 config = vsp1_entity_get_pad_config(entity, sd_state, fse->which); in vsp1_subdev_enum_frame_size() 373 config = vsp1_entity_get_pad_config(entity, sd_state, fmt->which); in vsp1_subdev_set_pad_format()
|
H A D | vsp1_rwpf.c | 71 config = vsp1_entity_get_pad_config(&rwpf->entity, sd_state, in vsp1_rwpf_set_format() 150 config = vsp1_entity_get_pad_config(&rwpf->entity, sd_state, in vsp1_rwpf_get_selection() 203 config = vsp1_entity_get_pad_config(&rwpf->entity, sd_state, in vsp1_rwpf_set_selection()
|
H A D | vsp1_uif.c | 98 config = vsp1_entity_get_pad_config(&uif->entity, sd_state, in uif_get_selection() 147 config = vsp1_entity_get_pad_config(&uif->entity, sd_state, in uif_set_selection()
|
H A D | vsp1_brx.c | 145 config = vsp1_entity_get_pad_config(&brx->entity, sd_state, in brx_set_format() 203 config = vsp1_entity_get_pad_config(&brx->entity, sd_state, in brx_get_selection() 236 config = vsp1_entity_get_pad_config(&brx->entity, sd_state, in brx_set_selection()
|
H A D | vsp1_sru.c | 130 config = vsp1_entity_get_pad_config(&sru->entity, sd_state, in sru_enum_frame_size() 230 config = vsp1_entity_get_pad_config(&sru->entity, sd_state, in sru_set_format()
|
H A D | vsp1_entity.h | 138 vsp1_entity_get_pad_config(struct vsp1_entity *entity,
|
H A D | vsp1_hsit.c | 75 config = vsp1_entity_get_pad_config(&hsit->entity, sd_state, in hsit_set_format()
|
H A D | vsp1_uds.c | 135 config = vsp1_entity_get_pad_config(&uds->entity, sd_state, in uds_enum_frame_size() 214 config = vsp1_entity_get_pad_config(&uds->entity, sd_state, in uds_set_format()
|
H A D | vsp1_histo.c | 216 config = vsp1_entity_get_pad_config(&histo->entity, sd_state, in histo_get_selection() 357 config = vsp1_entity_get_pad_config(&histo->entity, sd_state, in histo_set_selection()
|