Searched refs:i2c_xref (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx6_hdmi.c60 phandle_t i2c_xref; member in struct:imx_hdmi_softc
77 if (sc->i2c_xref == 0)
80 return (OF_device_from_xref(sc->i2c_xref));
107 if (OF_device_from_xref(sc->i2c_xref) != NULL) {
145 phandle_t node, i2c_xref; local
163 if (OF_getencprop(node, "ddc-i2c-bus", &i2c_xref, sizeof(i2c_xref)) == -1)
164 sc->i2c_xref = 0;
166 sc->i2c_xref = i2c_xref;
[all...]
/freebsd-13-stable/sys/dev/hdmi/
H A Ddwc_hdmi_fdt.c60 phandle_t i2c_xref; member in struct:dwc_hdmi_fdt_softc
75 if (sc->i2c_xref == 0)
78 return (OF_device_from_xref(sc->i2c_xref));
104 phandle_t node, i2c_xref; local
124 if (OF_getencprop(node, "ddc", &i2c_xref, sizeof(i2c_xref)) == -1)
125 sc->i2c_xref = 0;
127 sc->i2c_xref = i2c_xref;

Completed in 107 milliseconds