HomeSort by: relevance | last modified time | path
    Searched refs:bthidev (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/bluetooth/
bthidev.h 1 /* $NetBSD: bthidev.h,v 1.5 2010/04/28 06:13:51 plunky Exp $ */
37 /* bthidev(4) properties */
45 struct bthidev { struct
53 (struct bthidev *, uint8_t *, int);
56 (struct bthidev *, uint8_t *, int);
58 LIST_ENTRY(bthidev) sc_next;
70 (struct bthidev *, uint8_t *, int);
72 (struct bthidev *, uint8_t *, int);
74 (struct bthidev *, uint8_t *, int);
Makefile 4 INCS= bcsp.h btdev.h bth5.h bthidev.h btsco.h
btms.c 80 #include <dev/bluetooth/bthidev.h>
103 struct bthidev sc_hidev; /* device+ */
145 static void btms_input(struct bthidev *, uint8_t *, int);
399 btms_input(struct bthidev *hidev, uint8_t *data, int len)
bthidev.c 1 /* $NetBSD: bthidev.c,v 1.34 2021/08/07 16:19:09 thorpej Exp $ */
35 __KERNEL_RCSID(0, "$NetBSD: bthidev.c,v 1.34 2021/08/07 16:19:09 thorpej Exp $");
60 #include <dev/bluetooth/bthidev.h>
71 /* bthidev softc */
95 LIST_HEAD(,bthidev) sc_list; /* child list */
113 /* bthidev internals */
117 static int bthidev_output(struct bthidev *, uint8_t *, int);
118 static void bthidev_null(struct bthidev *, uint8_t *, int);
128 CFATTACH_DECL_NEW(bthidev, sizeof(struct bthidev_softc),
165 * bthidev autoconf(9) routine
    [all...]
btkbd.c 82 #include <dev/bluetooth/bthidev.h>
111 struct bthidev sc_hidev; /* device+ */
116 (struct bthidev *, uint8_t *, int);
180 static void btkbd_input(struct bthidev *, uint8_t *, int);
473 btkbd_input(struct bthidev *hidev, uint8_t *data, int len)
btmagic.c 74 * our own Bluetooth connection handling as the bthidev driver does not cater
109 #include <dev/bluetooth/bthidev.h>
283 return 2; /* trump bthidev(4) */
  /src/usr.sbin/btdevctl/
print.c 66 #include <dev/bluetooth/bthidev.h>
120 if (prop_string_equals_string(obj, "bthidev")) {
db.c 45 #include <dev/bluetooth/bthidev.h>
202 if (prop_string_equals_string(obj, "bthidev"))
sdp.c 64 #include <dev/bluetooth/bthidev.h>
321 if (!prop_dictionary_set_string_nocopy(dict, BTDEVtype, "bthidev"))
  /src/share/man/man4/
Makefile 15 brgphy.4 bridge.4 bthidev.4 bthub.4 btkbd.4 \

Completed in 18 milliseconds