Lines Matching refs:bthidev_softc
72 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()
600 struct bthidev_softc *sc = arg; in bthidev_process()
621 bthidev_process_one(struct bthidev_softc *sc, struct mbuf *m) in bthidev_process_one()
728 struct bthidev_softc *sc = arg; in bthidev_ctl_connected()
776 struct bthidev_softc *sc = arg; in bthidev_int_connected()
801 struct bthidev_softc *sc = arg; in bthidev_ctl_disconnected()
833 struct bthidev_softc *sc = arg; in bthidev_int_disconnected()
871 struct bthidev_softc *sc = arg; in bthidev_ctl_newconn()
897 struct bthidev_softc *sc = arg; in bthidev_int_newconn()
929 struct bthidev_softc *sc = arg; in bthidev_linkmode()
957 struct bthidev_softc *sc = arg; in bthidev_input()
988 struct bthidev_softc *sc = device_private(hidev->sc_parent); in bthidev_output()