Home
last modified time | relevance | path

Searched refs:SRU_PAD_SINK (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/media/platform/renesas/vsp1/
Dvsp1_sru.c134 format = v4l2_subdev_state_get_format(state, SRU_PAD_SINK); in sru_enum_frame_size()
143 if (fse->pad == SRU_PAD_SINK) { in sru_enum_frame_size()
175 case SRU_PAD_SINK: in sru_try_format()
187 format = v4l2_subdev_state_get_format(sd_state, SRU_PAD_SINK); in sru_try_format()
239 if (fmt->pad == SRU_PAD_SINK) { in sru_set_format()
279 input = v4l2_subdev_state_get_format(state, SRU_PAD_SINK); in sru_configure_stream()
307 input = v4l2_subdev_state_get_format(state, SRU_PAD_SINK); in sru_max_width()
331 input = v4l2_subdev_state_get_format(state, SRU_PAD_SINK); in sru_partition()
Dvsp1_sru.h20 #define SRU_PAD_SINK 0 macro