Lines Matching refs:prop
581 u32 prop; in thermal_of_populate_bind_params() local
585 ret = of_property_read_u32(np, "contribution", &prop); in thermal_of_populate_bind_params()
587 __tbp->usage = prop; in thermal_of_populate_bind_params()
680 int prop; in thermal_of_populate_trip() local
683 ret = of_property_read_u32(np, "temperature", &prop); in thermal_of_populate_trip()
688 trip->temperature = prop; in thermal_of_populate_trip()
690 ret = of_property_read_u32(np, "hysteresis", &prop); in thermal_of_populate_trip()
695 trip->hysteresis = prop; in thermal_of_populate_trip()
730 u32 prop; in thermal_of_build_thermal_zone() local
741 ret = of_property_read_u32(np, "polling-delay-passive", &prop); in thermal_of_build_thermal_zone()
746 tz->passive_delay = prop; in thermal_of_build_thermal_zone()
748 ret = of_property_read_u32(np, "polling-delay", &prop); in thermal_of_build_thermal_zone()
753 tz->polling_delay = prop; in thermal_of_build_thermal_zone()