Home
last modified time | relevance | path

Searched refs:get_hid_device (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/bluetooth/bthidcontrol/
H A Dhid.c56 if ((hd = get_hid_device(bdaddr)) != NULL) { in hid_dump()
75 if ((hd = get_hid_device(bdaddr)) != NULL) { in hid_forget()
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dparser.y323 get_hid_device(bdaddr_p bdaddr) in get_hid_device() function
397 if (get_hid_device(&d->bdaddr) != NULL) { in check_hid_device()
520 if ((d = get_hid_device(&bdaddr)) != NULL) in read_hids_file()
H A Dbthid_config.h71 hid_device_p get_hid_device (bdaddr_p bdaddr);
H A Dhid.c87 hid_device_p hid_device = get_hid_device(&s->bdaddr); in hid_initialise()
198 hid_device = get_hid_device(&s->bdaddr); in hid_interrupt()
H A Dclient.c133 d = get_hid_device(&s->bdaddr); in client_connect()
H A Dsession.c103 hid_device_p d = get_hid_device(&s->bdaddr); in session_run()
H A Dserver.c244 if ((d = get_hid_device(&l2addr.l2cap_bdaddr)) == NULL) { in server_accept()
H A Dkbd.c555 hid_device = get_hid_device(&s->bdaddr); in kbd_status_changed()