/src/sys/arch/evbmips/loongson/ |
bonito_mainbus.c | 74 bool compatible; local in function:bonito_mainbus_attach 80 * their own derivative, which is no longer 100% compatible. 85 compatible = false; 87 compatible = true; 94 if (compatible) {
|
bonito_mainbus.c | 74 bool compatible; local in function:bonito_mainbus_attach 80 * their own derivative, which is no longer 100% compatible. 85 compatible = false; 87 compatible = true; 94 if (compatible) {
|
bonito_mainbus.c | 74 bool compatible; local in function:bonito_mainbus_attach 80 * their own derivative, which is no longer 100% compatible. 85 compatible = false; 87 compatible = true; 94 if (compatible) {
|
/src/sys/arch/shark/ofw/ |
if_cs_ofisa_machdep.c | 75 char compatible[64]; local in function:cs_ofisa_md_match 92 /* Check for compatible match. */ 93 if (OF_getprop(aa->oba.oba_phandle, "compatible", compatible, 94 sizeof(compatible)) > 0 && pmatch(compatible, "*CS8900*",
|
if_cs_ofisa_machdep.c | 75 char compatible[64]; local in function:cs_ofisa_md_match 92 /* Check for compatible match. */ 93 if (OF_getprop(aa->oba.oba_phandle, "compatible", compatible, 94 sizeof(compatible)) > 0 && pmatch(compatible, "*CS8900*",
|
if_cs_ofisa_machdep.c | 75 char compatible[64]; local in function:cs_ofisa_md_match 92 /* Check for compatible match. */ 93 if (OF_getprop(aa->oba.oba_phandle, "compatible", compatible, 94 sizeof(compatible)) > 0 && pmatch(compatible, "*CS8900*",
|
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
vchiq_netbsd_acpi.c | 72 const char * const compatible[] = { "BCM2835", NULL }; local in function:vchiq_acpi_match 78 return acpi_match_hid(aa->aa_node->ad_devinfo, compatible);
|
vchiq_netbsd_acpi.c | 72 const char * const compatible[] = { "BCM2835", NULL }; local in function:vchiq_acpi_match 78 return acpi_match_hid(aa->aa_node->ad_devinfo, compatible);
|
vchiq_netbsd_acpi.c | 72 const char * const compatible[] = { "BCM2835", NULL }; local in function:vchiq_acpi_match 78 return acpi_match_hid(aa->aa_node->ad_devinfo, compatible);
|
/src/sys/arch/arm/broadcom/ |
bcm2835_bsc_acpi.c | 56 static const char * const compatible[] = { variable in typeref:typename:const char * const[] 91 return acpi_match_hid(aa->aa_node->ad_devinfo, compatible);
|
bcm2838_emmc2_acpi.c | 51 static const char * const compatible[] = { variable in typeref:typename:const char * const[] 76 return acpi_match_hid(aa->aa_node->ad_devinfo, compatible);
|
bcm2835_bsc_acpi.c | 56 static const char * const compatible[] = { variable in typeref:typename:const char * const[] 91 return acpi_match_hid(aa->aa_node->ad_devinfo, compatible);
|
bcm2838_emmc2_acpi.c | 51 static const char * const compatible[] = { variable in typeref:typename:const char * const[] 76 return acpi_match_hid(aa->aa_node->ad_devinfo, compatible);
|
bcm2835_bsc_acpi.c | 56 static const char * const compatible[] = { variable in typeref:typename:const char * const[] 91 return acpi_match_hid(aa->aa_node->ad_devinfo, compatible);
|
bcm2838_emmc2_acpi.c | 51 static const char * const compatible[] = { variable in typeref:typename:const char * const[] 76 return acpi_match_hid(aa->aa_node->ad_devinfo, compatible);
|
bcm2835_emmc_acpi.c | 60 static const char * const compatible[] = { variable in typeref:typename:const char * const[] 107 return acpi_match_hid(aa->aa_node->ad_devinfo, compatible);
|
bcm2835_emmc_acpi.c | 60 static const char * const compatible[] = { variable in typeref:typename:const char * const[] 107 return acpi_match_hid(aa->aa_node->ad_devinfo, compatible);
|
bcm2835_emmc_acpi.c | 60 static const char * const compatible[] = { variable in typeref:typename:const char * const[] 107 return acpi_match_hid(aa->aa_node->ad_devinfo, compatible);
|
/src/sys/arch/arm/sociox/ |
sni_emmc.c | 90 static const struct device_compatible_entry compatible[] = { variable in typeref:typename:const struct device_compatible_entry[] 156 return acpi_compatible_match(aa, compatible);
|
sni_gpio.c | 110 static const struct device_compatible_entry compatible[] = { variable in typeref:typename:const struct device_compatible_entry[] 157 return acpi_compatible_match(aa, compatible);
|
sni_emmc.c | 90 static const struct device_compatible_entry compatible[] = { variable in typeref:typename:const struct device_compatible_entry[] 156 return acpi_compatible_match(aa, compatible);
|
sni_gpio.c | 110 static const struct device_compatible_entry compatible[] = { variable in typeref:typename:const struct device_compatible_entry[] 157 return acpi_compatible_match(aa, compatible);
|
sni_emmc.c | 90 static const struct device_compatible_entry compatible[] = { variable in typeref:typename:const struct device_compatible_entry[] 156 return acpi_compatible_match(aa, compatible);
|
sni_gpio.c | 110 static const struct device_compatible_entry compatible[] = { variable in typeref:typename:const struct device_compatible_entry[] 157 return acpi_compatible_match(aa, compatible);
|
/src/sys/dev/ofw/ |
ofw_subr.c | 176 * This routine checks an OFW node's "compatible" entry to see if 206 proplen = OF_getproplen(phandle, "compatible"); 213 if (OF_getprop(phandle, "compatible", prop, proplen) != proplen) { 232 * for a matching "compatible" entry matching the supplied OFW node, 234 * from the "compatible" property was matched, which more weight given 263 proplen = OF_getproplen(phandle, "compatible"); 270 if (OF_getprop(phandle, "compatible", prop, proplen) != proplen) { 286 * for a "compatible" entry matching the supplied OFW node. 311 proplen = OF_getproplen(phandle, "compatible"); 318 if (OF_getprop(phandle, "compatible", prop, proplen) != proplen) 417 const char * compatible[] = { str, NULL }; local in function:of_find_bycompat [all...] |