Searched refs:passive_delay (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dthermal.h329 int passive_delay, int polling_delay);
388 int passive_delay, int polling_delay)
382 thermal_zone_device_register_with_trips( const char *type, const struct thermal_trip *trips, int num_trips, void *devdata, const struct thermal_zone_device_ops *ops, const struct thermal_zone_params *tzp, int passive_delay, int polling_delay) argument
/linux-master/drivers/acpi/
H A Dthermal.c661 int passive_delay)
668 &acpi_thermal_zone_ops, NULL, passive_delay,
827 int passive_delay = 0; local
885 passive_delay = tz->trips.passive.delay;
910 passive_delay);
658 acpi_thermal_register_thermal_zone(struct acpi_thermal *tz, const struct thermal_trip *trip_table, unsigned int trip_count, int passive_delay) argument
/linux-master/drivers/regulator/
H A Dda9121-regulator.c39 unsigned int passive_delay; member in struct:da9121
669 delay = msecs_to_jiffies(chip->passive_delay);
1075 chip->passive_delay = p_delay;
1096 chip->passive_delay);
/linux-master/drivers/thermal/
H A Dthermal_core.c1253 * @passive_delay: number of milliseconds to wait between polls when
1275 int passive_delay, int polling_delay)
1344 thermal_set_delay_jiffies(&tz->passive_delay_jiffies, passive_delay);
1270 thermal_zone_device_register_with_trips(const char *type, const struct thermal_trip *trips, int num_trips, void *devdata, const struct thermal_zone_device_ops *ops, const struct thermal_zone_params *tzp, int passive_delay, int polling_delay) argument

Completed in 112 milliseconds