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

1 2 3 4

  /src/sys/arch/macppc/dev/
deq.c 67 int match_result; local in function:deq_match
69 if (iic_use_direct_match(ia, cf, compat_data, &match_result))
70 return match_result;
videopll.c 72 int match_result; local in function:videopll_match
74 if (iic_use_direct_match(ia, cfdata, NULL, &match_result))
75 return match_result;
psoc.c 99 int match_result; local in function:psoc_match
101 if (iic_use_direct_match(ia, match, compat_data, &match_result))
102 return match_result;
  /src/sys/dev/spi/
tmp121.c 94 int match_result; local in function:tmp121temp_match
96 if (spi_use_direct_match(sa, compat_data, &match_result)) {
97 return match_result;
scmdspi.c 175 int match_result; local in function:scmdspi_match
177 if (spi_use_direct_match(sa, compat_data, &match_result)) {
178 return match_result;
bmx280thpspi.c 156 int match_result; local in function:bmx280thpspi_match
158 if (spi_use_direct_match(sa, bmx280_compat_data, &match_result)) {
159 return match_result;
m25p.c 128 int match_result; local in function:m25p_match
130 if (spi_use_direct_match(sa, compat_data, &match_result)) {
131 return match_result;
mcp23xxxgpio_spi.c 197 int match_result; local in function:mcpgpio_spi_match
199 if (spi_use_direct_match(sa, compat_data, &match_result)) {
200 return match_result;
  /src/sys/dev/i2c/
axp22x.c 72 int match_result; local in function:axp22x_match
74 if (iic_use_direct_match(ia, match, compat_data, &match_result))
75 return match_result;
rs5c372.c 74 int match_result; local in function:rs5c372rtc_match
76 if (iic_use_direct_match(ia, cf, compat_data, &match_result))
77 return match_result;
pcf8563.c 70 int match_result; local in function:pcf8563rtc_match
72 if (iic_use_direct_match(ia, cf, compat_data, &match_result))
73 return match_result;
hytp14.c 131 int match_result; local in function:hytp14_match
133 if (iic_use_direct_match(ia, match, compat_data, &match_result))
134 return match_result;
mcp23xxxgpio_i2c.c 141 int match_result; local in function:mcpgpio_i2c_match
143 if (iic_use_direct_match(ia, match, compat_data, &match_result)) {
144 return match_result;
s390.c 74 int match_result; local in function:s390rtc_match
76 if (iic_use_direct_match(ia, cf, compat_data, &match_result))
77 return match_result;
scmdi2c.c 133 int error, match_result; local in function:scmdi2c_match
136 if (iic_use_direct_match(ia, cf, compat_data, &match_result))
137 return match_result;
bmx280thpi2c.c 162 int error, match_result; local in function:bmx280thpi2c_match
165 if (iic_use_direct_match(ia, cf, bmx280_compat_data, &match_result)) {
166 return match_result;
at24cxx.c 136 int match_result; local in function:seeprom_match
138 if (iic_use_direct_match(ia, cf, compat_data, &match_result))
139 return match_result;
spdmem_i2c.c 192 int match_result; local in function:spdmem_i2c_match
194 if (iic_use_direct_match(ia, match, compat_data, &match_result))
195 return match_result;
ssdfb_i2c.c 83 int match_result; local in function:ssdfb_i2c_match
85 if (iic_use_direct_match(ia, match, compat_data, &match_result))
86 return match_result;
aht20.c 252 int error, match_result; local in function:aht20_match
255 if (iic_use_direct_match(ia, match, NULL, &match_result))
256 return match_result;
sgsmix.c 88 int match_result; local in function:sgsmix_match
90 if (iic_use_direct_match(args, cf, compat_data, &match_result))
91 return match_result;
sy8106a.c 188 int match_result; local in function:sy8106a_match
190 if (iic_use_direct_match(ia, match, compat_data, &match_result))
191 return match_result;
dstemp.c 89 int match_result; local in function:dstemp_match
91 if (iic_use_direct_match(ia, match, compat_data, &match_result))
92 return match_result;
  /src/sys/arch/zaurus/dev/
ioexp.c 89 int match_result; local in function:ioexp_match
95 if (iic_use_direct_match(ia, cf, NULL, &match_result))
96 return match_result;
wm8731_zaudio.c 191 int match_result; local in function:wm8731_match
196 if (iic_use_direct_match(ia, cf, NULL, &match_result))
197 return match_result;

Completed in 22 milliseconds

1 2 3 4