Searched refs:pdelay (Results 1 – 1 of 1) sorted by relevance
175 static int thermal_of_monitor_init(struct device_node *np, int *delay, int *pdelay) in thermal_of_monitor_init() argument179 ret = of_property_read_u32(np, "polling-delay-passive", pdelay); in thermal_of_monitor_init()181 *pdelay = 0; in thermal_of_monitor_init()376 int delay, pdelay; in thermal_of_zone_register() local397 ret = thermal_of_monitor_init(np, &delay, &pdelay); in thermal_of_zone_register()417 pdelay, delay); in thermal_of_zone_register()
Completed in 3 milliseconds