Lines Matching refs:atolx_range
189 i2cdetect_dash_F(atolx_range(*toys.optargs, 0, INT_MAX));
199 bus = atolx_range(*toys.optargs, 0, INT_MAX);
201 first = atolx_range(toys.optargs[1], 0, 0x7f);
202 last = atolx_range(toys.optargs[2], 0, 0x7f);
239 int bus = atolx_range(toys.optargs[0], 0, INT_MAX);
240 int chip = atolx_range(toys.optargs[1], 0, 0x7f);
268 int bus = atolx_range(toys.optargs[0], 0, INT_MAX);
269 int chip = atolx_range(toys.optargs[1], 0, 0x7f);
270 int addr = atolx_range(toys.optargs[2], 0, 0xff);
287 int bus = atolx_range(toys.optargs[0], 0, INT_MAX);
288 int chip = atolx_range(toys.optargs[1], 0, 0x7f);
289 int addr = atolx_range(toys.optargs[2], 0, 0xff);
299 data.byte = atolx_range(toys.optargs[3], 0, 0xff);
302 data.word = atolx_range(toys.optargs[3], 0, 0xffff);
307 data.block[i+1] = atolx_range(toys.optargs[3+i], 0, 0xff);