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

  /src/sys/dev/usb/
uipaq.c 132 static int uipaq_detach(device_t, int);
135 uipaq_attach, uipaq_detach, NULL, NULL, uipaq_childdet);
388 uipaq_detach(device_t self, int flags) function in typeref:typename:int
393 DPRINTF(("uipaq_detach: sc=%p flags=%d\n", sc, flags));
uipaq.c 132 static int uipaq_detach(device_t, int);
135 uipaq_attach, uipaq_detach, NULL, NULL, uipaq_childdet);
388 uipaq_detach(device_t self, int flags) function in typeref:typename:int
393 DPRINTF(("uipaq_detach: sc=%p flags=%d\n", sc, flags));

Completed in 23 milliseconds