sc_output          79 dev/bluetooth/btkbd.c 	int			(*sc_output)	/* output method */
sc_output         182 dev/bluetooth/btkbd.c 	sc->sc_output = ba->ba_output;
sc_output         324 dev/bluetooth/btkbd.c 	if (sc->sc_output)
sc_output         325 dev/bluetooth/btkbd.c 		(*sc->sc_output)(&sc->sc_hidev, &report, sizeof(report));