Home
last modified time | relevance | path

Searched refs:bthub_attach (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/bluetooth/
Dbthub.c63 static void bthub_attach(device_t, device_t, void *);
67 bthub_match, bthub_attach, bthub_detach, NULL);
106 bthub_attach(device_t parent, device_t self, void *aux) in bthub_attach() function