Searched refs:hid_device (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/usr.sbin/bluetooth/bthidd/
H A Dbthid_config.h40 struct hid_device struct
52 LIST_ENTRY(hid_device) next; /* link to the next */
54 typedef struct hid_device hid_device_t;
55 typedef struct hid_device * hid_device_p;
64 void print_hid_device (hid_device_p hid_device, FILE *f);
H A Dparser.y67 static int32_t check_hid_device(hid_device_p hid_device);
68 static void free_hid_device (hid_device_p hid_device);
77 static hid_device_t *hid_device = NULL;
78 static LIST_HEAD(, hid_device) hid_devices;
101 hid_device = (hid_device_t *) calloc(1, sizeof(*hid_device));
102 if (hid_device == NULL) {
108 hid_device->new_device = 1;
112 if (check_hid_device(hid_device))
113 LIST_INSERT_HEAD(&hid_devices,hid_device,nex
[all...]
H A Dhid.c122 hid_device_p hid_device; local
150 hid_device = get_hid_device(&s->bdaddr);
151 assert(hid_device != NULL);
155 for (d = hid_start_parse(hid_device->desc, 1 << hid_input, -1);
328 if (hid_device->keyboard) {
345 if (!hid_device->battery_power)
381 if (hid_device->keyboard) {
H A Dkbd.c517 hid_device_p hid_device; local
528 hid_device = get_hid_device(&s->bdaddr);
529 assert(hid_device != NULL);
531 for (d = hid_start_parse(hid_device->desc, 1 << hid_output, -1);
/freebsd-10-stable/usr.sbin/bluetooth/bthidcontrol/
H A Dhid.c50 struct hid_device *hd = NULL;
68 struct hid_device *hd = NULL;
89 struct hid_device *hd = NULL;
H A Dsdp.c44 static int32_t hid_sdp_query (bdaddr_t const *local, struct hid_device *hd, int32_t *error);
88 hid_sdp_query(bdaddr_t const *local, struct hid_device *hd, int32_t *error)
407 struct hid_device hd;

Completed in 167 milliseconds