Lines Matching defs:upthreshold
105 unsigned int upthreshold;
2426 return sprintf(buf, "%d\n", data->upthreshold);
2441 data->upthreshold = value;
2446 static DEVICE_ATTR_RW(upthreshold);
2504 unsigned int upthreshold = data->upthreshold;
2532 if (!upthreshold || !downdifferential)
2535 if (upthreshold > 100 ||
2536 upthreshold < downdifferential)
2559 stat->total_time * upthreshold) {
2572 stat->total_time * (upthreshold - downdifferential)) {
2582 b = div_u64(b, (upthreshold - downdifferential / 2));
2802 of_property_read_u32(np, "upthreshold",
2803 &dmcfreq->ondemand_data.upthreshold);
2928 "failed to register upthreshold sysfs file\n");