Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-ops-test.c29 #define TEST_UINFO(clayout, ctype, cmin, cmax) \ argument
33 .value.integer.min = cmin, \
37 #define ITEST(cname, clayout, ctype, cfunc, cmin, cmax, \ argument
45 TEST_UINFO(clayout, ctype, cmin, cmax), \
/linux/drivers/regulator/
H A Dcore.c1250 int cmin = constraints->min_uV; in machine_constraints_voltage() local
1256 if (count == 1 && !cmin) { in machine_constraints_voltage()
1257 cmin = 1; in machine_constraints_voltage()
1259 constraints->min_uV = cmin; in machine_constraints_voltage()
1264 if ((cmin == 0) && (cmax == 0)) { in machine_constraints_voltage()
1268 } else if (cmin <= 0 || cmax <= 0 || cmax < cmin) { in machine_constraints_voltage()
1286 if (value >= cmin && value < min_uV) in machine_constraints_voltage()