Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Ddebugfs-vif.c522 ret = kstrtou32(data, 10, &value); in iwl_dbgfs_tof_enable_write()
530 ret = kstrtou32(data, 10, &value); in iwl_dbgfs_tof_enable_write()
538 ret = kstrtou32(data, 10, &value); in iwl_dbgfs_tof_enable_write()
546 ret = kstrtou32(data, 10, &value); in iwl_dbgfs_tof_enable_write()
554 ret = kstrtou32(data, 10, &value); in iwl_dbgfs_tof_enable_write()
611 ret = kstrtou32(data, 10, &value); in iwl_dbgfs_tof_responder_params_write()
620 ret = kstrtou32(data, 10, &value); in iwl_dbgfs_tof_responder_params_write()
628 ret = kstrtou32(data, 10, &value); in iwl_dbgfs_tof_responder_params_write()
636 ret = kstrtou32(data, 10, &value); in iwl_dbgfs_tof_responder_params_write()
644 ret = kstrtou32(data, 10, &value); in iwl_dbgfs_tof_responder_params_write()
[all …]
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Ddebug.c1097 if (kstrtou32(token, 0, &reg_addr)) in ath6kl_regwrite_write()
1103 if (kstrtou32(sptr, 0, &reg_val)) in ath6kl_regwrite_write()
1446 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
1453 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
1460 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
1467 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
1474 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
1501 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
1508 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
1515 if (kstrtou32(token, 0, &val32)) in ath6kl_create_qos_write()
[all …]
/linux-4.4.14/lib/
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-4.4.14/arch/powerpc/platforms/pseries/
Ddlpar.c390 rc = kstrtou32(buf, 0, &drc_index); in dlpar_cpu_probe()
591 if (kstrtou32(arg, 0, &index)) { in dlpar_store()
603 if (kstrtou32(arg, 0, &count)) { in dlpar_store()
/linux-4.4.14/kernel/power/
Dsuspend_test.c165 if (kstrtou32(repeat, 0, &test_repeat_count_max)) in setup_test_suspend()
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
Ddebug.c129 if (kstrtou32(begin, 0, &arg[i]) != 0) in write_file_dump()
/linux-4.4.14/drivers/target/iscsi/
Discsi_target_configfs.c71 ret = kstrtou32(page, 0, &op); in lio_target_np_sctp_store()
368 ret = kstrtou32(page, 0, &val); \
701 ret = kstrtou32(page, 0, &cmdsn_depth); in lio_target_nacl_cmdsn_depth_store()
846 ret = kstrtou32(page, 0, &val); \
1129 ret = kstrtou32(page, 0, &op); in lio_target_tpg_enable_store()
1383 err = kstrtou32(page, 0, &op); in iscsi_disc_enforce_discovery_auth_store()
/linux-4.4.14/arch/mips/loongson64/common/
Denv.c42 tmp = kstrtou32((char *)p + strlen(option"="), 10, &res); \
/linux-4.4.14/drivers/usb/gadget/function/
Df_loopback.c504 ret = kstrtou32(page, 0, &num); in f_lb_opts_qlen_store()
542 ret = kstrtou32(page, 0, &num); in f_lb_opts_bulk_buflen_store()
Df_uac1.c810 ret = kstrtou32(page, 0, &num); \
Df_sourcesink.c1143 ret = kstrtou32(page, 0, &num); in f_ss_opts_bulk_buflen_store()
Df_midi.c943 ret = kstrtou32(page, 0, &num); \
Duvc_configfs.c119 UVCG_CTRL_HDR_ATTR(dw_clock_frequency, dwClockFrequency, le32_to_cpu, kstrtou32,
1094 ret = kstrtou32(buf, 0, &num); in __uvcg_fill_frm_intrv()
Df_uac2.c1480 ret = kstrtou32(page, 0, &num); \
/linux-4.4.14/security/
Ddevice_cgroup.c672 rc = kstrtou32(temp, 10, &ex.major); in devcgroup_update_access()
694 rc = kstrtou32(temp, 10, &ex.minor); in devcgroup_update_access()
/linux-4.4.14/drivers/staging/iio/meter/
Dade7854.c147 ret = kstrtou32(buf, 10, &val); in ade7854_write_24bit()
168 ret = kstrtou32(buf, 10, &val); in ade7854_write_32bit()
/linux-4.4.14/net/sunrpc/
Daddr.c187 if (kstrtou32(p, 10, &scope_id) == 0) { in rpc_parse_scope_id()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_sysfs.c366 ret = kstrtou32(buf, 0, &val); in gt_max_freq_mhz_store()
429 ret = kstrtou32(buf, 0, &val); in gt_min_freq_mhz_store()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddisplay-sysfs.c229 r = kstrtou32(buf, 0, &wss); in display_wss_store()
/linux-4.4.14/net/batman-adv/
Dsysfs.c530 if (kstrtou32(mask_ptr, 16, &mask) < 0) in batadv_store_isolation_mark()
535 if (kstrtou32(buff, 0, &mark) < 0) in batadv_store_isolation_mark()
/linux-4.4.14/fs/gfs2/
Dsys.c205 error = kstrtou32(buf, 0, &id); in quota_refresh_user_store()
227 error = kstrtou32(buf, 0, &id); in quota_refresh_group_store()
/linux-4.4.14/drivers/hwmon/
Dibmpowernv.c187 err = kstrtou32(buf, 10, index); in get_sensor_index_attr()
/linux-4.4.14/drivers/target/
Dtarget_core_configfs.c512 ret = kstrtou32(page, 0, &val); \
629 ret = kstrtou32(page, 0, &val); in emulate_ua_intlck_ctrl_store()
734 ret = kstrtou32(page, 0, &flag); in pi_prot_type_store()
880 ret = kstrtou32(page, 0, &val); in queue_depth_store()
916 ret = kstrtou32(page, 0, &val); in optimal_sectors_store()
946 ret = kstrtou32(page, 0, &val); in block_size_store()
/linux-4.4.14/arch/powerpc/kernel/
Dsysfs.c150 if (kstrtou32(buf, 0, &value)) in store_pw20_state()
272 if (kstrtou32(buf, 0, &value)) in store_altivec_idle()
/linux-4.4.14/drivers/xen/
Dsys-hypervisor.c443 ret = kstrtou32(buffer, 0, &features); in pmu_features_store()
/linux-4.4.14/arch/mips/bcm47xx/
Dsprom.c103 err = kstrtou32(strim(buf), 0, &val); in NVRAM_READ_VAL()
124 err = kstrtou32(strim(buf), 0, &val); in nvram_read_leddc()
/linux-4.4.14/drivers/net/can/
Dslcan.c178 if (kstrtou32(sl->rbuff + SLC_CMD_LEN, 16, &tmpid)) in slc_bump()
/linux-4.4.14/include/linux/
Dkernel.h345 static inline int __must_check kstrtou32(const char *s, unsigned int base, u32 *res) in kstrtou32() function
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_sysfs.c475 ret = kstrtou32(buf, 0, &val); in diagc_attr_store()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_pm.c241 err = kstrtou32(buf, 10, &value); in amdgpu_hwmon_set_pwm1()
/linux-4.4.14/drivers/staging/unisys/visorbus/
Dvisorchipset.c618 if (kstrtou32(buf, 10, &error)) in error_store()
648 if (kstrtou32(buf, 10, &text_id)) in textid_store()
/linux-4.4.14/drivers/scsi/ufs/
Dufs-qcom.c803 if (!kstrtou32(buf, 0, &value)) { in store_ufs_to_mem_max_bus_bw()
/linux-4.4.14/net/core/
Dnet-sysfs.c1032 err = kstrtou32(buf, 10, &rate); in set_tx_maxrate()
/linux-4.4.14/drivers/thermal/
Dthermal_core.c940 if (kstrtou32(buf, 10, &sustainable_power)) in sustainable_power_store()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_pm.c619 err = kstrtou32(buf, 10, &value); in radeon_hwmon_set_pwm1()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2100.c4167 ret = kstrtou32(buf, 0, &val); in store_debug_level()