Searched refs:g_std (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/Documentation/zh_CN/video4linux/ |
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);
|
/linux-4.1.27/include/media/davinci/ |
D | vpbe.h | 138 int (*g_std)(struct vpbe_device *vpbe_dev, v4l2_std_id *std_id); member
|
/linux-4.1.27/include/media/ |
D | v4l2-subdev.h | 317 int (*g_std)(struct v4l2_subdev *sd, v4l2_std_id *norm); member
|
/linux-4.1.27/drivers/media/i2c/ |
D | adv7183.c | 512 .g_std = adv7183_g_std,
|
D | adv7842.c | 2804 .g_std = adv7842_g_std,
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-framework.txt | 371 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/ |
D | tw9910.c | 881 .g_std = tw9910_g_std,
|
/linux-4.1.27/drivers/media/platform/davinci/ |
D | vpbe.c | 816 .g_std = vpbe_g_std,
|
/linux-4.1.27/drivers/media/platform/blackfin/ |
D | bfin_capture.c | 921 ret = v4l2_subdev_call(bcap_dev->sd, video, g_std, &std); in bcap_probe()
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
D | soc_camera.c | 350 return v4l2_subdev_call(sd, video, g_std, a); in soc_camera_g_std()
|
/linux-4.1.27/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 5069 .g_std = cx25840_g_std,
|