Lines Matching refs:prop
586 u32 prop; in thermal_of_populate_bind_params() local
590 ret = of_property_read_u32(np, "contribution", &prop); in thermal_of_populate_bind_params()
592 __tbp->usage = prop; in thermal_of_populate_bind_params()
685 int prop; in thermal_of_populate_trip() local
688 ret = of_property_read_u32(np, "temperature", &prop); in thermal_of_populate_trip()
693 trip->temperature = prop; in thermal_of_populate_trip()
695 ret = of_property_read_u32(np, "hysteresis", &prop); in thermal_of_populate_trip()
700 trip->hysteresis = prop; in thermal_of_populate_trip()
735 u32 prop, coef[2]; in thermal_of_build_thermal_zone() local
746 ret = of_property_read_u32(np, "polling-delay-passive", &prop); in thermal_of_build_thermal_zone()
751 tz->passive_delay = prop; in thermal_of_build_thermal_zone()
753 ret = of_property_read_u32(np, "polling-delay", &prop); in thermal_of_build_thermal_zone()
758 tz->polling_delay = prop; in thermal_of_build_thermal_zone()
888 u32 prop; in of_parse_thermal_zones() local
915 if (!of_property_read_u32(child, "sustainable-power", &prop)) in of_parse_thermal_zones()
916 tzp->sustainable_power = prop; in of_parse_thermal_zones()