Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:bthidev_softc

72 struct bthidev_softc {
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)
600 struct bthidev_softc *sc = arg;
621 bthidev_process_one(struct bthidev_softc *sc, struct mbuf *m)
728 struct bthidev_softc *sc = arg;
776 struct bthidev_softc *sc = arg;
801 struct bthidev_softc *sc = arg;
833 struct bthidev_softc *sc = arg;
871 struct bthidev_softc *sc = arg;
897 struct bthidev_softc *sc = arg;
929 struct bthidev_softc *sc = arg;
957 struct bthidev_softc *sc = arg;
988 struct bthidev_softc *sc = device_private(hidev->sc_parent);