Searched refs:vsp1_entity_get_state (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_entity.c | 120 vsp1_entity_get_state(struct vsp1_entity *entity, in vsp1_entity_get_state() function 149 state = vsp1_entity_get_state(entity, sd_state, fmt->which); in vsp1_subdev_get_pad_format() 196 state = vsp1_entity_get_state(entity, sd_state, code->which); in vsp1_subdev_enum_mbus_code() 235 state = vsp1_entity_get_state(entity, sd_state, fse->which); in vsp1_subdev_enum_frame_size() 303 state = vsp1_entity_get_state(entity, sd_state, fmt->which); in vsp1_subdev_set_pad_format()
|
H A D | vsp1_rwpf.c | 64 state = vsp1_entity_get_state(&rwpf->entity, sd_state, fmt->which); in vsp1_rwpf_set_format() 141 state = vsp1_entity_get_state(&rwpf->entity, sd_state, sel->which); in vsp1_rwpf_get_selection() 192 state = vsp1_entity_get_state(&rwpf->entity, sd_state, sel->which); in vsp1_rwpf_set_selection()
|
H A D | vsp1_brx.c | 138 state = vsp1_entity_get_state(&brx->entity, sd_state, fmt->which); in brx_set_format() 194 state = vsp1_entity_get_state(&brx->entity, sd_state, in brx_get_selection() 227 state = vsp1_entity_get_state(&brx->entity, sd_state, sel->which); in brx_set_selection()
|
H A D | vsp1_uif.c | 98 state = vsp1_entity_get_state(&uif->entity, sd_state, sel->which); in uif_get_selection() 144 state = vsp1_entity_get_state(&uif->entity, sd_state, sel->which); in uif_set_selection()
|
H A D | vsp1_uds.c | 135 state = vsp1_entity_get_state(&uds->entity, sd_state, fse->which); in uds_enum_frame_size() 211 state = vsp1_entity_get_state(&uds->entity, sd_state, fmt->which); in uds_set_format()
|
H A D | vsp1_sru.c | 130 state = vsp1_entity_get_state(&sru->entity, sd_state, fse->which); in sru_enum_frame_size() 228 state = vsp1_entity_get_state(&sru->entity, sd_state, fmt->which); in sru_set_format()
|
H A D | vsp1_entity.h | 148 vsp1_entity_get_state(struct vsp1_entity *entity,
|
H A D | vsp1_hsit.c | 75 state = vsp1_entity_get_state(&hsit->entity, sd_state, fmt->which); in hsit_set_format()
|