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

  /src/sys/dev/usb/
Makefile 10 usb.h usbhid.h utoppy.h vhci.h
vhci.c 1 /* $NetBSD: vhci.c,v 1.27 2022/03/12 15:30:51 riastradh Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: vhci.c,v 1.27 2022/03/12 15:30:51 riastradh Exp $");
65 #include <dev/usb/vhci.h>
132 * of view of vHCI.
148 * With read() and write() operations on /dev/vhci, userland respectively
167 * | | H->U List | | U->H List | vHCI Port |
173 * | | read() | | write() | vHCI FD |
507 totlen = usb_makestrdesc(sd, len, "VHCI root hub");
1213 CFATTACH_DECL_NEW(vhci, sizeof(vhci_softc_t), vhci_match, vhci_attach,
  /src/etc/
MAKEDEV.tmpl 292 # vhci virtual host controller interface
1829 vhci[0-7]*)
1830 unit=${i#vhci}
1831 mkdev vhci$unit c %vhci_chr% $unit

Completed in 37 milliseconds