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

  /src/sys/dev/fdt/
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...]
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...]

Completed in 30 milliseconds