Home
last modified time | relevance | path

Searched refs:hid_netbsd (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/libfido2/src/
H A Dhid_netbsd.c27 struct hid_netbsd { struct
161 terrible_ping_kludge(struct hid_netbsd *ctx) in terrible_ping_kludge()
213 struct hid_netbsd *ctx; in fido_hid_open()
253 struct hid_netbsd *ctx = handle; in fido_hid_close()
264 struct hid_netbsd *ctx = handle; in fido_hid_set_sigmask()
275 struct hid_netbsd *ctx = handle; in fido_hid_read()
304 struct hid_netbsd *ctx = handle; in fido_hid_write()
328 struct hid_netbsd *ctx = handle; in fido_hid_report_in_len()
336 struct hid_netbsd *ctx = handle; in fido_hid_report_out_len()
H A DCMakeLists.txt77 list(APPEND FIDO_SOURCES hid_netbsd.c hid_unix.c)