Symbol: bthidev
sys/dev/bluetooth/bthidev.c
117
static int bthidev_output(struct bthidev *, uint8_t *, int);
sys/dev/bluetooth/bthidev.c
118
static void bthidev_null(struct bthidev *, uint8_t *, int);
sys/dev/bluetooth/bthidev.c
128
CFATTACH_DECL_NEW(bthidev, sizeof(struct bthidev_softc),
sys/dev/bluetooth/bthidev.c
189
struct bthidev *hidev;
sys/dev/bluetooth/bthidev.c
356
struct bthidev *hidev;
sys/dev/bluetooth/bthidev.c
623
struct bthidev *hidev;
sys/dev/bluetooth/bthidev.c
95
LIST_HEAD(,bthidev) sc_list; /* child list */
sys/dev/bluetooth/bthidev.c
976
bthidev_null(struct bthidev *hidev, uint8_t *report, int len)
sys/dev/bluetooth/bthidev.c
986
bthidev_output(struct bthidev *hidev, uint8_t *report, int rlen)
sys/dev/bluetooth/bthidev.h
53
(struct bthidev *, uint8_t *, int);
sys/dev/bluetooth/bthidev.h
56
(struct bthidev *, uint8_t *, int);
sys/dev/bluetooth/bthidev.h
58
LIST_ENTRY(bthidev) sc_next;
sys/dev/bluetooth/bthidev.h
70
(struct bthidev *, uint8_t *, int);
sys/dev/bluetooth/bthidev.h
72
(struct bthidev *, uint8_t *, int);
sys/dev/bluetooth/bthidev.h
74
(struct bthidev *, uint8_t *, int);
sys/dev/bluetooth/btkbd.c
111
struct bthidev sc_hidev; /* device+ */
sys/dev/bluetooth/btkbd.c
116
(struct bthidev *, uint8_t *, int);
sys/dev/bluetooth/btkbd.c
180
static void btkbd_input(struct bthidev *, uint8_t *, int);
sys/dev/bluetooth/btkbd.c
473
btkbd_input(struct bthidev *hidev, uint8_t *data, int len)
sys/dev/bluetooth/btms.c
103
struct bthidev sc_hidev; /* device+ */
sys/dev/bluetooth/btms.c
145
static void btms_input(struct bthidev *, uint8_t *, int);
sys/dev/bluetooth/btms.c
399
btms_input(struct bthidev *hidev, uint8_t *data, int len)