Home
last modified time | relevance | path

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

/drivers/thermal/
A Dthermal_of.c175 static int thermal_of_monitor_init(struct device_node *np, int *delay, int *pdelay) in thermal_of_monitor_init() argument
179 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() local
397 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