| /netbsd/src/sys/dev/acpi/ |
| D | tpm_acpi.c | 58 static const struct device_compatible_entry compat_data[] = { variable 77 ret = acpi_compatible_match(aa, compat_data); in tpm_acpi_match() 81 dce = acpi_compatible_lookup(aa, compat_data); in tpm_acpi_match() 131 dce = acpi_compatible_lookup(aa, compat_data); in tpm_acpi_attach()
|
| D | acpi_button.c | 79 static const struct device_compatible_entry compat_data[] = { variable 104 return acpi_compatible_match(aa, compat_data); in acpibut_match() 123 dce = acpi_compatible_lookup(aa, compat_data); in acpibut_attach()
|
| D | acpi_pcd.c | 46 static const struct device_compatible_entry compat_data[] = { variable 61 return acpi_compatible_match(aa, compat_data); in acpi_pcd_match()
|
| D | com_acpi.c | 56 static const struct device_compatible_entry compat_data[] = { variable 98 return acpi_compatible_match(aa, compat_data); in com_acpi_match() 172 dce = acpi_compatible_lookup(aa, compat_data); in com_acpi_attach()
|
| D | xhci_acpi.c | 54 static const struct device_compatible_entry compat_data[] = { variable 89 return acpi_compatible_match(aa, compat_data); in xhci_acpi_match() 108 flags = acpi_compatible_lookup(aa, compat_data)->value; in xhci_acpi_attach()
|
| D | acpi_ged.c | 55 static const struct device_compatible_entry compat_data[] = { variable 65 return acpi_compatible_match(aa, compat_data); in acpi_ged_match()
|
| D | dwcwdt_acpi.c | 46 static const struct device_compatible_entry compat_data[] = { variable 56 return acpi_compatible_match(aa, compat_data); in dwcwdt_acpi_match()
|
| D | attimer_acpi.c | 83 static const struct device_compatible_entry compat_data[] = { variable 96 return acpi_compatible_match(aa, compat_data); in attimer_acpi_match()
|
| D | pcppi_acpi.c | 56 static const struct device_compatible_entry compat_data[] = { variable 69 return acpi_compatible_match(aa, compat_data); in pcppi_acpi_match()
|
| D | ug_acpi.c | 52 static const struct device_compatible_entry compat_data[] = { variable 62 return acpi_compatible_match(aa, compat_data); in ug_acpi_match()
|
| D | vmbus_acpi.c | 55 static const struct device_compatible_entry compat_data[] = { variable 67 ret = acpi_compatible_match(aa, compat_data); in vmbus_acpi_match()
|
| /netbsd/src/sys/arch/arm/broadcom/ |
| D | bcm2835_com.c | 53 static const struct device_compatible_entry compat_data[] = { variable 63 return of_compatible_match(faa->faa_phandle, compat_data); in bcm_com_match() 134 return of_compatible_match(phandle, compat_data); in bcmaux_com_console_match()
|
| D | bcm2835_com_acpi.c | 59 static const struct device_compatible_entry compat_data[] = { variable 69 return acpi_compatible_match(aa, compat_data); in bcmcom_acpi_match() 112 dce = acpi_compatible_lookup(aa, compat_data); in bcmcom_acpi_attach()
|
| D | bcm2838_rng.c | 52 static const struct device_compatible_entry compat_data[] = { variable 63 return of_compatible_match(faa->faa_phandle, compat_data); in bcm2838rng_match()
|
| D | bcm2835_mbox_fdt.c | 56 static const struct device_compatible_entry compat_data[] = { variable 67 return of_compatible_match(faa->faa_phandle, compat_data); in bcmmbox_fdt_match()
|
| /netbsd/src/sys/dev/i2c/ |
| D | mcp23xxxgpio_i2c.c | 81 static const struct device_compatible_entry compat_data[] = { variable 143 if (iic_use_direct_match(ia, match, compat_data, &match_result)) { in mcpgpio_i2c_match() 160 dce = iic_compatible_lookup(ia, compat_data); in mcpgpio_i2c_attach()
|
| /netbsd/src/sys/dev/eisa/ |
| D | bha_eisa.c | 96 static const struct device_compatible_entry compat_data[] = { variable 116 if (!eisa_compatible_match(ea, compat_data)) in bha_eisa_match() 158 dce = eisa_compatible_lookup(ea, compat_data); in bha_eisa_attach()
|
| D | if_tlp_eisa.c | 122 static const struct device_compatible_entry compat_data[] = { variable 133 return (eisa_compatible_match(ea, compat_data)); in tlp_eisa_match() 169 dce = eisa_compatible_lookup(ea, compat_data); in tlp_eisa_attach()
|
| D | if_ep_eisa.c | 208 static const struct device_compatible_entry compat_data[] = { variable 228 return (eisa_compatible_match(ea, compat_data)); in ep_eisa_match() 268 dce = eisa_compatible_lookup(ea, compat_data); in ep_eisa_attach()
|
| D | ahc_eisa.c | 66 static const struct device_compatible_entry compat_data[] = { variable 85 if (!eisa_compatible_match(ea, compat_data)) in ahc_eisa_match() 122 dce = eisa_compatible_lookup(ea, compat_data); in ahc_eisa_attach()
|
| /netbsd/src/sys/arch/shark/ofw/ |
| D | chipsfb_ofbus.c | 75 static const struct device_compatible_entry compat_data[] = { variable 102 if (!of_compatible_match(ct_node, compat_data)) in chipsfb_ofbus_cnattach() 162 return of_compatible_match(oba->oba_phandle, compat_data) * 10; in chipsfb_ofbus_match()
|
| D | igsfb_ofbus.c | 76 static const struct device_compatible_entry compat_data[] = { variable 106 if (!of_compatible_match(igs_node, compat_data)) in igsfb_ofbus_cnattach() 216 return of_compatible_match(oba->oba_phandle, compat_data) * 10; in igsfb_ofbus_match()
|
| /netbsd/src/sys/arch/macppc/dev/ |
| D | deq.c | 54 static const struct device_compatible_entry compat_data[] = { variable 69 if (iic_use_direct_match(ia, cf, compat_data, &match_result)) in deq_match()
|
| /netbsd/src/sys/dev/ofw/ |
| D | ofw_subr.c | 258 const struct device_compatible_entry *compat_data) in of_compatible_match() argument 274 match = device_compatible_match_strlist(prop, proplen, compat_data); in of_compatible_match() 305 const struct device_compatible_entry *compat_data) in of_compatible_lookup() argument 322 match = device_compatible_lookup_strlist(prop, proplen, compat_data); in of_compatible_lookup()
|
| /netbsd/src/sys/dev/ofisa/ |
| D | joy_ofisa.c | 61 static const struct device_compatible_entry compat_data[] = { variable 71 return of_compatible_match(aa->oba.oba_phandle, compat_data); in joy_ofisa_match()
|