Searched refs:lstep (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/core/ |
H A D | control.c | 851 long long lval, lmin, lmax, lstep; in sanity_check_int_value() local 860 lstep = 0; in sanity_check_int_value() 866 lstep = info->value.integer.step; in sanity_check_int_value() 872 lstep = info->value.integer64.step; in sanity_check_int_value() 878 lstep = 0; in sanity_check_int_value() 890 if (lstep) { in sanity_check_int_value() 891 div64_u64_rem(lval, lstep, &rem); in sanity_check_int_value() 897 control->id.index, lval, lstep, i); in sanity_check_int_value()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | control.c | 1087 long long lval, lmin, lmax, lstep; in sanity_check_int_value() local 1096 lstep = 0; in sanity_check_int_value() 1102 lstep = info->value.integer.step; in sanity_check_int_value() 1108 lstep = info->value.integer64.step; in sanity_check_int_value() 1114 lstep = 0; in sanity_check_int_value() 1127 if (lstep) { in sanity_check_int_value() 1128 div64_u64_rem(lval, lstep, &rem); in sanity_check_int_value() 1135 control->id.index, lval, lstep, i); in sanity_check_int_value()
|
Completed in 7 milliseconds