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

  /src/sys/dev/bluetooth/
bthidev.c 72 struct bthidev_softc { struct
115 static int bthidev_listen(struct bthidev_softc *);
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);
355 struct bthidev_softc *sc = device_private(self);
447 struct bthidev_softc *sc = arg;
491 bthidev_listen(struct bthidev_softc *sc)
549 bthidev_connect(struct bthidev_softc *sc
    [all...]

Completed in 57 milliseconds