/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
H A D | debug.c | 1088 if (kstrtou32(token, 0, ®_addr)) ath6kl_regwrite_write() 1094 if (kstrtou32(sptr, 0, ®_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 D | test-kstrtox.c | 426 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 D | dlpar.c | 411 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 D | debug.c | 129 if (kstrtou32(begin, 0, &arg[i]) != 0) write_file_dump()
|
/linux-4.1.27/arch/mips/loongson/common/ |
H A D | env.c | 42 tmp = kstrtou32((char *)p + strlen(option"="), 10, &res); \
|
/linux-4.1.27/kernel/power/ |
H A D | suspend_test.c | 165 if (kstrtou32(repeat, 0, &test_repeat_count_max)) setup_test_suspend()
|
/linux-4.1.27/drivers/staging/iio/meter/ |
H A D | ade7854.c | 147 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 D | f_loopback.c | 460 ret = kstrtou32(page, 0, &num); f_lb_opts_qlen_store() 499 ret = kstrtou32(page, 0, &num); f_lb_opts_bulk_buflen_store()
|
H A D | f_uac1.c | 817 ret = kstrtou32(page, 0, &num); \
|
H A D | uvc_configfs.c | 127 UVCG_CTRL_HDR_ATTR(dw_clock_frequency, dwClockFrequency, le32_to_cpu, kstrtou32, 1148 ret = kstrtou32(buf, 0, &num); __uvcg_fill_frm_intrv()
|
H A D | f_midi.c | 945 ret = kstrtou32(page, 0, &num); \
|
H A D | f_sourcesink.c | 1166 ret = kstrtou32(page, 0, &num); f_ss_opts_bulk_buflen_store()
|
H A D | f_uac2.c | 1489 ret = kstrtou32(page, 0, &num); \
|
/linux-4.1.27/drivers/target/iscsi/ |
H A D | iscsi_target_configfs.c | 80 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 D | display-sysfs.c | 229 r = kstrtou32(buf, 0, &wss); display_wss_store()
|
/linux-4.1.27/net/sunrpc/ |
H A D | addr.c | 187 if (kstrtou32(p, 10, &scope_id) == 0) { rpc_parse_scope_id()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | i915_sysfs.c | 396 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 D | sysfs.c | 150 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 D | sysfs.c | 511 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 D | device_cgroup.c | 672 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 D | ibmpowernv.c | 187 err = kstrtou32(buf, 10, index); get_sensor_index_attr()
|
/linux-4.1.27/arch/mips/bcm47xx/ |
H A D | sprom.c | 103 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 D | slcan.c | 178 if (kstrtou32(sl->rbuff + SLC_CMD_LEN, 16, &tmpid)) slc_bump()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
H A D | qib_sysfs.c | 475 ret = kstrtou32(buf, 0, &val); diagc_attr_store()
|
/linux-4.1.27/drivers/staging/unisys/visorchipset/ |
H A D | visorchipset_main.c | 436 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 D | ufs-qcom.c | 851 if (!kstrtou32(buf, 0, &value)) { store_ufs_to_mem_max_bus_bw()
|
/linux-4.1.27/net/core/ |
H A D | net-sysfs.c | 1015 err = kstrtou32(buf, 10, &rate); set_tx_maxrate()
|
/linux-4.1.27/include/linux/ |
H A D | kernel.h | 344 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 D | radeon_pm.c | 622 err = kstrtou32(buf, 10, &value); radeon_hwmon_set_pwm1()
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
H A D | ipw2100.c | 4167 ret = kstrtou32(buf, 0, &val); store_debug_level()
|