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

  /src/sys/dev/usb/
aubtfwl.c 46 static void aubtfwl_attach(device_t, device_t, void *);
56 CFATTACH_DECL_NEW(aubtfwl, sizeof(struct aubtfwl_softc), aubtfwl_match, aubtfwl_attach, aubtfwl_detach, NULL);
83 aubtfwl_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
aubtfwl.c 46 static void aubtfwl_attach(device_t, device_t, void *);
56 CFATTACH_DECL_NEW(aubtfwl, sizeof(struct aubtfwl_softc), aubtfwl_match, aubtfwl_attach, aubtfwl_detach, NULL);
83 aubtfwl_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void

Completed in 22 milliseconds