Searched refs:dp_ep_get_data (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/sys/dev/fdt/
H A Dfdt_port.h60 void * (*dp_ep_get_data)(device_t, struct fdt_endpoint *); member in struct:fdt_device_ports
104 * call dp_ep_get_data() for the endpoint. The returned pointer is
H A Dconnector_fdt.c119 sc->sc_ports.dp_ep_get_data = fdt_connector_get_data;
H A Dfdt_panel.c158 sc->sc_ports.dp_ep_get_data = panel_fdt_ep_get_data;
H A Dpanel_fdt.c170 sc->sc_ports.dp_ep_get_data = fdt_panel_get_data;
H A Dhdmi_connector.c211 sc->sc_ports.dp_ep_get_data = dispcon_hdmi_ep_get_data;
H A Dfdt_port.c247 if (dp->dp_ep_get_data)
248 return dp->dp_ep_get_data(dp->dp_dev, ep);
/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_dwhdmi.c312 sc->sc_ports.dp_ep_get_data = sunxi_dwhdmi_ep_get_data;
H A Dsunxi_lcdc.c532 sc->sc_ports.dp_ep_get_data = sunxi_lcdc_ep_get_data;
H A Dsunxi_mixer.c1314 sc->sc_ports.dp_ep_get_data = sunxi_mixer_ep_get_data;
/netbsd-current/sys/arch/arm/nxp/
H A Dimx6_dwhdmi.c277 sc->sc_ports.dp_ep_get_data = imx6_dwhdmi_ep_get_data;
/netbsd-current/sys/arch/arm/rockchip/
H A Drk_anxdp.c281 sc->sc_ports.dp_ep_get_data = rk_anxdp_ep_get_data;
H A Drk_dwhdmi.c321 sc->sc_ports.dp_ep_get_data = rk_dwhdmi_ep_get_data;
H A Drk_vop.c827 sc->sc_ports.dp_ep_get_data = rk_vop_ep_get_data;
/netbsd-current/sys/dev/i2c/
H A Danxedp.c421 sc->sc_ports.dp_ep_get_data = anxedp_ep_get_data;
H A Dtda19988.c906 sc->sc_ports.dp_ep_get_data = tda19988_ep_get_data;
/netbsd-current/sys/arch/arm/ti/
H A Dti_lcdc.c423 sc->sc_ports.dp_ep_get_data = tilcdc_ep_get_data;

Completed in 162 milliseconds