Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/i2c/
H A Dlm75.c111 int lmtemp_type; member
146 for (i = 0; lmtemptbl[i].lmtemp_type != -1 ; i++) in lmtemp_match()
147 if (lmtemptbl[i].lmtemp_type == cf->cf_flags) in lmtemp_match()
149 if (lmtemptbl[i].lmtemp_type == -1) in lmtemp_match()
182 for (i = 0; lmtemptbl[i].lmtemp_type != -1 ; i++) in lmtemp_attach()
183 if (lmtemptbl[i].lmtemp_type == in lmtemp_attach()