Home
last modified time | relevance | path

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

/freebsd/sys/arm/freescale/imx/
H A Dimx6_hdmi.c58 phandle_t i2c_xref; member
75 if (sc->i2c_xref == 0) in imx_hdmi_get_i2c_dev()
78 return (OF_device_from_xref(sc->i2c_xref)); in imx_hdmi_get_i2c_dev()
105 if (OF_device_from_xref(sc->i2c_xref) != NULL) { in imx_hdmi_init()
143 phandle_t node, i2c_xref; in imx_hdmi_attach() local
161 if (OF_getencprop(node, "ddc-i2c-bus", &i2c_xref, sizeof(i2c_xref)) == -1) in imx_hdmi_attach()
162 sc->i2c_xref = 0; in imx_hdmi_attach()
164 sc->i2c_xref = i2c_xref; in imx_hdmi_attach()
/freebsd/sys/dev/hdmi/
H A Ddwc_hdmi_fdt.c58 phandle_t i2c_xref; member
73 if (sc->i2c_xref == 0) in dwc_hdmi_fdt_get_i2c_dev()
76 return (OF_device_from_xref(sc->i2c_xref)); in dwc_hdmi_fdt_get_i2c_dev()
102 phandle_t node, i2c_xref; in dwc_hdmi_fdt_attach() local
122 if (OF_getencprop(node, "ddc", &i2c_xref, sizeof(i2c_xref)) == -1) in dwc_hdmi_fdt_attach()
123 sc->i2c_xref = 0; in dwc_hdmi_fdt_attach()
125 sc->i2c_xref = i2c_xref; in dwc_hdmi_fdt_attach()