Searched refs:next_target (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/thermal/
H A Dgov_step_wise.c35 unsigned long next_target; local
40 * cdev in use to determine the next_target.
43 next_target = instance->target;
48 next_target = clamp((cur_state + 1), instance->lower, instance->upper);
50 next_target = THERMAL_NO_TARGET;
53 return next_target;
58 next_target = clamp((cur_state + 1), instance->lower, instance->upper);
62 next_target = THERMAL_NO_TARGET;
64 next_target = clamp((cur_state - 1), instance->lower, instance->upper);
68 return next_target;
[all...]
/linux-master/drivers/md/
H A Ddm-ioctl.c1398 static int next_target(struct dm_target_spec *last, uint32_t next, const char *end, function
1457 r = next_target(spec, next, end, &spec, &target_params);

Completed in 128 milliseconds