Searched refs:g_std (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/Documentation/translations/zh_CN/video4linux/ |
H A D | v4l2-framework.txt | 339 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 D | v4l2-subdev.rst | 296 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 D | ml86v7667.c | 292 .g_std = ml86v7667_g_std,
|
H A D | adv7183.c | 504 .g_std = adv7183_g_std,
|
H A D | tw9910.c | 909 .g_std = tw9910_g_std,
|
H A D | adv7180.c | 914 .g_std = adv7180_g_std,
|
H A D | isl7998x.c | 1098 .g_std = isl7998x_g_std,
|
H A D | tvp5150.c | 1711 .g_std = tvp5150_g_std,
|
H A D | adv7842.c | 3296 .g_std = adv7842_g_std,
|
/openbmc/linux/drivers/media/i2c/adv748x/ |
H A D | adv748x-afe.c | 304 .g_std = adv748x_afe_g_std,
|
/openbmc/linux/include/media/ |
H A D | v4l2-subdev.h | 489 int (*g_std)(struct v4l2_subdev *sd, v4l2_std_id *norm); member
|
/openbmc/linux/drivers/staging/media/imx/ |
H A D | imx-media-capture.c | 489 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 D | rcar-core.c | 553 ret = v4l2_subdev_call(subdev, video, g_std, &vin->std); in rvin_parallel_subdevice_attach()
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | cxusb-analog.c | 756 ret = v4l2_subdev_call(cxdev->cx25840, video, g_std, &norm); in cxusb_medion_field_order()
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-subdev.c | 839 return v4l2_subdev_call(sd, video, g_std, arg); in subdev_do_ioctl()
|
H A D | v4l2-ioctl.c | 2806 DEFINE_V4L_STUB_FUNC(g_std)
|
/openbmc/linux/drivers/media/i2c/cx25840/ |
H A D | cx25840-core.c | 5753 .g_std = cx25840_g_std,
|