Home
last modified time | relevance | path

Searched defs:edid (Results 1 – 25 of 87) sorted by relevance

1234

/linux/drivers/video/fbdev/core/
H A Dfbmon.c145 static int check_edid(unsigned char *edid) in check_edid()
207 static void fix_edid(unsigned char *edid, int fix) in fix_edid()
256 static int edid_checksum(unsigned char *edid) in edid_checksum()
277 static int edid_check_header(unsigned char *edid) in edid_check_header()
616 static struct fb_videomode *fb_create_modedb(unsigned char *edid, int *dbsize, in fb_create_modedb()
695 static int fb_get_monitor_limits(unsigned char *edid, struct fb_monspecs *specs) in fb_get_monitor_limits()
776 static void get_monspecs(unsigned char *edid, struct fb_monspecs *specs) in get_monspecs()
894 int fb_parse_edid(unsigned char *edid, struct fb_var_screeninfo *var) in fb_parse_edid()
937 void fb_edid_to_monspecs(unsigned char *edid, struct fb_monspecs *specs) in fb_edid_to_monspecs()
1405 int fb_parse_edid(unsigned char *edid, struct fb_var_screeninfo *var) in fb_parse_edid()
[all …]
H A Dfb_ddc.c57 unsigned char *edid = NULL; in fb_ddc_read() local
/linux/drivers/gpu/drm/gma500/
H A Dpsb_intel_modes.c55 struct edid *edid; in psb_intel_ddc_get_modes() local
H A Dcdv_intel_hdmi.c131 struct edid *edid = NULL; in cdv_hdmi_detect() local
212 struct edid *edid = NULL; in cdv_hdmi_get_modes() local
H A Doaktrail_lvds.c299 struct edid *edid; in oaktrail_lvds_init() local
/linux/drivers/video/fbdev/nvidia/
H A Dnv_proto.h43 #define nvidia_probe_i2c_connector(p, c, edid) (-1) argument
H A Dnv_i2c.c155 u8 *edid = NULL; in nvidia_probe_i2c_connector() local
/linux/drivers/video/fbdev/via/
H A Dvia_aux_edid.c21 unsigned char edid[EDID_LENGTH]; in query_edid() local
/linux/drivers/gpu/drm/msm/dp/
H A Ddp_panel.c212 static u8 dp_panel_get_edid_checksum(const struct edid *edid) in dp_panel_get_edid_checksum()
232 const struct edid *edid = drm_edid_raw(dp_panel->drm_edid); in dp_panel_handle_sink_request() local
/linux/include/media/
H A Dcec-notifier.h142 const struct edid *edid) in cec_notifier_set_phys_addr_from_edid()
H A Dcec.h456 cec_s_phys_addr_from_edid(struct cec_adapter * adap,const struct edid * edid) cec_s_phys_addr_from_edid() argument
460 cec_get_edid_phys_addr(const u8 * edid,unsigned int size,unsigned int * offset) cec_get_edid_phys_addr() argument
511 cec_get_edid_spa_location(const u8 * edid,unsigned int size) cec_get_edid_spa_location() argument
[all...]
/linux/drivers/gpu/drm/i915/gvt/
H A Dedid.c54 struct intel_vgpu_i2c_edid *edid = &vgpu->display.i2c_edid; in edid_get_byte() local
569 struct intel_vgpu_i2c_edid *edid = &vgpu->display.i2c_edid; intel_vgpu_init_i2c_edid() local
[all...]
/linux/include/uapi/linux/
H A Dv4l2-common.h53 __u8 *edid; member
/linux/drivers/video/fbdev/aty/
H A Dradeon_i2c.c144 u8 *edid; in radeon_probe_i2c_connector() local
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c489 const void *edid = of_get_property(cn, "EDID", NULL); in nouveau_connector_of_detect() local
552 struct edid *edid) in nouveau_connector_set_edid()
690 struct edid *edid = NULL; in nouveau_connector_detect_lvds() local
/linux/drivers/video/fbdev/riva/
H A Drivafb-i2c.c154 u8 *edid = NULL; in riva_probe_i2c_connector() local
/linux/drivers/media/i2c/adv748x/
H A Dadv748x-hdmi.c470 static int adv748x_hdmi_get_edid(struct v4l2_subdev *sd, struct v4l2_edid *edid) in adv748x_hdmi_get_edid()
520 static int adv748x_hdmi_set_edid(struct v4l2_subdev *sd, struct v4l2_edid *edid) in adv748x_hdmi_set_edid()
/linux/drivers/gpu/drm/tegra/
H A Doutput.c24 struct edid *edid = NULL; tegra_output_connector_get_modes() local
/linux/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c1019 u16 v4l2_get_edid_phys_addr(const u8 *edid, unsigned int size, in v4l2_get_edid_phys_addr()
1044 void v4l2_set_edid_phys_addr(u8 *edid, unsigned int size, u16 phys_addr) in v4l2_set_edid_phys_addr()
/linux/drivers/media/cec/core/
H A Dcec-notifier.c205 const struct edid *edid) in cec_notifier_set_phys_addr_from_edid()
/linux/drivers/video/fbdev/i810/
H A Di810-i2c.c158 u8 *edid = NULL; in i810_probe_i2c_connector() local
/linux/drivers/video/fbdev/
H A Dsmscufx.c102 u8 *edid; /* null until we read edid from hw or get from sysfs */ member
942 u8 __user *edid = (u8 __user *)arg; in ufx_ops_ioctl() local
1394 static int ufx_read_edid(struct ufx_data *dev, u8 *edid, int edid_len) in ufx_read_edid()
1457 u8 *edid; in ufx_setup_modes() local
/linux/drivers/video/fbdev/savage/
H A Dsavagefb-i2c.c221 u8 *edid; in savagefb_probe_i2c_connector() local
/linux/include/acpi/
H A Dvideo.h97 int device_id, void **edid) in acpi_video_get_edid()
/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_bridge.c260 const struct edid *edid = drm_edid_raw(drm_edid); in msm_hdmi_bridge_edid_read() local

1234