Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/zh_CN/video4linux/
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);
/linux-4.1.27/include/media/davinci/
Dvpbe.h138 int (*g_std)(struct vpbe_device *vpbe_dev, v4l2_std_id *std_id); member
/linux-4.1.27/include/media/
Dv4l2-subdev.h317 int (*g_std)(struct v4l2_subdev *sd, v4l2_std_id *norm); member
/linux-4.1.27/drivers/media/i2c/
Dadv7183.c512 .g_std = adv7183_g_std,
Dadv7842.c2804 .g_std = adv7842_g_std,
/linux-4.1.27/Documentation/video4linux/
Dv4l2-framework.txt371 err = sd->ops->core->g_std(sd, &norm);
375 err = v4l2_subdev_call(sd, core, g_std, &norm);
378 is NULL, -ENOIOCTLCMD if either subdev->core or subdev->core->g_std is
379 NULL, or the actual result of the subdev->ops->core->g_std ops.
383 v4l2_device_call_all(v4l2_dev, 0, core, g_std, &norm);
388 err = v4l2_device_call_until_err(v4l2_dev, 0, core, g_std, &norm);
/linux-4.1.27/drivers/media/i2c/soc_camera/
Dtw9910.c881 .g_std = tw9910_g_std,
/linux-4.1.27/drivers/media/platform/davinci/
Dvpbe.c816 .g_std = vpbe_g_std,
/linux-4.1.27/drivers/media/platform/blackfin/
Dbfin_capture.c921 ret = v4l2_subdev_call(bcap_dev->sd, video, g_std, &std); in bcap_probe()
/linux-4.1.27/drivers/media/platform/soc_camera/
Dsoc_camera.c350 return v4l2_subdev_call(sd, video, g_std, a); in soc_camera_g_std()
/linux-4.1.27/drivers/media/i2c/cx25840/
Dcx25840-core.c5069 .g_std = cx25840_g_std,