Searched refs:kstrtoul (Results 126 - 150 of 401) sorted by relevance

1234567891011>>

/linux-master/drivers/hwmon/
H A Dlm85.c578 err = kstrtoul(buf, 10, &val);
633 err = kstrtoul(buf, 10, &val);
700 err = kstrtoul(buf, 10, &val);
744 err = kstrtoul(buf, 10, &val);
803 err = kstrtoul(buf, 10, &val);
1070 err = kstrtoul(buf, 10, &val);
H A Dlm80.c323 int err = kstrtoul(buf, 10, &val);
353 rv = kstrtoul(buf, 10, &val);
H A Dvt1211.c527 err = kstrtoul(buf, 10, &val);
633 err = kstrtoul(buf, 10, &val);
833 err = kstrtoul(buf, 10, &val);
865 err = kstrtoul(buf, 10, &val);
H A Dds1621.c285 err = kstrtoul(buf, 10, &convrate);
H A Dultra45_env.c126 err = kstrtoul(buf, 10, &rpm);
/linux-master/drivers/scsi/elx/efct/
H A Defct_lio.c107 if (kstrtoul(page, 0, &op) < 0)
158 if (kstrtoul(page, 0, &op) < 0)
895 if (kstrtoul(name + 5, 10, &n) || n > USHRT_MAX)
953 if (kstrtoul(name + 5, 10, &n) || n > USHRT_MAX)
1487 ret = kstrtoul(page, 0, &val); \
1489 pr_err("kstrtoul() failed with ret: %d\n", ret); \
1543 ret = kstrtoul(page, 0, &val); \
1545 pr_err("kstrtoul() failed with ret: %d\n", ret); \
/linux-master/arch/um/drivers/
H A Dvector_kern.c125 if (kstrtoul(mtu, 10, &result) == 0)
143 if (kstrtoul(allow, 10, &result) == 0)
155 if (kstrtoul(mtu, 10, &result) == 0)
167 if (kstrtoul(mtu, 10, &result) == 0)
179 if (kstrtoul(gro, 10, &result) == 0) {
203 if (kstrtoul(vector, 10, &parsed) == 0) {
/linux-master/drivers/platform/x86/
H A Dsony-laptop.c1800 if (kstrtoul(buffer, 10, &value))
1842 if (kstrtoul(buffer, 10, &value))
1985 if (kstrtoul(buffer, 10, &value))
2320 if (kstrtoul(buffer, 10, &value) || value > 1)
2549 if (kstrtoul(buffer, 10, &value) || value > 1)
2623 if (kstrtoul(buffer, 10, &value) || value > 1)
2689 if (kstrtoul(buffer, 10, &value) || value > 1)
2796 if (kstrtoul(buffer, 10, &value) || value > 1)
2917 if (kstrtoul(buffer, 10, &value) || value > 1)
2975 if (kstrtoul(buffe
[all...]
/linux-master/drivers/md/bcache/
H A Dutil.h327 int _r = kstrtoul(cp, 10, &_v); \
336 int _r = kstrtoul(cp, 10, &_v); \
/linux-master/drivers/firmware/
H A Dstratix10-rsu.c571 ret = kstrtoul(buf, 0, &address);
596 ret = kstrtoul(buf, 0, &status);
/linux-master/drivers/hid/
H A Dhid-roccat-kone.c481 retval = kstrtoul(buf, 10, &state);
571 retval = kstrtoul(buf, 10, &new_startup_profile);
/linux-master/fs/ext4/
H A Dsysfs.c90 ret = kstrtoul(skip_spaces(buf), 0, &t);
494 ret = kstrtoul(skip_spaces(buf), 0, &lt);
/linux-master/drivers/leds/trigger/
H A Dledtrig-netdev.c358 ret = kstrtoul(buf, 0, &state);
453 ret = kstrtoul(buf, 0, &value);
/linux-master/drivers/video/backlight/
H A Dbacklight.c198 rc = kstrtoul(buf, 0, &power);
262 rc = kstrtoul(buf, 0, &brightness);
H A Dlm3533_bl.c163 if (kstrtoul(buf, 0, &linear))
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-tmc-core.c295 ret = kstrtoul(buf, 16, &val);
324 ret = kstrtoul(buf, 0, &val);
/linux-master/sound/core/
H A Djack.c191 err = kstrtoul(buf, 0, &enable);
218 err = kstrtoul(buf, 0, &enable);
/linux-master/drivers/mfd/
H A Dintel_pmc_bxt.c211 ret = kstrtoul(buf, 0, &val);
/linux-master/drivers/leds/
H A Dleds-ss4200.c462 ret = kstrtoul(buf, 10, &blink_state);
/linux-master/arch/x86/kernel/
H A Dearly_printk.c308 if (kstrtoul(s, 0, &baud) < 0 || baud == 0)
/linux-master/drivers/rtc/
H A Dsysfs.c92 err = kstrtoul(buf, 0, &val);
/linux-master/drivers/scsi/snic/
H A Dsnic_debugfs.c122 ret = kstrtoul(buf, 10, &val);
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sysfs.c48 if (kstrtoul(buf, 2, &new))
78 if (kstrtoul(buf, 2, &new))
125 if (kstrtoul(buf, 2, &h_beacon))
1128 ret = kstrtoul(buf, 16, &data);
/linux-master/drivers/edac/
H A Docteon_edac-lmc.c148 if (!kstrtoul(data, 0, &pvt->reg)) \
/linux-master/drivers/bus/
H A Dbt1-apb.c297 if (kstrtoul(buf, 0, &timeout) < 0)

Completed in 341 milliseconds

1234567891011>>