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

  /src/sys/dev/usb/
uhid.c 153 static int uhid_detach(device_t, int);
156 uhid_detach, NULL);
210 uhid_detach(device_t self, int flags) function in typeref:typename:int
215 DPRINTF(("uhid_detach: sc=%p flags=%d\n", sc, flags));

Completed in 35 milliseconds