/src/sys/dev/i2c/ |
scmdi2c.c | 116 scmdi2c_poke(i2c_tag_t tag, i2c_addr_t addr, bool matchdebug) 123 if (matchdebug) { 134 const bool matchdebug = false; local in function:scmdi2c_match 139 if (matchdebug) { 153 if (matchdebug) 158 error = scmdi2c_poke(ia->ia_tag, ia->ia_addr, matchdebug);
|
bmx280thpi2c.c | 145 bmx280thpi2c_poke(i2c_tag_t tag, i2c_addr_t addr, bool matchdebug) 152 if (matchdebug) { 163 const bool matchdebug = false; local in function:bmx280thpi2c_match 179 if (matchdebug) 184 error = bmx280thpi2c_poke(ia->ia_tag, ia->ia_addr, matchdebug);
|
aht20.c | 194 aht20_poke(i2c_tag_t tag, i2c_addr_t addr, bool matchdebug) 201 if (matchdebug) { 253 const bool matchdebug = false; local in function:aht20_match 267 if (matchdebug) 272 error = aht20_poke(ia->ia_tag, ia->ia_addr, matchdebug);
|
sht4x.c | 406 sht4x_poke(i2c_tag_t tag, i2c_addr_t addr, bool matchdebug) 413 if (matchdebug) { 507 const bool matchdebug = false; local in function:sht4x_match 521 if (matchdebug) 526 error = sht4x_poke(ia->ia_tag, ia->ia_addr, matchdebug);
|
ds2482ow.c | 508 ds2482_poke(i2c_tag_t tag, i2c_addr_t addr, bool matchdebug) 517 if (matchdebug) { 528 const bool matchdebug = false; local in function:ds2482_match 543 if (matchdebug) 548 error = ds2482_poke(ia->ia_tag, ia->ia_addr, matchdebug);
|
sgp40.c | 454 sgp40_poke(i2c_tag_t tag, i2c_addr_t addr, bool matchdebug) 468 if (matchdebug) { 541 const bool matchdebug = false; local in function:sgp40_match 543 if (matchdebug) 558 if (matchdebug) 563 error = sgp40_poke(ia->ia_tag, ia->ia_addr, matchdebug);
|
si70xx.c | 472 si70xx_poke(i2c_tag_t tag, i2c_addr_t addr, bool matchdebug) 479 if (matchdebug) { 575 const bool matchdebug = false; local in function:si70xx_match 589 if (matchdebug) 594 error = si70xx_poke(ia->ia_tag, ia->ia_addr, matchdebug);
|
sht3x.c | 929 sht3x_poke(i2c_tag_t tag, i2c_addr_t addr, bool matchdebug) 936 if (matchdebug) { 1046 const bool matchdebug = false; local in function:sht3x_match 1051 if (matchdebug) { 1065 if (matchdebug) 1070 error = sht3x_poke(ia->ia_tag, ia->ia_addr, matchdebug);
|
emcfan.c | 149 emcfan_poke(i2c_tag_t tag, i2c_addr_t addr, bool matchdebug) 155 if (matchdebug) { 191 const bool matchdebug = false; local in function:emcfan_match 196 if (matchdebug) { 210 if (matchdebug) 215 error = emcfan_poke(ia->ia_tag, ia->ia_addr, matchdebug);
|