HomeSort by: relevance | last modified time | path
    Searched refs:fdt_endpoint_type (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/dev/fdt/
fdt_port.h 102 enum endpoint_type fdt_endpoint_type(struct fdt_endpoint *);
fdt_panel.c 112 if (fdt_endpoint_type(rep) != EP_DRM_ENCODER)
hdmi_connector.c 159 if (fdt_endpoint_type(rep) != EP_DRM_ENCODER)
fdt_port.c 172 fdt_endpoint_type(struct fdt_endpoint *ep) function in typeref:enum:endpoint_type
  /src/sys/arch/arm/rockchip/
rk_anxdp.c 151 switch (fdt_endpoint_type(in_ep)) {
168 if (out_rep != NULL && fdt_endpoint_type(out_rep) == EP_DRM_PANEL)
180 if (out_rep != NULL && fdt_endpoint_type(out_rep) == EP_DRM_CONNECTOR)
rk_dwhdmi.c 145 switch (fdt_endpoint_type(in_ep)) {
172 if (out_rep != NULL && fdt_endpoint_type(out_rep) == EP_DRM_CONNECTOR)
  /src/sys/arch/arm/nxp/
imx6_dwhdmi.c 150 switch (fdt_endpoint_type(in_ep)) {
177 if (out_rep != NULL && fdt_endpoint_type(out_rep) == EP_DRM_CONNECTOR)
  /src/sys/arch/arm/sunxi/
sunxi_dwhdmi.c 89 switch (fdt_endpoint_type(in_ep)) {
121 if (out_rep != NULL && fdt_endpoint_type(out_rep) == EP_DRM_CONNECTOR)
sunxi_lcdc.c 336 switch (fdt_endpoint_type(remote_ep)) {
404 if (fdt_endpoint_type(in_ep) != EP_DRM_CRTC)
sunxi_drm.c 458 if (fdt_endpoint_type(sep->ep) == EP_DRM_CRTC)
  /src/sys/dev/i2c/
anxedp.c 355 switch (fdt_endpoint_type(in_ep)) {
tda19988.c 850 switch (fdt_endpoint_type(in_ep)) {

Completed in 16 milliseconds