Searched refs:edid (Results 1 – 19 of 19) sorted by relevance
| /include/drm/ |
| A D | drm_edid.h | 291 struct edid { struct 353 int drm_edid_to_sad(const struct edid *edid, struct cea_sad **sads); argument 354 int drm_edid_to_speaker_allocation(const struct edid *edid, u8 **sadb); 437 struct edid *drm_edid_duplicate(const struct edid *edid); 438 int drm_add_edid_modes(struct drm_connector *connector, struct edid *edid); 442 bool drm_detect_hdmi_monitor(const struct edid *edid); 443 bool drm_detect_monitor_audio(const struct edid *edid); 449 int drm_edid_header_is_valid(const void *edid); 450 bool drm_edid_is_valid(struct edid *edid); 451 void drm_edid_get_monitor_name(const struct edid *edid, char *name, [all …]
|
| A D | drm_utils.h | 19 int drm_get_panel_min_brightness_quirk(const struct drm_edid *edid);
|
| A D | drm_connector.h | 49 struct edid; 2468 const struct edid *edid);
|
| A D | drm_crtc.h | 46 struct edid;
|
| A D | drm_bridge.h | 44 struct edid;
|
| /include/media/ |
| A 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
|
| A D | cec.h | 361 struct edid; 376 const struct edid *edid); 488 const struct edid *edid) in cec_s_phys_addr_from_edid() argument 561 if (edid[0x7e] + 1 < blocks) in cec_get_edid_spa_location() 562 blocks = edid[0x7e] + 1; in cec_get_edid_spa_location() 568 if (edid[offset] != 0x02 || edid[offset + 1] != 0x03) in cec_get_edid_spa_location() 572 d = edid[offset + 2] & 0x7f; in cec_get_edid_spa_location() 582 u8 tag = edid[i] >> 5; in cec_get_edid_spa_location() 583 u8 len = edid[i] & 0x1f; in cec_get_edid_spa_location() 586 edid[i + 1] == 0x03 && in cec_get_edid_spa_location() [all …]
|
| A D | v4l2-dv-timings.h | 255 unsigned int v4l2_num_edid_blocks(const u8 *edid, unsigned int max_blocks); 256 u16 v4l2_get_edid_phys_addr(const u8 *edid, unsigned int size, 258 void v4l2_set_edid_phys_addr(u8 *edid, unsigned int size, u16 phys_addr);
|
| A D | v4l2-ioctl.h | 568 struct v4l2_edid *edid); 570 struct v4l2_edid *edid);
|
| A D | v4l2-subdev.h | 878 int (*get_edid)(struct v4l2_subdev *sd, struct v4l2_edid *edid); 879 int (*set_edid)(struct v4l2_subdev *sd, struct v4l2_edid *edid);
|
| /include/acpi/ |
| A D | video.h | 61 int device_id, void **edid); 97 int device_id, void **edid) in acpi_video_get_edid() argument
|
| /include/uapi/linux/ |
| A D | v4l2-common.h | 53 __u8 *edid; member
|
| A D | virtio_gpu.h | 358 __u8 edid[1024]; member
|
| /include/video/ |
| A D | udlfb.h | 44 char *edid; /* null until we read edid from hw or get from sysfs */ member
|
| /include/drm/display/ |
| A D | drm_dp_helper.h | 894 void drm_dp_cec_set_edid(struct drm_dp_aux *aux, const struct edid *edid); 917 const struct edid *edid) in drm_dp_cec_set_edid() argument
|
| A D | drm_dp_mst_helper.h | 873 struct edid *drm_dp_mst_get_edid(struct drm_connector *connector,
|
| /include/uapi/drm/ |
| A D | exynos_drm.h | 79 __u64 edid; member
|
| /include/xen/interface/ |
| A D | platform.h | 238 GUEST_HANDLE(uchar) edid;
|
| /include/linux/ |
| A D | fb.h | 791 extern int fb_parse_edid(unsigned char *edid, struct fb_var_screeninfo *var); 793 extern void fb_edid_to_monspecs(unsigned char *edid,
|
Completed in 51 milliseconds