Home
last modified time | relevance | path

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

1234

/linux/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/arch/powerpc/platforms/pseries/
A Ddlpar.c471 if (kstrtou32(arg, 0, &count)) { in dlpar_parse_id_type()
482 if (kstrtou32(arg, 0, &index)) { in dlpar_parse_id_type()
497 if (kstrtou32(arg, 0, &index)) { in dlpar_parse_id_type()
511 if (kstrtou32(arg, 0, &count)) { in dlpar_parse_id_type()
/linux/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/drivers/crypto/hisilicon/
A Dqm.h340 ret = kstrtou32(val, 10, &n); in q_num_set()
355 ret = kstrtou32(val, 10, &n); in vfs_num_set()
373 ret = kstrtou32(val, 10, &n); in mode_set()
/linux/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/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/drivers/gpu/drm/i915/
A Di915_sysfs.c295 ret = kstrtou32(buf, 0, &val); in gt_boost_freq_mhz_store()
344 ret = kstrtou32(buf, 0, &val); in gt_max_freq_mhz_store()
371 ret = kstrtou32(buf, 0, &val); in gt_min_freq_mhz_store()
/linux/arch/x86/kernel/cpu/
A Dumwait.c173 ret = kstrtou32(buf, 0, &max_time); in max_time_store()
/linux/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/kernel/power/
A Dsuspend_test.c164 if (kstrtou32(repeat, 0, &test_repeat_count_max)) in setup_test_suspend()
/linux/drivers/target/iscsi/
A Discsi_target_configfs.c66 rc = kstrtou32(page, 0, &op); in lio_target_np_driver_store()
299 ret = kstrtou32(page, 0, &val); \
632 ret = kstrtou32(page, 0, &cmdsn_depth); in lio_target_nacl_cmdsn_depth_store()
747 ret = kstrtou32(page, 0, &val); \
1245 err = kstrtou32(page, 0, &op); in iscsi_disc_enforce_discovery_auth_store()
/linux/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.c1130 ret = kstrtou32(page, 0, &num); in f_ss_opts_bulk_buflen_store()
1168 ret = kstrtou32(page, 0, &num); in f_ss_opts_bulk_qlen_store()
1206 ret = kstrtou32(page, 0, &num); in f_ss_opts_iso_qlen_store()
/linux/include/linux/
A Dkstrtox.h84 static inline int __must_check kstrtou32(const char *s, unsigned int base, u32 *res) in kstrtou32() function
/linux/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/drivers/ptp/
A Dptp_sysfs.c198 if (kstrtou32(buf, 0, &num)) in n_vclocks_store()
270 if (kstrtou32(buf, 0, &max) || max == 0) in max_vclocks_store()
/linux/security/
A Ddevice_cgroup.c667 rc = kstrtou32(temp, 10, &ex.major); in devcgroup_update_access()
689 rc = kstrtou32(temp, 10, &ex.minor); in devcgroup_update_access()
/linux/drivers/platform/mellanox/
A Dmlxreg-io.c144 ret = kstrtou32(buf, 0, &input_val); in mlxreg_io_attr_store()
/linux/drivers/thermal/intel/int340x_thermal/
A Dprocessor_thermal_rfim.c202 ret = kstrtou32(buf, 10, &input); in rfi_restriction_store()
/linux/net/sunrpc/
A Daddr.c191 if (kstrtou32(p, 10, &scope_id) != 0) in rpc_parse_scope_id()
/linux/drivers/gpu/drm/aspeed/
A Daspeed_gfx_drv.c255 rc = kstrtou32(buf, 0, &val); in dac_mux_store()
/linux/drivers/target/
A Dtarget_core_configfs.c559 ret = kstrtou32(page, 0, &val); \
684 ret = kstrtou32(page, 0, &val); in emulate_ua_intlck_ctrl_store()
791 ret = kstrtou32(page, 0, &flag); in pi_prot_type_store()
1007 ret = kstrtou32(page, 0, &val); in queue_depth_store()
1043 ret = kstrtou32(page, 0, &val); in optimal_sectors_store()
1073 ret = kstrtou32(page, 0, &val); in block_size_store()
1512 ret = kstrtou32(page, 0, &val); in target_wwn_company_id_store()
/linux/fs/gfs2/
A Dsys.c258 error = kstrtou32(buf, 0, &id); in quota_refresh_user_store()
280 error = kstrtou32(buf, 0, &id); in quota_refresh_group_store()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
A Ddisplay-sysfs.c218 r = kstrtou32(buf, 0, &wss); in display_wss_store()
/linux/drivers/s390/net/
A Dqeth_l2_sys.c298 rc = kstrtou32(buf, 10, &timeout); in qeth_vnicc_timeout_store()

Completed in 62 milliseconds

1234