Searched refs:of_machine_is_compatible (Results 1 - 25 of 25) sorted by relevance

/drivers/macintosh/
H A Dwindfarm_cpufreq_clamp.c79 if (of_machine_is_compatible("PowerMac7,2") ||
80 of_machine_is_compatible("PowerMac7,3") ||
81 of_machine_is_compatible("RackMac3,1"))
H A Dvia-pmu-backlight.c154 of_machine_is_compatible("AAPL,3400/2400") ||
155 of_machine_is_compatible("AAPL,3500");
159 !of_machine_is_compatible("AAPL,PowerBook1998") &&
160 !of_machine_is_compatible("PowerBook1,1"))
H A Dwindfarm_max6690_sensor.c190 if (of_machine_is_compatible("PowerMac7,2") ||
191 of_machine_is_compatible("PowerMac7,3") ||
192 of_machine_is_compatible("RackMac3,1"))
H A Dwindfarm_lm75_sensor.c238 if (of_machine_is_compatible("PowerMac7,2") ||
239 of_machine_is_compatible("PowerMac7,3") ||
240 of_machine_is_compatible("RackMac3,1"))
H A Dwindfarm_core.c474 if (of_machine_is_compatible("PowerMac7,2") ||
475 of_machine_is_compatible("PowerMac7,3") ||
476 of_machine_is_compatible("RackMac3,1"))
H A Dwindfarm_smu_sensors.c365 if ((of_machine_is_compatible("PowerMac8,1") ||
366 of_machine_is_compatible("PowerMac8,2") ||
367 of_machine_is_compatible("PowerMac9,1")) &&
H A Dadb.c327 if (of_machine_is_compatible("AAPL,PowerBook1998") ||
328 of_machine_is_compatible("PowerBook1,1"))
H A Dwindfarm_pm81.c779 if (of_machine_is_compatible("PowerMac8,1") ||
780 of_machine_is_compatible("PowerMac8,2"))
H A Dtherm_pm72.c1918 else if (of_machine_is_compatible("PowerMac7,3")
2258 rackmac = of_machine_is_compatible("RackMac3,1");
2260 if (!of_machine_is_compatible("PowerMac7,2") &&
2261 !of_machine_is_compatible("PowerMac7,3") &&
H A Dtherm_windtunnel.c493 if( !info || !of_machine_is_compatible("PowerMac3,6") )
H A Dvia-pmu.c468 if (of_machine_is_compatible("AAPL,3400/2400") ||
469 of_machine_is_compatible("AAPL,3500")) {
477 } else if (of_machine_is_compatible("AAPL,PowerBook1998") ||
478 of_machine_is_compatible("PowerBook1,1")) {
H A Dwindfarm_pm112.c679 if (!of_machine_is_compatible("PowerMac11,2"))
H A Dwindfarm_pm121.c1010 if (of_machine_is_compatible("PowerMac12,1"))
H A Dwindfarm_pm91.c710 if (of_machine_is_compatible("PowerMac9,1"))
/drivers/tty/hvc/
H A Dhvc_beat.c102 if (hvc_beat_useit && of_machine_is_compatible("Beat")) {
/drivers/video/aty/
H A Dradeon_backlight.c184 of_machine_is_compatible("PowerBook4,3") ||
185 of_machine_is_compatible("PowerBook6,3") ||
186 of_machine_is_compatible("PowerBook6,5");
H A Daty128fb.c1937 if (of_machine_is_compatible("PowerMac2,1") ||
1938 of_machine_is_compatible("PowerMac2,2") ||
1939 of_machine_is_compatible("PowerMac4,1"))
1943 if (of_machine_is_compatible("PowerBook2,2"))
1947 if (of_machine_is_compatible("PowerBook3,1") ||
1948 of_machine_is_compatible("PowerBook4,1"))
1952 if (of_machine_is_compatible("PowerBook3,2"))
H A Datyfb_base.c2440 if (of_machine_is_compatible("PowerBook2,1")) {
2660 if (M64_HAS(G3_PB_1_1) && of_machine_is_compatible("PowerBook1,1")) {
2691 else if (of_machine_is_compatible("iMac"))
2693 else if (of_machine_is_compatible("PowerBook2,1"))
/drivers/cpufreq/
H A Dmaple-cpufreq.c217 if (!of_machine_is_compatible("Momentum,Maple") &&
218 !of_machine_is_compatible("Momentum,Apache"))
/drivers/gpu/drm/radeon/
H A Dradeon_combios.c1508 if (of_machine_is_compatible("PowerBook3,3")) {
1511 } else if (of_machine_is_compatible("PowerBook3,4") ||
1512 of_machine_is_compatible("PowerBook3,5")) {
1515 } else if (of_machine_is_compatible("PowerBook5,1") ||
1516 of_machine_is_compatible("PowerBook5,2") ||
1517 of_machine_is_compatible("PowerBook5,3") ||
1518 of_machine_is_compatible("PowerBook5,4") ||
1519 of_machine_is_compatible("PowerBook5,5")) {
1522 } else if (of_machine_is_compatible("PowerBook5,6")) {
1525 } else if (of_machine_is_compatible("PowerBook
[all...]
H A Dradeon_legacy_encoders.c404 of_machine_is_compatible("PowerBook4,3") ||
405 of_machine_is_compatible("PowerBook6,3") ||
406 of_machine_is_compatible("PowerBook6,5"));
/drivers/tty/serial/
H A Dpmac_zilog.c72 #define of_machine_is_compatible(x) (0) macro
1998 if (of_machine_is_compatible("RackMac1,1")
1999 || of_machine_is_compatible("RackMac1,2")
2000 || of_machine_is_compatible("MacRISC4"))
/drivers/of/
H A Dbase.c250 * of_machine_is_compatible - Test root of device tree for a given compatible value
256 int of_machine_is_compatible(const char *compat) function
268 EXPORT_SYMBOL(of_machine_is_compatible); variable
/drivers/net/ethernet/apple/
H A Dmace.c208 if (of_machine_is_compatible("AAPL,ShinerESB"))
/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c6094 if (of_machine_is_compatible("PowerMac4,5")) {

Completed in 2935 milliseconds