Home
last modified time | relevance | path

Searched refs:STF_ISP_PAD_SINK (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/staging/media/starfive/camss/
Dstf-isp.c66 fmt = v4l2_subdev_state_get_format(sd_state, STF_ISP_PAD_SINK); in isp_set_stream()
116 if (code->pad == STF_ISP_PAD_SINK) { in isp_enum_mbus_code()
158 if (fmt->pad == STF_ISP_PAD_SINK) { in isp_set_format()
163 sel.pad = STF_ISP_PAD_SINK; in isp_set_format()
185 v4l2_subdev_state_get_format(state, STF_ISP_PAD_SINK); in isp_try_crop()
207 if (sel->pad == STF_ISP_PAD_SINK) { in isp_get_selection()
246 sel->pad == STF_ISP_PAD_SINK) { in isp_set_selection()
291 .pad = STF_ISP_PAD_SINK, in isp_init_formats()
340 pads[STF_ISP_PAD_SINK].flags = MEDIA_PAD_FL_SINK; in stf_isp_register()
Dstf-isp.h394 STF_ISP_PAD_SINK = 0, enumerator
Dstf-camss.c190 pad = &isp_dev->pads[STF_ISP_PAD_SINK]; in stfcamss_subdev_notifier_bound()