| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-g-edid.rst | 20 ``int ioctl(int fd, VIDIOC_G_EDID, struct v4l2_edid *argp)`` 24 ``int ioctl(int fd, VIDIOC_S_EDID, struct v4l2_edid *argp)`` 28 ``int ioctl(int fd, VIDIOC_SUBDEV_G_EDID, struct v4l2_edid *argp)`` 32 ``int ioctl(int fd, VIDIOC_SUBDEV_S_EDID, struct v4l2_edid *argp)`` 41 Pointer to struct :c:type:`v4l2_edid`. 101 .. c:type:: v4l2_edid 105 .. flat-table:: struct v4l2_edid
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | v4l2-subdev.h | 159 #define v4l2_subdev_edid v4l2_edid 176 #define VIDIOC_SUBDEV_G_EDID _IOWR('V', 40, struct v4l2_edid) 177 #define VIDIOC_SUBDEV_S_EDID _IOWR('V', 41, struct v4l2_edid)
|
| H A D | v4l2-common.h | 100 struct v4l2_edid { struct
|
| H A D | videodev2.h | 2379 #define VIDIOC_G_EDID _IOWR('V', 40, struct v4l2_edid) 2380 #define VIDIOC_S_EDID _IOWR('V', 41, struct v4l2_edid)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | v4l2-subdev.h | 159 #define v4l2_subdev_edid v4l2_edid 176 #define VIDIOC_SUBDEV_G_EDID _IOWR('V', 40, struct v4l2_edid) 177 #define VIDIOC_SUBDEV_S_EDID _IOWR('V', 41, struct v4l2_edid)
|
| H A D | v4l2-common.h | 100 struct v4l2_edid { struct
|
| H A D | videodev2.h | 2379 #define VIDIOC_G_EDID _IOWR('V', 40, struct v4l2_edid) 2380 #define VIDIOC_S_EDID _IOWR('V', 41, struct v4l2_edid)
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | v4l2-subdev.h | 182 #define v4l2_subdev_edid v4l2_edid 200 #define VIDIOC_SUBDEV_G_EDID _IOWR('V', 40, struct v4l2_edid) 201 #define VIDIOC_SUBDEV_S_EDID _IOWR('V', 41, struct v4l2_edid)
|
| H A D | v4l2-common.h | 87 struct v4l2_edid { struct
|
| H A D | videodev2.h | 2519 #define VIDIOC_G_EDID _IOWR('V', 40, struct v4l2_edid) 2520 #define VIDIOC_S_EDID _IOWR('V', 41, struct v4l2_edid)
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | vivid-vid-common.h | 35 int vidioc_g_edid(struct file *file, void *_fh, struct v4l2_edid *edid);
|
| H A D | vivid-vid-cap.h | 53 int vidioc_s_edid(struct file *file, void *_fh, struct v4l2_edid *edid);
|
| H A D | vivid-vid-common.c | 1021 struct v4l2_edid *edid) in vidioc_g_edid()
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | v4l2-subdev.h | 712 int (*get_edid)(struct v4l2_subdev *sd, struct v4l2_edid *edid); 713 int (*set_edid)(struct v4l2_subdev *sd, struct v4l2_edid *edid);
|
| H A D | v4l2-ioctl.h | 576 struct v4l2_edid *edid); 578 struct v4l2_edid *edid);
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/adv748x/ |
| H A D | adv748x-hdmi.c | 462 static int adv748x_hdmi_get_edid(struct v4l2_subdev *sd, struct v4l2_edid *edid) in adv748x_hdmi_get_edid() 512 static int adv748x_hdmi_set_edid(struct v4l2_subdev *sd, struct v4l2_edid *edid) in adv748x_hdmi_set_edid()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rcar-vin/ |
| H A D | rcar-v4l2.c | 703 static int rvin_g_edid(struct file *file, void *fh, struct v4l2_edid *edid) in rvin_g_edid() 721 static int rvin_s_edid(struct file *file, void *fh, struct v4l2_edid *edid) in rvin_s_edid()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-compat-ioctl32.c | 1354 static int get_v4l2_edid32(struct v4l2_edid __user *p64, in get_v4l2_edid32() 1370 static int put_v4l2_edid32(struct v4l2_edid __user *p64, in put_v4l2_edid32() 1544 err = alloc_userspace(sizeof(struct v4l2_edid), 0, &new_p64); in do_video_ioctl()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | videodev2.h | 2502 #define VIDIOC_G_EDID _IOWR('V', 40, struct v4l2_edid) 2503 #define VIDIOC_S_EDID _IOWR('V', 41, struct v4l2_edid)
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cobalt/ |
| H A D | cobalt-v4l2.c | 1016 static int cobalt_g_edid(struct file *file, void *fh, struct v4l2_edid *edid) in cobalt_g_edid() 1030 static int cobalt_s_edid(struct file *file, void *fh, struct v4l2_edid *edid) in cobalt_s_edid()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | ad9389b.c | 664 static int ad9389b_get_edid(struct v4l2_subdev *sd, struct v4l2_edid *edid) in ad9389b_get_edid()
|
| H A D | tda1997x.c | 1828 static int tda1997x_get_edid(struct v4l2_subdev *sd, struct v4l2_edid *edid) in tda1997x_get_edid() 1855 static int tda1997x_set_edid(struct v4l2_subdev *sd, struct v4l2_edid *edid) in tda1997x_set_edid()
|
| H A D | adv7604.c | 2258 static int adv76xx_get_edid(struct v4l2_subdev *sd, struct v4l2_edid *edid) in adv76xx_get_edid() 2296 static int adv76xx_set_edid(struct v4l2_subdev *sd, struct v4l2_edid *edid) in adv76xx_set_edid()
|
| H A D | adv7842.c | 2456 static int adv7842_get_edid(struct v4l2_subdev *sd, struct v4l2_edid *edid) in adv7842_get_edid() 2496 static int adv7842_set_edid(struct v4l2_subdev *sd, struct v4l2_edid *e) in adv7842_set_edid()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/hdmirx/ |
| H A D | rk_hdmirx.c | 1024 struct v4l2_edid *edid, bool hpd_up) in hdmirx_write_edid() 1099 struct v4l2_edid *edid) in hdmirx_set_edid() 1124 struct v4l2_edid *edid) in hdmirx_get_edid() 3469 struct v4l2_edid def_edid; in hdmirx_edid_init_config()
|