Searched refs:matchdebug (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/sys/dev/i2c/ |
| H A D | scmdi2c.c | 110 scmdi2c_poke(i2c_tag_t tag, i2c_addr_t addr, bool matchdebug) in scmdi2c_poke() argument 117 if (matchdebug) { in scmdi2c_poke() 128 const bool matchdebug = false; in scmdi2c_match() local 133 if (matchdebug) { in scmdi2c_match() 147 if (matchdebug) in scmdi2c_match() 152 error = scmdi2c_poke(ia->ia_tag, ia->ia_addr, matchdebug); in scmdi2c_match()
|
| H A D | bmx280thpi2c.c | 137 bmx280thpi2c_poke(i2c_tag_t tag, i2c_addr_t addr, bool matchdebug) in bmx280thpi2c_poke() argument 144 if (matchdebug) { in bmx280thpi2c_poke() 155 const bool matchdebug = false; in bmx280thpi2c_match() local 170 if (matchdebug) in bmx280thpi2c_match() 175 error = bmx280thpi2c_poke(ia->ia_tag, ia->ia_addr, matchdebug); in bmx280thpi2c_match()
|
| H A D | aht20.c | 194 aht20_poke(i2c_tag_t tag, i2c_addr_t addr, bool matchdebug) in aht20_poke() argument 201 if (matchdebug) { in aht20_poke() 253 const bool matchdebug = false; in aht20_match() local 267 if (matchdebug) in aht20_match() 272 error = aht20_poke(ia->ia_tag, ia->ia_addr, matchdebug); in aht20_match()
|
| H A D | sgp40.c | 454 sgp40_poke(i2c_tag_t tag, i2c_addr_t addr, bool matchdebug) in sgp40_poke() argument 468 if (matchdebug) { in sgp40_poke() 541 const bool matchdebug = false; in sgp40_match() local 543 if (matchdebug) in sgp40_match() 558 if (matchdebug) in sgp40_match() 563 error = sgp40_poke(ia->ia_tag, ia->ia_addr, matchdebug); in sgp40_match()
|
| H A D | sht4x.c | 406 sht4x_poke(i2c_tag_t tag, i2c_addr_t addr, bool matchdebug) in sht4x_poke() argument 413 if (matchdebug) { in sht4x_poke() 507 const bool matchdebug = false; in sht4x_match() local 521 if (matchdebug) in sht4x_match() 526 error = sht4x_poke(ia->ia_tag, ia->ia_addr, matchdebug); in sht4x_match()
|
| H A D | si70xx.c | 472 si70xx_poke(i2c_tag_t tag, i2c_addr_t addr, bool matchdebug) in si70xx_poke() 479 if (matchdebug) { in si70xx_poke() 575 const bool matchdebug = false; in si70xx_match() 589 if (matchdebug) in si70xx_match() 594 error = si70xx_poke(ia->ia_tag, ia->ia_addr, matchdebug); in si70xx_match() 470 si70xx_poke(i2c_tag_t tag,i2c_addr_t addr,bool matchdebug) si70xx_poke() argument 576 const bool matchdebug = false; si70xx_match() local
|
| H A D | sht3x.c | 929 sht3x_poke(i2c_tag_t tag, i2c_addr_t addr, bool matchdebug) in sht3x_sysctl_init() 936 if (matchdebug) { in sht3x_sysctl_init() 1046 const bool matchdebug = false; in sht3x_match() 1051 if (matchdebug) { in sht3x_match() 1065 if (matchdebug) in sht3x_attach() 1070 error = sht3x_poke(ia->ia_tag, ia->ia_addr, matchdebug); in sht3x_attach() 915 sht3x_poke(i2c_tag_t tag,i2c_addr_t addr,bool matchdebug) sht3x_poke() argument 1025 const bool matchdebug = false; sht3x_match() local
|
| /netbsd-src/sys/dev/spi/ |
| H A D | bmx280thpspi.c | 148 const bool matchdebug = false; in bmx280thpspi_match() local 150 if (matchdebug) { in bmx280thpspi_match()
|
| H A D | scmdspi.c | 171 const bool matchdebug = true; in scmdspi_match() local 173 if (matchdebug) { in scmdspi_match()
|