Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dcontrol.c1074 long long lval, lmin, lmax, lstep; in sanity_check_int_value() local
1083 lstep = 0; in sanity_check_int_value()
1089 lstep = info->value.integer.step; in sanity_check_int_value()
1095 lstep = info->value.integer64.step; in sanity_check_int_value()
1101 lstep = 0; in sanity_check_int_value()
1114 if (lstep) { in sanity_check_int_value()
1115 div64_u64_rem(lval, lstep, &rem); in sanity_check_int_value()
1122 control->id.index, lval, lstep, i); in sanity_check_int_value()