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

  /src/sys/dev/usb/
uthum.c 103 static void uthum_attach(device_t, device_t, void *);
116 CFATTACH_DECL_NEW(uthum, sizeof(struct uthum_softc), uthum_match, uthum_attach,
129 uthum_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
216 DPRINTF(("uthum_attach: complete\n"));

Completed in 11 milliseconds