Searched refs:edid (Results 1 – 19 of 19) sorted by relevance
/include/drm/ |
D | drm_edid.h | 320 struct edid { struct 375 int drm_edid_to_sad(struct edid *edid, struct cea_sad **sads); argument 376 int drm_edid_to_speaker_allocation(struct edid *edid, u8 **sadb); 381 struct edid *drm_load_edid_firmware(struct drm_connector *connector); 385 static inline struct edid * 392 bool drm_edid_are_equal(const struct edid *edid1, const struct edid *edid2); 512 struct edid *drm_do_get_edid(struct drm_connector *connector, 516 struct edid *drm_get_edid(struct drm_connector *connector, 518 struct edid *drm_get_edid_switcheroo(struct drm_connector *connector, 520 struct edid *drm_edid_duplicate(const struct edid *edid); [all …]
|
D | drm_displayid.h | 27 struct edid; 101 const struct edid *edid; member 109 void displayid_iter_edid_begin(const struct edid *edid,
|
D | drm_dp_helper.h | 1861 struct edid; 2053 const struct edid *edid); 2058 const struct edid *edid); 2061 const struct edid *edid); 2064 const struct edid *edid); 2076 const struct edid *edid, 2241 void drm_dp_cec_set_edid(struct drm_dp_aux *aux, const struct edid *edid); 2259 const struct edid *edid) in drm_dp_cec_set_edid() argument
|
D | drm_bridge.h | 40 struct edid; 608 struct edid *(*get_edid)(struct drm_bridge *bridge, 894 struct edid *drm_bridge_get_edid(struct drm_bridge *bridge,
|
D | drm_connector.h | 43 struct edid; 1702 const struct edid *edid);
|
D | drm_dp_mst_helper.h | 153 struct edid *cached_edid; 794 struct edid *drm_dp_mst_get_edid(struct drm_connector *connector, struct drm_dp_mst_topology_mgr *m…
|
D | drm_crtc.h | 59 struct edid;
|
/include/media/ |
D | cec-notifier.h | 16 struct edid; 97 const struct edid *edid); 142 const struct edid *edid) in cec_notifier_set_phys_addr_from_edid() argument
|
D | cec.h | 294 struct edid; 309 const struct edid *edid); 393 u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size, 421 const struct edid *edid) in cec_s_phys_addr_from_edid() argument 425 static inline u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size, in cec_get_edid_phys_addr() argument 476 static inline unsigned int cec_get_edid_spa_location(const u8 *edid, in cec_get_edid_spa_location() argument 494 if (edid[0x7e] + 1 < blocks) in cec_get_edid_spa_location() 495 blocks = edid[0x7e] + 1; in cec_get_edid_spa_location() 501 if (edid[offset] != 0x02 || edid[offset + 1] != 0x03) in cec_get_edid_spa_location() 505 d = edid[offset + 2] & 0x7f; in cec_get_edid_spa_location() [all …]
|
D | v4l2-dv-timings.h | 248 u16 v4l2_get_edid_phys_addr(const u8 *edid, unsigned int size, 250 void v4l2_set_edid_phys_addr(u8 *edid, unsigned int size, u16 phys_addr);
|
D | v4l2-subdev.h | 754 int (*get_edid)(struct v4l2_subdev *sd, struct v4l2_edid *edid); 755 int (*set_edid)(struct v4l2_subdev *sd, struct v4l2_edid *edid);
|
D | v4l2-ioctl.h | 576 struct v4l2_edid *edid); 578 struct v4l2_edid *edid);
|
/include/acpi/ |
D | video.h | 57 int device_id, void **edid); 72 int device_id, void **edid) in acpi_video_get_edid() argument
|
/include/uapi/linux/ |
D | v4l2-common.h | 92 __u8 *edid; member
|
D | virtio_gpu.h | 342 __u8 edid[1024]; member
|
/include/video/ |
D | udlfb.h | 44 char *edid; /* null until we read edid from hw or get from sysfs */ member
|
/include/uapi/drm/ |
D | exynos_drm.h | 79 __u64 edid; member
|
/include/xen/interface/ |
D | platform.h | 255 GUEST_HANDLE(uchar) edid;
|
/include/linux/ |
D | fb.h | 730 extern int fb_parse_edid(unsigned char *edid, struct fb_var_screeninfo *var); 732 extern void fb_edid_to_monspecs(unsigned char *edid,
|