Searched refs:strict_strtol (Results 51 - 75 of 112) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/input/tablet/
H A Daiptek.c1199 if (strict_strtol(buf, 10, &x)) {
1241 if (strict_strtol(buf, 10, &y)) {
1278 if (strict_strtol(buf, 10, &j))
1307 if (strict_strtol(buf, 10, &d))
1558 if (strict_strtol(buf, 10, &w)) return -EINVAL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/input/tablet/
H A Daiptek.c1199 if (strict_strtol(buf, 10, &x)) {
1241 if (strict_strtol(buf, 10, &y)) {
1278 if (strict_strtol(buf, 10, &j))
1307 if (strict_strtol(buf, 10, &d))
1558 if (strict_strtol(buf, 10, &w)) return -EINVAL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/iio/gyro/
H A Dadis16260_core.c234 ret = strict_strtol(buf, 10, &val);
272 ret = strict_strtol(buf, 10, &val);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/iio/imu/
H A Dadis16300_core.c269 ret = strict_strtol(buf, 10, &val);
307 ret = strict_strtol(buf, 10, &val);
H A Dadis16350_core.c236 ret = strict_strtol(buf, 10, &val);
274 ret = strict_strtol(buf, 10, &val);
H A Dadis16400_core.c244 ret = strict_strtol(buf, 10, &val);
282 ret = strict_strtol(buf, 10, &val);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/iio/gyro/
H A Dadis16260_core.c234 ret = strict_strtol(buf, 10, &val);
272 ret = strict_strtol(buf, 10, &val);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/iio/imu/
H A Dadis16300_core.c269 ret = strict_strtol(buf, 10, &val);
307 ret = strict_strtol(buf, 10, &val);
H A Dadis16350_core.c236 ret = strict_strtol(buf, 10, &val);
274 ret = strict_strtol(buf, 10, &val);
H A Dadis16400_core.c244 ret = strict_strtol(buf, 10, &val);
282 ret = strict_strtol(buf, 10, &val);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpio/
H A Dgpiolib.c305 status = strict_strtol(buf, 0, &value);
531 status = strict_strtol(buf, 0, &value);
612 status = strict_strtol(buf, 0, &gpio);
644 status = strict_strtol(buf, 0, &gpio);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpio/
H A Dgpiolib.c305 status = strict_strtol(buf, 0, &value);
531 status = strict_strtol(buf, 0, &value);
612 status = strict_strtol(buf, 0, &gpio);
644 status = strict_strtol(buf, 0, &gpio);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/iio/accel/
H A Dlis3l02dq_core.c253 ret = strict_strtol(buf, 10, &valin);
326 ret = strict_strtol(buf, 10, &val);
374 ret = strict_strtol(buf, 10, &val);
H A Dadis16240_core.c235 ret = strict_strtol(buf, 10, &val);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/iio/accel/
H A Dlis3l02dq_core.c253 ret = strict_strtol(buf, 10, &valin);
326 ret = strict_strtol(buf, 10, &val);
374 ret = strict_strtol(buf, 10, &val);
H A Dadis16240_core.c235 ret = strict_strtol(buf, 10, &val);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/kernel/
H A Dsingle_step.c40 if (strict_strtol(str, 0, &val) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/kernel/
H A Dsetup_64.c119 rc = strict_strtol(smt_enabled_cmdline, 10, &smt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/kernel/
H A Dsingle_step.c40 if (strict_strtol(str, 0, &val) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsetup_64.c119 rc = strict_strtol(smt_enabled_cmdline, 10, &smt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/w1/
H A Dw1.c230 if (strict_strtol(buf, 0, &tmp) == -EINVAL)
262 if (strict_strtol(buf, 0, &tmp) == -EINVAL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/platform/x86/
H A Dcompal-laptop.c426 err = strict_strtol(buf, 10, &val);
464 err = strict_strtol(buf, 10, &val);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/platform/x86/
H A Dcompal-laptop.c426 err = strict_strtol(buf, 10, &val);
464 err = strict_strtol(buf, 10, &val);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/w1/
H A Dw1.c230 if (strict_strtol(buf, 0, &tmp) == -EINVAL)
262 if (strict_strtol(buf, 0, &tmp) == -EINVAL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dkernel.h196 extern int strict_strtol(const char *, unsigned int, long *);

Completed in 183 milliseconds

12345