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

  /src/sys/dev/fdt/
panel_fdt.h 38 #include <dev/fdt/fdt_port.h>
fdt_port.h 1 /* $NetBSD: fdt_port.h,v 1.7 2024/02/10 09:21:52 andvar Exp $ */
49 struct fdt_port;
53 struct fdt_port *dp_port; /* this device's ports */
fdt_port.c 1 /* $NetBSD: fdt_port.c,v 1.7 2022/01/21 21:00:26 macallan Exp $ */
41 __KERNEL_RCSID(1, "$NetBSD: fdt_port.c,v 1.7 2022/01/21 21:00:26 macallan Exp $");
50 #include <dev/fdt/fdt_port.h>
54 struct fdt_port { struct
66 struct fdt_port *ep_port; /* parent of this endpoint */
76 static void fdt_endpoints_register(int, struct fdt_port *, enum endpoint_type);
90 struct fdt_port *port = &ports->dp_port[p];
108 struct fdt_port *port = &device_ports->dp_port[p];
287 kmem_zalloc(sizeof(struct fdt_port) * ports->dp_nports, KM_SLEEP);
318 fdt_endpoints_register(int phandle, struct fdt_port *port
    [all...]
connector_fdt.c 49 #include <dev/fdt/fdt_port.h>
fdt_panel.c 38 #include <dev/fdt/fdt_port.h>
hdmi_connector.c 38 #include <dev/fdt/fdt_port.h>
  /src/sys/arch/arm/ti/
ti_fb.c 39 #include <dev/fdt/fdt_port.h>
ti_lcdc.c 53 #include <dev/fdt/fdt_port.h>
  /src/sys/arch/arm/nxp/
imx6_dwhdmi.c 42 #include <dev/fdt/fdt_port.h>
  /src/sys/arch/arm/rockchip/
rk_anxdp.c 44 #include <dev/fdt/fdt_port.h>
rk_dwhdmi.c 40 #include <dev/fdt/fdt_port.h>
rk_drm.c 44 #include <dev/fdt/fdt_port.h>
rk_vop.c 41 #include <dev/fdt/fdt_port.h>
  /src/sys/arch/arm/sunxi/
sunxi_dwhdmi.c 40 #include <dev/fdt/fdt_port.h>
sunxi_lcdc.c 40 #include <dev/fdt/fdt_port.h>
sunxi_drm.c 44 #include <dev/fdt/fdt_port.h>
sunxi_hdmi.c 46 #include <dev/fdt/fdt_port.h>
sunxi_tcon.c 45 #include <dev/fdt/fdt_port.h>
sunxi_debe.c 54 #include <dev/fdt/fdt_port.h>
sunxi_mixer.c 41 #include <dev/fdt/fdt_port.h>
  /src/sys/dev/i2c/
anxedp.c 47 #include <dev/fdt/fdt_port.h>
tda19988.c 47 #include <dev/fdt/fdt_port.h>

Completed in 23 milliseconds