| /src/usr.bin/scmdctl/ |
| responses.h | 25 uint8_t fwversion; member in struct:scmd_identify_response
|
| 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)",
|
| 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) {
|
| 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) {
|
| 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
|
| types.h | 276 uint64_t fwversion; /* firmware version */ member in struct:fido_cbor_info
|