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

/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Ddebug.c1088 if (kstrtou32(token, 0, &reg_addr)) ath6kl_regwrite_write()
1094 if (kstrtou32(sptr, 0, &reg_val)) ath6kl_regwrite_write()
1437 if (kstrtou32(token, 0, &val32)) ath6kl_create_qos_write()
1444 if (kstrtou32(token, 0, &val32)) ath6kl_create_qos_write()
1451 if (kstrtou32(token, 0, &val32)) ath6kl_create_qos_write()
1458 if (kstrtou32(token, 0, &val32)) ath6kl_create_qos_write()
1465 if (kstrtou32(token, 0, &val32)) ath6kl_create_qos_write()
1492 if (kstrtou32(token, 0, &val32)) ath6kl_create_qos_write()
1499 if (kstrtou32(token, 0, &val32)) ath6kl_create_qos_write()
1506 if (kstrtou32(token, 0, &val32)) ath6kl_create_qos_write()
1513 if (kstrtou32(token, 0, &val32)) ath6kl_create_qos_write()
1520 if (kstrtou32(token, 0, &val32)) ath6kl_create_qos_write()
1527 if (kstrtou32(token, 0, &val32)) ath6kl_create_qos_write()
1534 if (kstrtou32(token, 0, &val32)) ath6kl_create_qos_write()
1541 if (kstrtou32(token, 0, &val32)) ath6kl_create_qos_write()
/linux-4.1.27/lib/
H A Dtest-kstrtox.c426 TEST_OK(kstrtou32, u32, "%u", test_u32_ok); test_kstrtou32_ok()
445 TEST_FAIL(kstrtou32, u32, "%u", test_u32_fail); test_kstrtou32_fail()
/linux-4.1.27/arch/powerpc/platforms/pseries/
H A Ddlpar.c411 rc = kstrtou32(buf, 0, &drc_index); dlpar_cpu_probe()
611 if (kstrtou32(arg, 0, &index)) { dlpar_store()
623 if (kstrtou32(arg, 0, &count)) { dlpar_store()
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
H A Ddebug.c129 if (kstrtou32(begin, 0, &arg[i]) != 0) write_file_dump()
/linux-4.1.27/arch/mips/loongson/common/
H A Denv.c42 tmp = kstrtou32((char *)p + strlen(option"="), 10, &res); \
/linux-4.1.27/kernel/power/
H A Dsuspend_test.c165 if (kstrtou32(repeat, 0, &test_repeat_count_max)) setup_test_suspend()
/linux-4.1.27/drivers/staging/iio/meter/
H A Dade7854.c147 ret = kstrtou32(buf, 10, &val); ade7854_write_24bit()
168 ret = kstrtou32(buf, 10, &val); ade7854_write_32bit()
/linux-4.1.27/drivers/usb/gadget/function/
H A Df_loopback.c460 ret = kstrtou32(page, 0, &num); f_lb_opts_qlen_store()
499 ret = kstrtou32(page, 0, &num); f_lb_opts_bulk_buflen_store()
H A Df_uac1.c817 ret = kstrtou32(page, 0, &num); \
H A Duvc_configfs.c127 UVCG_CTRL_HDR_ATTR(dw_clock_frequency, dwClockFrequency, le32_to_cpu, kstrtou32,
1148 ret = kstrtou32(buf, 0, &num); __uvcg_fill_frm_intrv()
H A Df_midi.c945 ret = kstrtou32(page, 0, &num); \
H A Df_sourcesink.c1166 ret = kstrtou32(page, 0, &num); f_ss_opts_bulk_buflen_store()
H A Df_uac2.c1489 ret = kstrtou32(page, 0, &num); \
/linux-4.1.27/drivers/target/iscsi/
H A Discsi_target_configfs.c80 ret = kstrtou32(page, 0, &op); lio_target_np_store_sctp()
385 ret = kstrtou32(page, 0, &val); \
789 ret = kstrtou32(page, 0, &cmdsn_depth); lio_target_nacl_store_cmdsn_depth()
981 ret = kstrtou32(page, 0, &val); \
1382 ret = kstrtou32(page, 0, &op); lio_target_tpg_store_enable()
1669 err = kstrtou32(page, 0, &op); iscsi_disc_store_enforce_discovery_auth()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Ddisplay-sysfs.c229 r = kstrtou32(buf, 0, &wss); display_wss_store()
/linux-4.1.27/net/sunrpc/
H A Daddr.c187 if (kstrtou32(p, 10, &scope_id) == 0) { rpc_parse_scope_id()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_sysfs.c396 ret = kstrtou32(buf, 0, &val); gt_max_freq_mhz_store()
459 ret = kstrtou32(buf, 0, &val); gt_min_freq_mhz_store()
/linux-4.1.27/arch/powerpc/kernel/
H A Dsysfs.c150 if (kstrtou32(buf, 0, &value)) store_pw20_state()
272 if (kstrtou32(buf, 0, &value)) store_altivec_idle()
/linux-4.1.27/net/batman-adv/
H A Dsysfs.c511 if (kstrtou32(mask_ptr, 16, &mask) < 0) batadv_store_isolation_mark()
516 if (kstrtou32(buff, 0, &mark) < 0) batadv_store_isolation_mark()
/linux-4.1.27/security/
H A Ddevice_cgroup.c672 rc = kstrtou32(temp, 10, &ex.major); devcgroup_update_access()
694 rc = kstrtou32(temp, 10, &ex.minor); devcgroup_update_access()
/linux-4.1.27/drivers/hwmon/
H A Dibmpowernv.c187 err = kstrtou32(buf, 10, index); get_sensor_index_attr()
/linux-4.1.27/arch/mips/bcm47xx/
H A Dsprom.c103 err = kstrtou32(strim(buf), 0, &val); nvram_read_u32_2()
124 err = kstrtou32(strim(buf), 0, &val); nvram_read_leddc()
/linux-4.1.27/drivers/net/can/
H A Dslcan.c178 if (kstrtou32(sl->rbuff + SLC_CMD_LEN, 16, &tmpid)) slc_bump()
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_sysfs.c475 ret = kstrtou32(buf, 0, &val); diagc_attr_store()
/linux-4.1.27/drivers/staging/unisys/visorchipset/
H A Dvisorchipset_main.c436 if (kstrtou32(buf, 10, &error) != 0) error_store()
466 if (kstrtou32(buf, 10, &text_id) != 0) textid_store()
/linux-4.1.27/drivers/scsi/ufs/
H A Dufs-qcom.c851 if (!kstrtou32(buf, 0, &value)) { store_ufs_to_mem_max_bus_bw()
/linux-4.1.27/net/core/
H A Dnet-sysfs.c1015 err = kstrtou32(buf, 10, &rate); set_tx_maxrate()
/linux-4.1.27/include/linux/
H A Dkernel.h344 static inline int __must_check kstrtou32(const char *s, unsigned int base, u32 *res) kstrtou32() function
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_pm.c622 err = kstrtou32(buf, 10, &value); radeon_hwmon_set_pwm1()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
H A Dipw2100.c4167 ret = kstrtou32(buf, 0, &val); store_debug_level()

Completed in 1855 milliseconds