Symbol: hid_device_p
usr.sbin/bluetooth/bthidd/bthid_config.h
71
hid_device_p get_hid_device (bdaddr_p bdaddr);
usr.sbin/bluetooth/bthidd/bthid_config.h
72
hid_device_p get_next_hid_device (hid_device_p d);
usr.sbin/bluetooth/bthidd/bthid_config.h
73
void print_hid_device (hid_device_p hid_device, FILE *f);
usr.sbin/bluetooth/bthidd/bthidd.h
91
bthid_session_p session_open (bthid_server_p srv, hid_device_p const d);
usr.sbin/bluetooth/bthidd/btuinput.c
300
uinput_open_common(hid_device_p const p, bdaddr_p local, const uint8_t *name)
usr.sbin/bluetooth/bthidd/btuinput.c
339
uinput_open_mouse(hid_device_p const p, bdaddr_p local)
usr.sbin/bluetooth/bthidd/btuinput.c
378
uinput_open_keyboard(hid_device_p const p, bdaddr_p local)
usr.sbin/bluetooth/bthidd/btuinput.h
32
int32_t uinput_open_mouse(hid_device_p const d, bdaddr_p local);
usr.sbin/bluetooth/bthidd/btuinput.h
33
int32_t uinput_open_keyboard(hid_device_p const d, bdaddr_p local);
usr.sbin/bluetooth/bthidd/client.c
123
hid_device_p d;
usr.sbin/bluetooth/bthidd/client.c
65
static hid_device_p d;
usr.sbin/bluetooth/bthidd/hid.c
170
hid_device_p hid_device;
usr.sbin/bluetooth/bthidd/hid.c
87
hid_device_p hid_device = get_hid_device(&s->bdaddr);
usr.sbin/bluetooth/bthidd/kbd.c
543
hid_device_p hid_device;
usr.sbin/bluetooth/bthidd/parser.y
314
hid_device_p d = LIST_FIRST(&hid_devices);
usr.sbin/bluetooth/bthidd/parser.y
322
hid_device_p
usr.sbin/bluetooth/bthidd/parser.y
325
hid_device_p d;
usr.sbin/bluetooth/bthidd/parser.y
335
hid_device_p
usr.sbin/bluetooth/bthidd/parser.y
336
get_next_hid_device(hid_device_p d)
usr.sbin/bluetooth/bthidd/parser.y
343
print_hid_device(hid_device_p d, FILE *f)
usr.sbin/bluetooth/bthidd/parser.y
391
check_hid_device(hid_device_p d)
usr.sbin/bluetooth/bthidd/parser.y
476
free_hid_device(hid_device_p d)
usr.sbin/bluetooth/bthidd/parser.y
71
static int32_t check_hid_device(hid_device_p hid_device);
usr.sbin/bluetooth/bthidd/parser.y
72
static void free_hid_device (hid_device_p hid_device);
usr.sbin/bluetooth/bthidd/server.c
230
hid_device_p d;
usr.sbin/bluetooth/bthidd/session.c
103
hid_device_p d = get_hid_device(&s->bdaddr);
usr.sbin/bluetooth/bthidd/session.c
57
session_open(bthid_server_p srv, hid_device_p const d)