of_compatible
sc->sc_screamer = of_compatible(ca->ca_node, screamer);
sc->sc_screamer = of_compatible(sound_node, screamer);
if (of_compatible(root_node, detect_reversed)) {
} else if ((perch != -1) || of_compatible(root_node, use_gpio4)) {
if (of_compatible(root_node, no_parallel_output))
if (of_compatible(ca->ca_node, mediabay_keylargo)) {
is_xserve = of_compatible(root, xserve);
if (! of_compatible(sc->sc_node, keylargo))
if (of_compatible(root_node, has_legacy_battery)) {
} else if (of_compatible(root_node, has_two_smart_batteries)) {
if (of_compatible(child, skiplist)) continue;
if (of_compatible(ca->ca_node, ata_names))
while ((pic != 0) && !of_compatible(pic, compat))
if (of_compatible(node, bl_rev_models)) {
if (of_compatible(node, clamshell)) {
if (of_compatible(node, pismo)) {
if (of_compatible(node, mini1)) {
if (of_compatible(node, mini2)) {
if (! of_compatible(heathrow, compat))
if (! of_compatible(u4, u3_compat))
while ((pic != 0) && !of_compatible(pic, pic_compat))
if (of_compatible(root_node, pb3400_compat)) {
if (of_compatible(ofw_root, macrisc)) {
if (of_compatible(node->n_phandle, compatible)) {
if (of_compatible(child, compatible))
int of_compatible(int, const char * const *);