| /OK3568_Linux_fs/kernel/include/xen/interface/io/ |
| H A D | displif.h | 888 struct xendispl_get_edid_req get_edid; member 899 struct xendispl_get_edid_resp get_edid; member
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_connector.c | 193 if (conn->funcs->get_edid) { in rockchip_connector_get_edid() 194 ret = conn->funcs->get_edid(conn, state); in rockchip_connector_get_edid() 199 ret = conn->funcs->get_edid(conn, state); in rockchip_connector_get_edid()
|
| H A D | rockchip_connector.h | 184 int (*get_edid)(struct rockchip_connector *connector, struct display_state *state); member
|
| H A D | rockchip_display.c | 712 if (ret < 0 && conn->funcs->get_edid) { in display_init() 714 ret = conn->funcs->get_edid(conn, state); in display_init() 731 } else if (conn->funcs->get_edid) { in display_init() 732 ret = conn->funcs->get_edid(conn, state); in display_init()
|
| H A D | rockchip_dw_hdmi.c | 593 .get_edid = rockchip_dw_hdmi_get_edid,
|
| H A D | analogix_dp.c | 940 .get_edid = analogix_dp_connector_get_edid,
|
| H A D | rockchip_dw_hdmi_qp.c | 1298 .get_edid = rockchip_dw_hdmi_qp_get_edid,
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-subdev.c | 287 return check_edid(sd, edid) ? : sd->ops->pad->get_edid(sd, edid); in call_get_edid() 337 .get_edid = call_get_edid, 627 return v4l2_subdev_call(sd, pad, get_edid, edid); in subdev_do_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_bridge_connector.c | 243 edid = bridge->funcs->get_edid(bridge, connector); in drm_bridge_connector_get_modes_edid()
|
| H A D | drm_bridge.c | 1105 return bridge->funcs->get_edid(bridge, connector); in drm_bridge_get_edid()
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_bridge.h | 588 struct edid *(*get_edid)(struct drm_bridge *bridge, member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/ |
| H A D | nxp-ptn3460.c | 257 .get_edid = ptn3460_get_edid,
|
| H A D | megachips-stdpxxxx-ge-b850v3-fw.c | 268 .get_edid = ge_b850v3_lvds_get_edid,
|
| H A D | parade-ps8640.c | 307 .get_edid = ps8640_bridge_get_edid,
|
| H A D | display-connector.c | 174 .get_edid = display_connector_get_edid,
|
| H A D | lontium-lt9611.c | 963 .get_edid = lt9611_bridge_get_edid,
|
| H A D | tc358767.c | 1451 .get_edid = tc_get_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); member
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/adv748x/ |
| H A D | adv748x-hdmi.c | 600 .get_edid = adv748x_hdmi_get_edid,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/ |
| H A D | hdmi4.c | 494 .get_edid = hdmi4_bridge_get_edid,
|
| H A D | hdmi5.c | 477 .get_edid = hdmi5_bridge_get_edid,
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rcar-vin/ |
| H A D | rcar-v4l2.c | 714 ret = v4l2_subdev_call(sd, pad, get_edid, edid); in rvin_g_edid()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | ad9389b.c | 686 .get_edid = ad9389b_get_edid,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/adv7511/ |
| H A D | adv7511_drv.c | 971 .get_edid = adv7511_bridge_get_edid,
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cobalt/ |
| H A D | cobalt-v4l2.c | 1025 ret = v4l2_subdev_call(s->sd, pad, get_edid, edid); in cobalt_g_edid()
|