Lines Matching defs:downdifferential
106 unsigned int downdifferential;
2455 return sprintf(buf, "%d\n", data->downdifferential);
2470 data->downdifferential = value;
2475 static DEVICE_ATTR_RW(downdifferential);
2505 unsigned int downdifferential = data->downdifferential;
2532 if (!upthreshold || !downdifferential)
2536 upthreshold < downdifferential)
2572 stat->total_time * (upthreshold - downdifferential)) {
2582 b = div_u64(b, (upthreshold - downdifferential / 2));
2804 of_property_read_u32(np, "downdifferential",
2805 &dmcfreq->ondemand_data.downdifferential);
2932 "failed to register downdifferential sysfs file\n");