HomeSort by: relevance | last modified time | path
    Searched defs:sdtemp_mfg_id (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/i2c/
sdtemp.c 90 const uint16_t sdtemp_mfg_id; member in struct:sdtemp_dev_entry
188 for (i = 0; sdtemp_dev_table[i].sdtemp_mfg_id; i++) {
189 if (mfg != sdtemp_dev_table[i].sdtemp_mfg_id)
196 if ((sdtemp_dev_table[i].sdtemp_mfg_id == 0)
233 if ((sdtemp_dev_table[i].sdtemp_mfg_id == 0) &&
281 if (sdtemp_dev_table[i].sdtemp_mfg_id == 0) {

Completed in 11 milliseconds