Searched refs:hid_device_p (Results 1 – 10 of 10) sorted by relevance
/freebsd/usr.sbin/bluetooth/bthidd/ |
H A D | bthid_config.h | 64 typedef struct hid_device * hid_device_p; typedef 71 hid_device_p get_hid_device (bdaddr_p bdaddr); 72 hid_device_p get_next_hid_device (hid_device_p d); 73 void print_hid_device (hid_device_p hid_device, FILE *f);
|
H A D | parser.y | 71 static int32_t check_hid_device(hid_device_p hid_device); 72 static void free_hid_device (hid_device_p hid_device); 314 hid_device_p d = LIST_FIRST(&hid_devices); in clean_config() 322 hid_device_p 325 hid_device_p d; in get_hid_device() 335 hid_device_p 336 get_next_hid_device(hid_device_p d) in get_next_hid_device() 343 print_hid_device(hid_device_p d, FILE *f) in print_hid_device() 391 check_hid_device(hid_device_p d) in check_hid_device() 476 free_hid_device(hid_device_p d) in free_hid_device()
|
H A D | btuinput.h | 32 int32_t uinput_open_mouse(hid_device_p const d, bdaddr_p local); 33 int32_t uinput_open_keyboard(hid_device_p const d, bdaddr_p local);
|
H A D | client.c | 65 static hid_device_p d; in client_rescan() 123 hid_device_p d; in client_connect()
|
H A D | session.c | 57 session_open(bthid_server_p srv, hid_device_p const d) in session_open() 103 hid_device_p d = get_hid_device(&s->bdaddr); in session_run()
|
H A D | bthidd.h | 91 bthid_session_p session_open (bthid_server_p srv, hid_device_p const d);
|
H A D | btuinput.c | 300 uinput_open_common(hid_device_p const p, bdaddr_p local, const uint8_t *name) in uinput_open_common() 339 uinput_open_mouse(hid_device_p const p, bdaddr_p local) in uinput_open_mouse() 378 uinput_open_keyboard(hid_device_p const p, bdaddr_p local) in uinput_open_keyboard()
|
H A D | hid.c | 87 hid_device_p hid_device = get_hid_device(&s->bdaddr); in hid_initialise() 170 hid_device_p hid_device; in hid_interrupt()
|
H A D | server.c | 230 hid_device_p d; in server_accept()
|
H A D | kbd.c | 543 hid_device_p hid_device; in kbd_status_changed()
|