Lines Matching defs:compat
64 char compat[32];
73 if (OF_getprop(ea->ea_node, "compatible", compat, sizeof(compat)) == -1)
76 if (strcmp(compat, "pcf8584") == 0 ||
77 strcmp(compat, "i2cpcf,8584") == 0 ||
78 strcmp(compat, "SUNW,i2c-pic16f747") == 0 ||
79 strcmp(compat, "SUNW,bbc-i2c") == 0)
91 char compat[32];
107 if (OF_getprop(ea->ea_node, "compatible", compat, sizeof(compat)) > 0 &&
108 strcmp(compat, "SUNW,bbc-i2c") == 0) {