Searched refs:kstrtou32 (Results 1 - 25 of 90) sorted by relevance

1234

/linux-master/drivers/gpu/drm/xe/
H A Dxe_device_sysfs.c55 ret = kstrtou32(buff, 0, &vram_d3cold_threshold);
H A Dxe_hw_engine_class_sysfs.c51 err = kstrtou32(buf, 0, &timeout);
87 err = kstrtou32(buf, 0, &timeout);
125 err = kstrtou32(buf, 0, &timeout);
191 err = kstrtou32(buf, 0, &duration);
211 err = kstrtou32(buf, 0, &duration);
249 err = kstrtou32(buf, 0, &duration);
334 err = kstrtou32(buf, 0, &timeout);
401 err = kstrtou32(buf, 0, &timeout);
438 err = kstrtou32(buf, 0, &timeout);
H A Dxe_gt_freq.c124 ret = kstrtou32(buff, 0, &freq);
157 ret = kstrtou32(buff, 0, &freq);
H A Dxe_gt_ccs_mode.c112 ret = kstrtou32(buff, 0, &num_engines);
/linux-master/arch/powerpc/platforms/pseries/
H A Ddlpar.c461 if (kstrtou32(arg, 0, &count)) {
472 if (kstrtou32(arg, 0, &index)) {
487 if (kstrtou32(arg, 0, &index)) {
501 if (kstrtou32(arg, 0, &count)) {
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Ddebug.c1100 if (kstrtou32(token, 0, &reg_addr))
1106 if (kstrtou32(sptr, 0, &reg_val))
1448 if (kstrtou32(token, 0, &val32))
1455 if (kstrtou32(token, 0, &val32))
1462 if (kstrtou32(token, 0, &val32))
1469 if (kstrtou32(token, 0, &val32))
1476 if (kstrtou32(token, 0, &val32))
1503 if (kstrtou32(token, 0, &val32))
1510 if (kstrtou32(token, 0, &val32))
1517 if (kstrtou32(toke
[all...]
/linux-master/lib/
H A Dtest-kstrtox.c422 TEST_OK(kstrtou32, u32, "%u", test_u32_ok);
441 TEST_FAIL(kstrtou32, u32, "%u", test_u32_fail);
/linux-master/arch/x86/kernel/cpu/
H A Dumwait.c173 ret = kstrtou32(buf, 0, &max_time);
/linux-master/include/linux/
H A Dkstrtox.h84 static inline int __must_check kstrtou32(const char *s, unsigned int base, u32 *res) function
H A Dhisi_acc_qm.h463 ret = kstrtou32(val, 10, &n);
478 ret = kstrtou32(val, 10, &n);
496 ret = kstrtou32(val, 10, &n);
/linux-master/kernel/power/
H A Dsuspend_test.c164 if (kstrtou32(repeat, 0, &test_repeat_count_max))
/linux-master/security/safesetid/
H A Dsecurityfs.c45 ret = kstrtou32(buf, 0, &parsed_parent);
49 ret = kstrtou32(child_str, 0, &parsed_child);
/linux-master/drivers/media/cec/core/
H A Dcec-pin-error-inj.c131 if (kstrtou32(p, 0, &usecs) || usecs > 10000000)
139 if (kstrtou32(p, 0, &usecs) || usecs > 10000000)
/linux-master/drivers/crypto/hisilicon/
H A Ddebugfs.c178 ret = kstrtou32(s, 0, &qp_id);
213 ret = kstrtou32(s, 0, &qp_id);
285 ret = kstrtou32(presult, 0, q_id);
297 ret = kstrtou32(presult, 0, e_id);
370 ret = kstrtou32(s, 0, &xeqe_id);
/linux-master/drivers/net/can/slcan/
H A Dslcan-core.c211 if (kstrtou32(sl->rbuff + SLCAN_CMD_LEN, 16, &tmpid))
289 if (kstrtou32(cmd, 10, &txerr))
294 if (kstrtou32(cmd, 10, &rxerr))
/linux-master/drivers/usb/gadget/function/
H A Df_loopback.c496 ret = kstrtou32(page, 0, &num);
534 ret = kstrtou32(page, 0, &num);
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddebugfs.c137 int ret = kstrtou32(buf, 10, &enabled_severities);
195 ret = kstrtou32(buf, 10, &delay);
/linux-master/drivers/platform/mellanox/
H A Dmlxreg-io.c150 ret = kstrtou32(buf, 0, &input_val);
/linux-master/net/sunrpc/
H A Daddr.c191 if (kstrtou32(p, 10, &scope_id) != 0)
/linux-master/drivers/target/iscsi/
H A Discsi_target_configfs.c66 rc = kstrtou32(page, 0, &op);
296 ret = kstrtou32(page, 0, &val); \
657 ret = kstrtou32(page, 0, &cmdsn_depth);
769 ret = kstrtou32(page, 0, &val); \
1295 err = kstrtou32(page, 0, &op);
/linux-master/security/
H A Ddevice_cgroup.c693 rc = kstrtou32(temp, 10, &ex.major);
715 rc = kstrtou32(temp, 10, &ex.minor);
/linux-master/drivers/ptp/
H A Dptp_sysfs.c212 if (kstrtou32(buf, 0, &num))
287 if (kstrtou32(buf, 0, &max) || max == 0)
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay-sysfs.c219 r = kstrtou32(buf, 0, &wss);
/linux-master/drivers/s390/net/
H A Dqeth_l2_sys.c298 rc = kstrtou32(buf, 10, &timeout);
/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_rfim.c275 ret = kstrtou32(buf, 10, &input);

Completed in 202 milliseconds

1234