Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/bluetooth/
Dbthidev.c72 struct bthidev_softc { struct
115 static int bthidev_listen(struct bthidev_softc *); argument
116 static int bthidev_connect(struct bthidev_softc *);
120 static void bthidev_process_one(struct bthidev_softc *, struct mbuf *);
128 CFATTACH_DECL_NEW(bthidev, sizeof(struct bthidev_softc),
184 struct bthidev_softc *sc = device_private(self); in bthidev_attach()
355 struct bthidev_softc *sc = device_private(self); in bthidev_detach()
447 struct bthidev_softc *sc = arg; in bthidev_timeout()
491 bthidev_listen(struct bthidev_softc *sc) in bthidev_listen()
549 bthidev_connect(struct bthidev_softc *sc) in bthidev_connect()
[all …]