Lines Matching defs:fdt_port
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 {
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,