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

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

Completed in 22 milliseconds