Searched refs:kstrtoul (Results 151 - 175 of 399) sorted by relevance

1234567891011>>

/linux-master/drivers/hwmon/
H A Dultra45_env.c126 err = kstrtoul(buf, 10, &rpm);
H A Dapplesmc.c866 if (kstrtoul(sysfsbuf, 10, &speed) < 0 || speed >= 0x4000)
906 if (kstrtoul(sysfsbuf, 10, &input) < 0)
1061 if (kstrtoul(sysfsbuf, 10, &newkey) < 0
H A Dacpi_power_meter.c153 res = kstrtoul(buf, 10, &temp);
226 res = kstrtoul(buf, 10, &temp);
298 res = kstrtoul(buf, 10, &temp);
H A Dsmsc47m192.c206 err = kstrtoul(buf, 10, &val);
228 err = kstrtoul(buf, 10, &val);
422 err = kstrtoul(buf, 10, &val);
H A Df71805f.c697 err = kstrtoul(buf, 10, &val);
724 err = kstrtoul(buf, 10, &val);
773 err = kstrtoul(buf, 10, &val);
809 err = kstrtoul(buf, 10, &val);
846 err = kstrtoul(buf, 10, &val);
H A Dfschmd.c439 err = kstrtoul(buf, 10, &v);
528 err = kstrtoul(buf, 10, &v);
573 err = kstrtoul(buf, 10, &v);
H A Dpc87427.c434 if (kstrtoul(buf, 10, &val) < 0)
585 if (kstrtoul(buf, 10, &val) < 0 || val > 2)
617 if (kstrtoul(buf, 10, &val) < 0 || val > 0xff)
H A Dnct6683.c932 if (kstrtoul(buf, 10, &val) || val > 255)
1009 if (kstrtoul(buf, 10, &val) || (val != 0 && val != 1))
1070 if (kstrtoul(buf, 10, &val) || val != 0)
H A Dnct7802.c382 err = kstrtoul(buf, 10, &val);
520 err = kstrtoul(buf, 10, &val);
568 err = kstrtoul(buf, 10, &val);
/linux-master/drivers/bus/
H A Dbt1-apb.c297 if (kstrtoul(buf, 0, &timeout) < 0)
/linux-master/arch/mips/kernel/
H A Dvpe-mt.c293 ret = kstrtoul(buf, 0, &new);
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-funnel.c169 ret = kstrtoul(buf, 16, &val);
/linux-master/drivers/video/backlight/
H A Dadp8870_bl.c565 ret = kstrtoul(buf, 10, &val);
645 int ret = kstrtoul(buf, 10, &data->cached_daylight_max);
788 ret = kstrtoul(buf, 10, &val);
H A Dadp8860_bl.c444 ret = kstrtoul(buf, 10, &val);
494 int ret = kstrtoul(buf, 10, &data->cached_daylight_max);
604 ret = kstrtoul(buf, 10, &val);
/linux-master/fs/bcachefs/
H A Dutil.h273 int _r = kstrtoul(cp, 10, &_v); \
282 int _r = kstrtoul(cp, 10, &_v); \
291 int _r = kstrtoul(cp, 10, &_v); \
/linux-master/security/keys/trusted-keys/
H A Dtrusted_tpm1.c784 res = kstrtoul(args[0].from, 16, &handle);
833 res = kstrtoul(args[0].from, 10, &lock);
867 res = kstrtoul(args[0].from, 16, &handle);
/linux-master/drivers/platform/x86/
H A Dclassmate-laptop.c228 r = kstrtoul(buf, 0, &sensitivity);
277 r = kstrtoul(buf, 0, &g_select);
570 r = kstrtoul(buf, 0, &sensitivity);
/linux-master/drivers/edac/
H A Di7core_edac.c694 rc = kstrtoul(data, 10, &value);
731 rc = kstrtoul(data, 10, &value);
771 rc = kstrtoul(data, 10, &value);
820 rc = kstrtoul(data, 10, &value); \
924 rc = kstrtoul(data, 10, &enable);
/linux-master/kernel/trace/
H A Dtrace_probe.c129 if (kstrtoul(type, 0, &bs))
922 ret = kstrtoul(arg + len, 10, &param);
946 ret = kstrtoul(arg + len, 10, &param);
989 return kstrtoul(str, 0, imm);
1046 ret = kstrtoul(arg + 1, 0, &param);
/linux-master/drivers/s390/block/
H A Ddasd_devmap.c1177 if ((kstrtoul(buf, 10, &val) != 0) || val > 1)
1615 if ((kstrtoul(buf, 10, &val) != 0) ||
1655 if ((kstrtoul(buf, 10, &val) != 0) ||
1696 if ((kstrtoul(buf, 10, &val) != 0) ||
1901 if (kstrtoul(buf, 10, &val) != 0 || val > DASD_THRHLD_MAX) {
1986 if ((kstrtoul(buf, 10, &val) != 0) ||
/linux-master/drivers/s390/crypto/
H A Dvfio_ap_ops.c1043 ret = kstrtoul(buf, 0, &apid);
1188 ret = kstrtoul(buf, 0, &apid);
1267 ret = kstrtoul(buf, 0, &apqi);
1389 ret = kstrtoul(buf, 0, &apqi);
1437 ret = kstrtoul(buf, 0, &id);
1491 ret = kstrtoul(buf, 0, &domid);
/linux-master/arch/um/drivers/
H A Dvector_transports.c234 if (kstrtoul(arg, 0, result) == 0)
/linux-master/drivers/staging/iio/adc/
H A Dad7816.c185 ret = kstrtoul(buf, 10, &data);
/linux-master/fs/ocfs2/
H A Dfilecheck.c249 if (kstrtoul(buffer, 0, val))
/linux-master/drivers/mfd/
H A Dintel_soc_pmic_bxtwc.c345 ret = kstrtoul(buf, 0, &bxtwc_reg_addr);

Completed in 268 milliseconds

1234567891011>>