| /external/igt-gpu-tools/lib/ | 
| D | igt_edid.h | 316 struct edid {  struct 317 	char header[8]; 319 	uint8_t mfg_id[2]; 320 	uint8_t prod_code[2]; 321 	uint8_t serial[4]; 322 	uint8_t mfg_week; 323 	uint8_t mfg_year; 325 	uint8_t version; 326 	uint8_t revision; 328 	uint8_t input; [all …] 
 | 
| D | igt_edid.c | 197 void edid_get_mfg(const struct edid *edid, char out[static 3])  in edid_get_mfg() 205 static void edid_set_mfg(struct edid *edid, const char mfg[static 3])  in edid_set_mfg() 211 static void edid_set_gamma(struct edid *edid, float gamma)  in edid_set_gamma() 227 void edid_init(struct edid *edid)  in edid_init() 272 void edid_init_with_mode(struct edid *edid, drmModeModeInfo *mode)  in edid_init_with_mode() 302 void edid_update_checksum(struct edid *edid)  in edid_update_checksum() 323 size_t edid_get_size(const struct edid *edid)  in edid_get_size()
  | 
| D | igt_chamelium.c | 556 				 const struct edid *edid)  in chamelium_upload_edid() 591 					  const struct edid *edid)  in chamelium_new_edid() 609 				    struct edid *edid)  in chamelium_port_tag_edid() 635 const struct edid *chamelium_edid_get_raw(struct chamelium_edid *edid,  in chamelium_edid_get_raw() 667 			     struct chamelium_edid *edid)  in chamelium_port_set_edid() 2066 	const struct edid *edid;  in port_id_from_edid()  local 2143 	struct chamelium_edid *edid;  in chamelium_autodiscover()  local
  | 
| D | igt_kms.c | 109 	static struct edid edid;  in igt_kms_get_base_edid()  local 145 	static struct edid edid;  in igt_kms_get_alt_edid()  local 172 	struct edid *edid;  in generate_audio_edid()  local 275 	struct edid *edid;  in igt_kms_get_4k_edid()  local 327 	struct edid *edid;  in igt_kms_get_3d_edid()  local 1098 			const struct edid *edid)  in kmstest_force_edid()
  | 
| /external/igt-gpu-tools/tests/ | 
| D | kms_hdmi_inject.c | 81 	const struct edid *edid;  in hdmi_inject_4k()  local 142 	const struct edid *edid;  in hdmi_inject_audio()  local
  | 
| D | kms_3d.c | 34 	const struct edid *edid;  variable
  | 
| D | kms_chamelium.c | 200 	const struct edid *edid;  in check_analog_bridge()  local 287 		     enum test_edid edid)  in set_edid() 293 test_edid_read(data_t *data, struct chamelium_port *port, enum test_edid edid)  in test_edid_read() 448 				enum test_edid edid,  in test_suspend_resume_edid_change() 489 prepare_output(data_t *data, struct chamelium_port *port, enum test_edid edid)  in prepare_output() 1080 	struct edid *edid;  in get_aspect_ratio_edid()  local 1829 		   const char *audio_device, enum test_edid edid)  in test_display_audio() 1918 			enum test_edid edid)  in test_display_audio_edid() 2524 static const struct edid *get_edid(enum test_edid edid)  in get_edid()
  | 
| /external/autotest/client/cros/multimedia/ | 
| D | display_info.py | 38         def __init__(self, edid):  argument
  | 
| /external/igt-gpu-tools/lib/tests/ | 
| D | igt_edid.c | 83 	const struct edid *edid;  variable
  | 
| /external/kernel-headers/original/uapi/linux/ | 
| D | v4l2-common.h | 53 	__u8  *edid;  member
  | 
| D | virtio_gpu.h | 354 	__u8 edid[1024];  member
  | 
| /external/autotest/client/cros/chameleon/ | 
| D | chameleon.py | 701     def apply_edid(self, edid):  argument 725     def set_edid(self, edid, check_video_input=True):  argument 760     def use_edid(self, edid, check_video_input=True):  argument
  | 
| /external/libdrm/tests/modeprint/ | 
| D | modeprint.c | 50 int edid;  variable
  | 
| /external/libdrm/exynos/ | 
| D | exynos_drm.c | 354 		       uint32_t ext, void *edid)  in exynos_vidi_connection()
  | 
| D | exynos_drm.h | 75 	uint64_t edid;  member
  | 
| /external/crosvm/devices/src/virtio/gpu/ | 
| D | edid.rs | 42         let mut edid: [u8; EDID_DATA_LENGTH] = [0; EDID_DATA_LENGTH];  in new()  localVariable
  | 
| D | mod.rs | 5 mod edid;  module
  | 
| D | protocol.rs | 463     pub edid: [u8; 1024],  field
  | 
| /external/igt-gpu-tools/include/drm-uapi/ | 
| D | exynos_drm.h | 79 	__u64 edid;  member
  | 
| /external/kernel-headers/original/uapi/drm/ | 
| D | exynos_drm.h | 79 	__u64 edid;  member
  | 
| /external/igt-gpu-tools/tests/i915/ | 
| D | i915_pm_rpm.c | 618 static bool i2c_read_edid(const char *connector_name, unsigned char *edid)  in i2c_read_edid()
  | 
| /external/bcc/libbpf-tools/x86/ | 
| D | vmlinux_505.h | 71414 struct edid {  struct 71415 	u8 header[8]; 71416 	u8 mfg_id[2]; 71417 	u8 prod_code[2]; 71418 	u32 serial; 71419 	u8 mfg_week; 71420 	u8 mfg_year; 71421 	u8 version; 71422 	u8 revision; 71423 	u8 input; [all …] 
 | 
| D | vmlinux.h | 71414 struct edid {  struct 71415 	u8 header[8]; 71416 	u8 mfg_id[2]; 71417 	u8 prod_code[2]; 71418 	u32 serial; 71419 	u8 mfg_week; 71420 	u8 mfg_year; 71421 	u8 version; 71422 	u8 revision; 71423 	u8 input; [all …] 
 | 
| /external/bcc/libbpf-tools/arm64/ | 
| D | vmlinux.h | 20294 			__guest_handle_uchar edid;  member
  | 
| D | vmlinux_510.h | 20294 			__guest_handle_uchar edid;  member
  |