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

  /src/sys/dev/usb/
uhidev.c 147 static int uhidev_detach(device_t, int);
150 uhidev_attach, uhidev_detach, NULL, NULL, uhidev_childdet);
491 uhidev_detach(device_t self, int flags) function in typeref:typename:int
496 DPRINTF(("uhidev_detach: sc=%p flags=%d\n", sc, flags));
uhidev.c 147 static int uhidev_detach(device_t, int);
150 uhidev_attach, uhidev_detach, NULL, NULL, uhidev_childdet);
491 uhidev_detach(device_t self, int flags) function in typeref:typename:int
496 DPRINTF(("uhidev_detach: sc=%p flags=%d\n", sc, flags));

Completed in 22 milliseconds