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

1 2 3 4 5 6 7

  /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;
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;
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/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;
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;
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;
  /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;
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;
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;
  /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;
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 137 milliseconds

1 2 3 4 5 6 7