Home | History | Annotate | Download | only in fdt

Lines Matching defs:hdmi_connector

1 /* $NetBSD: hdmi_connector.c,v 1.4 2021/12/19 11:01:10 riastradh Exp $ */
30 __KERNEL_RCSID(0, "$NetBSD: hdmi_connector.c,v 1.4 2021/12/19 11:01:10 riastradh Exp $");
72 struct dispcon_hdmi_connector *hdmi_connector = to_dispcon_hdmi_connector(connector);
75 if (hdmi_connector->hpd == NULL) {
85 con = fdtbus_gpio_read(hdmi_connector->hpd);
116 struct dispcon_hdmi_connector *hdmi_connector = to_dispcon_hdmi_connector(connector);
121 if (hdmi_connector->ddc != NULL) {
124 error = ddc_read_edid_block(hdmi_connector->ddc,
152 struct dispcon_hdmi_connector *hdmi_connector = to_dispcon_hdmi_connector(connector);
170 hdmi_connector->type);
199 struct dispcon_hdmi_connector * const hdmi_connector = &sc->sc_connector;
206 hdmi_connector->type = DRM_MODE_CONNECTOR_HDMIA;
207 hdmi_connector->hpd = fdtbus_gpio_acquire(phandle, "hpd-gpios", GPIO_PIN_INPUT);
208 hdmi_connector->ddc = fdtbus_i2c_acquire(phandle, "ddc-i2c-bus");