Home
last modified time | relevance | path

Searched refs:kstrtou32 (Results 1 – 25 of 86) sorted by relevance

1234

/linux-6.3-rc2/drivers/net/wireless/ath/ath6kl/
A Ddebug.c1448 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
1455 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
1462 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
1469 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
1476 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
1503 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
1510 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
1517 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
1524 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
1531 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
[all …]
/linux-6.3-rc2/arch/powerpc/platforms/pseries/
A Ddlpar.c461 if (kstrtou32(arg, 0, &count)) { in dlpar_parse_id_type()
472 if (kstrtou32(arg, 0, &index)) { in dlpar_parse_id_type()
487 if (kstrtou32(arg, 0, &index)) { in dlpar_parse_id_type()
501 if (kstrtou32(arg, 0, &count)) { in dlpar_parse_id_type()
/linux-6.3-rc2/lib/
A Dtest-kstrtox.c422 TEST_OK(kstrtou32, u32, "%u", test_u32_ok); in test_kstrtou32_ok()
441 TEST_FAIL(kstrtou32, u32, "%u", test_u32_fail); in test_kstrtou32_fail()
/linux-6.3-rc2/include/linux/
A Dhisi_acc_qm.h422 ret = kstrtou32(val, 10, &n); in q_num_set()
437 ret = kstrtou32(val, 10, &n); in vfs_num_set()
455 ret = kstrtou32(val, 10, &n); in mode_set()
A Dkstrtox.h84 static inline int __must_check kstrtou32(const char *s, unsigned int base, u32 *res) in kstrtou32() function
/linux-6.3-rc2/drivers/media/cec/core/
A Dcec-pin-error-inj.c131 if (kstrtou32(p, 0, &usecs) || usecs > 10000000) in cec_pin_error_inj_parse_line()
139 if (kstrtou32(p, 0, &usecs) || usecs > 10000000) in cec_pin_error_inj_parse_line()
/linux-6.3-rc2/security/safesetid/
A Dsecurityfs.c45 ret = kstrtou32(buf, 0, &parsed_parent); in parse_policy_line()
49 ret = kstrtou32(child_str, 0, &parsed_child); in parse_policy_line()
/linux-6.3-rc2/drivers/crypto/hisilicon/
A Ddebugfs.c148 ret = kstrtou32(s, 0, &qp_id); in qm_sqc_dump()
189 ret = kstrtou32(s, 0, &qp_id); in qm_cqc_dump()
270 ret = kstrtou32(presult, 0, q_id); in q_dump_param_parse()
282 ret = kstrtou32(presult, 0, e_id); in q_dump_param_parse()
355 ret = kstrtou32(s, 0, &xeqe_id); in qm_eq_aeq_dump()
/linux-6.3-rc2/drivers/net/can/slcan/
A Dslcan-core.c211 if (kstrtou32(sl->rbuff + SLCAN_CMD_LEN, 16, &tmpid)) in slcan_bump_frame()
289 if (kstrtou32(cmd, 10, &txerr)) in slcan_bump_state()
294 if (kstrtou32(cmd, 10, &rxerr)) in slcan_bump_state()
/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dumwait.c173 ret = kstrtou32(buf, 0, &max_time); in max_time_store()
/linux-6.3-rc2/kernel/power/
A Dsuspend_test.c164 if (kstrtou32(repeat, 0, &test_repeat_count_max)) in setup_test_suspend()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/fw/
A Ddebugfs.c159 int ret = kstrtou32(buf, 10, &enabled_severities); in iwl_dbgfs_enabled_severities_write()
213 ret = kstrtou32(buf, 10, &delay); in iwl_dbgfs_timestamp_marker_write()
/linux-6.3-rc2/drivers/usb/gadget/function/
A Df_loopback.c498 ret = kstrtou32(page, 0, &num); in f_lb_opts_qlen_store()
536 ret = kstrtou32(page, 0, &num); in f_lb_opts_bulk_buflen_store()
A Df_sourcesink.c1131 ret = kstrtou32(page, 0, &num); in f_ss_opts_bulk_buflen_store()
1169 ret = kstrtou32(page, 0, &num); in f_ss_opts_bulk_qlen_store()
1207 ret = kstrtou32(page, 0, &num); in f_ss_opts_iso_qlen_store()
/linux-6.3-rc2/drivers/target/iscsi/
A Discsi_target_configfs.c66 rc = kstrtou32(page, 0, &op); in lio_target_np_driver_store()
296 ret = kstrtou32(page, 0, &val); \
657 ret = kstrtou32(page, 0, &cmdsn_depth); in lio_target_nacl_cmdsn_depth_store()
769 ret = kstrtou32(page, 0, &val); \
1297 err = kstrtou32(page, 0, &op); in iscsi_disc_enforce_discovery_auth_store()
/linux-6.3-rc2/drivers/ptp/
A Dptp_sysfs.c198 if (kstrtou32(buf, 0, &num)) in n_vclocks_store()
273 if (kstrtou32(buf, 0, &max) || max == 0) in max_vclocks_store()
/linux-6.3-rc2/drivers/staging/iio/meter/
A Dade7854.c146 ret = kstrtou32(buf, 10, &val); in ade7854_write_24bit()
167 ret = kstrtou32(buf, 10, &val); in ade7854_write_32bit()
/linux-6.3-rc2/security/
A Ddevice_cgroup.c693 rc = kstrtou32(temp, 10, &ex.major); in devcgroup_update_access()
715 rc = kstrtou32(temp, 10, &ex.minor); in devcgroup_update_access()
/linux-6.3-rc2/drivers/platform/mellanox/
A Dmlxreg-io.c151 ret = kstrtou32(buf, 0, &input_val); in mlxreg_io_attr_store()
/linux-6.3-rc2/drivers/thermal/intel/int340x_thermal/
A Dprocessor_thermal_rfim.c206 ret = kstrtou32(buf, 10, &input); in rfi_restriction_store()
/linux-6.3-rc2/net/sunrpc/
A Daddr.c191 if (kstrtou32(p, 10, &scope_id) != 0) in rpc_parse_scope_id()
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dintel_gt_sysfs_pm.c126 ret = kstrtou32(buff, 0, &val); \
598 err = kstrtou32(buff, 0, &factor); in media_freq_factor_store()
/linux-6.3-rc2/drivers/gpu/drm/aspeed/
A Daspeed_gfx_drv.c267 rc = kstrtou32(buf, 0, &val); in dac_mux_store()
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/
A Ddisplay-sysfs.c219 r = kstrtou32(buf, 0, &wss); in display_wss_store()
/linux-6.3-rc2/fs/gfs2/
A Dsys.c260 error = kstrtou32(buf, 0, &id); in quota_refresh_user_store()
282 error = kstrtou32(buf, 0, &id); in quota_refresh_group_store()

Completed in 41 milliseconds

1234