Home | Sort by: relevance | last modified time | path |
/src/usr.bin/scmdctl/ | |
responses.h | 25 uint8_t fwversion; member in struct:scmd_identify_response |
/src/sys/dev/pckbport/ | |
elantech.c | 321 uint16_t fwversion; local in function:pms_elantech_probe_init 365 fwversion = (resp[0] << 8) | resp[2]; 366 if (fwversion < ELANTECH_MIN_VERSION) { |
/src/sys/dev/ic/ | |
scmd.c | 216 uint8_t fwversion; local in function:scmd_attach 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/i2c/ | |
si70xx.c | 613 uint8_t fwversion = 0, model, heaterregister; local in function:si70xx_attach 726 fwversion = buf[0]; 728 fwversion)); 805 switch (fwversion) { |