Home
last modified time | relevance | path

Searched refs:g_std (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/video4linux/
H A Dv4l2-framework.txt339 err = sd->ops->core->g_std(sd, &norm);
343 err = v4l2_subdev_call(sd, core, g_std, &norm);
346 subdev->core 或 subdev->core->g_std 为 NULL,则返回 -ENOIOCTLCMD;
347 否则将返回 subdev->ops->core->g_std ops 调用的实际结果。
351 v4l2_device_call_all(v4l2_dev, 0, core, g_std, &norm);
356 err = v4l2_device_call_until_err(v4l2_dev, 0, core, g_std, &norm);
/openbmc/linux/Documentation/driver-api/media/
H A Dv4l2-subdev.rst296 err = sd->ops->core->g_std(sd, &norm);
302 err = v4l2_subdev_call(sd, core, g_std, &norm);
306 :c:type:`sd <v4l2_subdev>`->core or :c:type:`sd <v4l2_subdev>`->core->g_std is ``NULL``, or the act…
307 :c:type:`sd <v4l2_subdev>`->ops->core->g_std ops.
313 v4l2_device_call_all(v4l2_dev, 0, core, g_std, &norm);
320 err = v4l2_device_call_until_err(v4l2_dev, 0, core, g_std, &norm);
/openbmc/linux/drivers/media/i2c/
H A Dml86v7667.c292 .g_std = ml86v7667_g_std,
H A Dadv7183.c504 .g_std = adv7183_g_std,
H A Dtw9910.c909 .g_std = tw9910_g_std,
H A Dadv7180.c914 .g_std = adv7180_g_std,
H A Disl7998x.c1098 .g_std = isl7998x_g_std,
H A Dtvp5150.c1711 .g_std = tvp5150_g_std,
H A Dadv7842.c3296 .g_std = adv7842_g_std,
/openbmc/linux/drivers/media/i2c/adv748x/
H A Dadv748x-afe.c304 .g_std = adv748x_afe_g_std,
/openbmc/linux/include/media/
H A Dv4l2-subdev.h489 int (*g_std)(struct v4l2_subdev *sd, v4l2_std_id *norm); member
/openbmc/linux/drivers/staging/media/imx/
H A Dimx-media-capture.c489 return v4l2_subdev_call(priv->src_sd, video, g_std, std); in capture_legacy_g_std()
/openbmc/linux/drivers/media/platform/renesas/rcar-vin/
H A Drcar-core.c553 ret = v4l2_subdev_call(subdev, video, g_std, &vin->std); in rvin_parallel_subdevice_attach()
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dcxusb-analog.c756 ret = v4l2_subdev_call(cxdev->cx25840, video, g_std, &norm); in cxusb_medion_field_order()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-subdev.c839 return v4l2_subdev_call(sd, video, g_std, arg); in subdev_do_ioctl()
H A Dv4l2-ioctl.c2806 DEFINE_V4L_STUB_FUNC(g_std)
/openbmc/linux/drivers/media/i2c/cx25840/
H A Dcx25840-core.c5753 .g_std = cx25840_g_std,