Home
last modified time | relevance | path

Searched refs:hid_hidapi (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libfido2/src/
H A Dhid_hidapi.c21 struct hid_hidapi { struct
167 struct hid_hidapi *ctx; in fido_hid_open()
186 struct hid_hidapi *ctx = handle; in fido_hid_close()
204 struct hid_hidapi *ctx = handle; in fido_hid_read()
217 struct hid_hidapi *ctx = handle; in fido_hid_write()
258 struct hid_hidapi *ctx = handle; in fido_hid_report_in_len()
266 struct hid_hidapi *ctx = handle; in fido_hid_report_out_len()
H A DCMakeLists.txt63 list(APPEND FIDO_SOURCES hid_hidapi.c)
/freebsd/contrib/libfido2/
H A DNEWS176 ** hid_hidapi: hidapi backend; enable with -DUSE_HIDAPI=1.