/linux/drivers/net/wireless/ath/ath6kl/ |
A D | debug.c | 1448 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 D | dlpar.c | 471 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 D | test-kstrtox.c | 422 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 D | qm.h | 340 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 D | cec-pin-error-inj.c | 131 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 D | securityfs.c | 45 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 D | i915_sysfs.c | 295 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 D | umwait.c | 173 ret = kstrtou32(buf, 0, &max_time); in max_time_store()
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
A D | debugfs.c | 159 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 D | suspend_test.c | 164 if (kstrtou32(repeat, 0, &test_repeat_count_max)) in setup_test_suspend()
|
/linux/drivers/target/iscsi/ |
A D | iscsi_target_configfs.c | 66 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 D | f_loopback.c | 498 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 D | f_sourcesink.c | 1130 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 D | kstrtox.h | 84 static inline int __must_check kstrtou32(const char *s, unsigned int base, u32 *res) in kstrtou32() function
|
/linux/drivers/staging/iio/meter/ |
A D | ade7854.c | 146 ret = kstrtou32(buf, 10, &val); in ade7854_write_24bit() 167 ret = kstrtou32(buf, 10, &val); in ade7854_write_32bit()
|
/linux/drivers/ptp/ |
A D | ptp_sysfs.c | 198 if (kstrtou32(buf, 0, &num)) in n_vclocks_store() 270 if (kstrtou32(buf, 0, &max) || max == 0) in max_vclocks_store()
|
/linux/security/ |
A D | device_cgroup.c | 667 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 D | mlxreg-io.c | 144 ret = kstrtou32(buf, 0, &input_val); in mlxreg_io_attr_store()
|
/linux/drivers/thermal/intel/int340x_thermal/ |
A D | processor_thermal_rfim.c | 202 ret = kstrtou32(buf, 10, &input); in rfi_restriction_store()
|
/linux/net/sunrpc/ |
A D | addr.c | 191 if (kstrtou32(p, 10, &scope_id) != 0) in rpc_parse_scope_id()
|
/linux/drivers/gpu/drm/aspeed/ |
A D | aspeed_gfx_drv.c | 255 rc = kstrtou32(buf, 0, &val); in dac_mux_store()
|
/linux/drivers/target/ |
A D | target_core_configfs.c | 559 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 D | sys.c | 258 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 D | display-sysfs.c | 218 r = kstrtou32(buf, 0, &wss); in display_wss_store()
|
/linux/drivers/s390/net/ |
A D | qeth_l2_sys.c | 298 rc = kstrtou32(buf, 10, &timeout); in qeth_vnicc_timeout_store()
|