OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fwversion
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/scmdctl/
responses.h
25
uint8_t
fwversion
;
member in struct:scmd_identify_response
/src/sys/dev/ic/
scmd.c
216
uint8_t
fwversion
;
local
220
error = (*(sc->sc_func_read_register))(sc, SCMD_REG_FID, &
fwversion
);
243
fwversion
, id, (id == SCMD_EXPECTED_ID) ? " (expected ID)" : " (unexpected ID)",
/src/sys/dev/pckbport/
elantech.c
321
uint16_t
fwversion
;
local
365
fwversion
= (resp[0] << 8) | resp[2];
366
if (
fwversion
< ELANTECH_MIN_VERSION) {
/src/sys/dev/i2c/
si70xx.c
613
uint8_t
fwversion
= 0, model, heaterregister;
local
726
fwversion
= buf[0];
728
fwversion
));
805
switch (
fwversion
) {
/src/external/bsd/libfido2/dist/src/fido/
types.h
276
uint64_t
fwversion
; /* firmware version */
member in struct:fido_cbor_info
Completed in 59 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026