Lines Matching refs:val
103 int *val,
117 *val = ret >> 4;
125 *val = ret;
134 *val = 1000;
138 *val = -(12288 >> 4); /* To match shift in _RAW */
142 *val = 100;
329 int *val, int *val2)
339 *val = chip->thresh_sensitivity[rising][chan->channel];
342 *val = chip->threshold[rising][chan->channel];
348 *val = 0;
361 int val, int val2)
372 chip->thresh_sensitivity[rising][chan->channel] = val;
375 chip->threshold[rising][chan->channel] = val;
390 if (val != 0 || timeout < 0 || timeout > 15 || val2 % 10000) {