Home
last modified time | relevance | path

Searched refs:v4l2_subdev_call_state_active (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/media/
H A Dv4l2-subdev.h1848 #define v4l2_subdev_call_state_active(sd, o, f, args...) \ macro
/openbmc/linux/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-video.c196 if (v4l2_subdev_call_state_active(sd, pad, get_fmt, &fmt)) in rzg2l_cru_mc_validate_format()
/openbmc/linux/drivers/media/platform/nxp/
H A Dimx7-media-csi.c1399 ret = v4l2_subdev_call_state_active(&csi->sd, pad, get_fmt, &fmt_src); in imx7_csi_video_validate_fmt()
/openbmc/linux/Documentation/driver-api/media/
H A Dv4l2-subdev.rst590 operation through the :c:func:`v4l2_subdev_call_state_active()` macro.