HomeSort by: relevance | last modified time | path
    Searched refs:match_result (Results 1 - 25 of 78) 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;
  /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;
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;
titemp.c 97 int error, match_result; local in function:titemp_match
99 if (iic_use_direct_match(ia, match, compat_data, &match_result))
100 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;
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;
asms.c 93 int match_result; local in function:asms_match
95 if (iic_use_direct_match(ia, match, compat_data, &match_result))
96 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;
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;
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;
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;
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;
ac100.c 134 int match_result; local in function:ac100_match
136 if (iic_use_direct_match(ia, match, compat_data, &match_result))
137 return match_result;
adadc.c 108 int match_result; local in function:adadc_match
110 if (iic_use_direct_match(ia, match, compat_data, &match_result))
111 return match_result;
fan53555.c 292 int match_result; local in function:fan53555_match
294 if (iic_use_direct_match(ia, match, compat_data, &match_result))
295 return match_result;
max77620.c 267 int match_result; local in function:max77620_match
269 if (iic_use_direct_match(ia, match, compat_data, &match_result))
270 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;
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;
mcp48x1.c 148 int match_result; local in function:mcp48x1dac_match
150 if (spi_use_direct_match(sa, compat_data, &match_result)) {
151 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;
  /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;

Completed in 20 milliseconds

1 2 3 4