Home
last modified time | relevance | path

Searched refs:old_target (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/thermal/
H A Dgov_step_wise.c88 int old_target; in thermal_zone_trip_update() local
104 old_target = instance->target; in thermal_zone_trip_update()
107 old_target, (int)instance->target); in thermal_zone_trip_update()
109 if (instance->initialized && old_target == instance->target) in thermal_zone_trip_update()
113 if (old_target == THERMAL_NO_TARGET && in thermal_zone_trip_update()
117 else if (old_target != THERMAL_NO_TARGET && in thermal_zone_trip_update()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcompress_doc.bbclass238 old_target = d.getVarFlag('ALTERNATIVE_TARGET_%s' % pkg, old_name) or \
243 # Sometimes old_target is specified as relative to the link name.
244 old_target = os.path.join(os.path.dirname(old_link), old_target)
247 if mandir in old_target or infodir in old_target:
250 new_target = old_target + '.' + compress_mode
/openbmc/linux/arch/powerpc/sysdev/xive/
H A Dcommon.c723 u32 target, old_target; in xive_irq_set_affinity() local
752 old_target = xd->target; in xive_irq_set_affinity()
771 if (old_target != XIVE_INVALID_TARGET) in xive_irq_set_affinity()
772 xive_dec_target_count(old_target); in xive_irq_set_affinity()
/openbmc/qemu/qom/
H A Dobject.c1893 Object *old_target = *targetp; in object_set_link_property() local
1922 object_unref(old_target); in object_set_link_property()