| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/ |
| H A D | debug.c | 1100 if (kstrtou32(token, 0, ®_addr)) in ath6kl_regwrite_write() 1106 if (kstrtou32(sptr, 0, ®_val)) in ath6kl_regwrite_write() 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() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | dlpar.c | 460 if (kstrtou32(arg, 0, &count)) { in dlpar_parse_id_type() 471 if (kstrtou32(arg, 0, &index)) { in dlpar_parse_id_type() 486 if (kstrtou32(arg, 0, &index)) { in dlpar_parse_id_type() 500 if (kstrtou32(arg, 0, &count)) { in dlpar_parse_id_type()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | u_uac.h | 83 ret = kstrtou32(page, 0, &num); \ 140 ret = kstrtou32(token, 0, &num); \
|
| H 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()
|
| H 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()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/media/cec/core/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/ |
| H A D | qm.h | 311 ret = kstrtou32(val, 10, &n); in q_num_set() 326 ret = kstrtou32(val, 10, &n); in vfs_num_set()
|
| /OK3568_Linux_fs/kernel/security/safesetid/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/target/iscsi/ |
| H A D | iscsi_target_configfs.c | 66 rc = kstrtou32(page, 0, &op); in lio_target_np_driver_store() 300 ret = kstrtou32(page, 0, &val); \ 633 ret = kstrtou32(page, 0, &cmdsn_depth); in lio_target_nacl_cmdsn_depth_store() 748 ret = kstrtou32(page, 0, &val); \ 1033 ret = kstrtou32(page, 0, &op); in lio_target_tpg_enable_store() 1274 err = kstrtou32(page, 0, &op); in iscsi_disc_enforce_discovery_auth_store()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_sysfs.c | 299 ret = kstrtou32(buf, 0, &val); in gt_boost_freq_mhz_store() 348 ret = kstrtou32(buf, 0, &val); in gt_max_freq_mhz_store() 403 ret = kstrtou32(buf, 0, &val); in gt_min_freq_mhz_store()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | umwait.c | 173 ret = kstrtou32(buf, 0, &max_time); in max_time_store()
|
| /OK3568_Linux_fs/kernel/kernel/power/ |
| H A D | suspend_test.c | 164 if (kstrtou32(repeat, 0, &test_repeat_count_max)) in setup_test_suspend()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/ |
| H A D | debug.c | 123 if (kstrtou32(begin, 0, &arg[i]) != 0) in write_file_dump()
|
| /OK3568_Linux_fs/kernel/drivers/staging/iio/meter/ |
| H A D | ade7854.c | 146 ret = kstrtou32(buf, 10, &val); in ade7854_write_24bit() 167 ret = kstrtou32(buf, 10, &val); in ade7854_write_32bit()
|
| /OK3568_Linux_fs/kernel/security/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/mali/sources/itm/ |
| H A D | coresight_mali_source_itm_core.c | 135 err = kstrtou32(buf, 0, &val); in verify_store_reg()
|
| /OK3568_Linux_fs/kernel/drivers/platform/mellanox/ |
| H A D | mlxreg-io.c | 144 ret = kstrtou32(buf, 0, &input_val); in mlxreg_io_attr_store()
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/mali/sources/etm/ |
| H A D | coresight_mali_source_etm_core.c | 199 err = kstrtou32(buf, 0, &val); in verify_store_reg()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | addr.c | 191 if (kstrtou32(p, 10, &scope_id) != 0) in rpc_parse_scope_id()
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | sys.c | 193 error = kstrtou32(buf, 0, &id); in quota_refresh_user_store() 215 error = kstrtou32(buf, 0, &id); in quota_refresh_group_store()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | display-sysfs.c | 218 r = kstrtou32(buf, 0, &wss); in display_wss_store()
|
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | qeth_l2_sys.c | 298 rc = kstrtou32(buf, 10, &timeout); in qeth_vnicc_timeout_store()
|
| /OK3568_Linux_fs/kernel/drivers/target/ |
| H A D | target_core_configfs.c | 558 ret = kstrtou32(page, 0, &val); \ 683 ret = kstrtou32(page, 0, &val); in emulate_ua_intlck_ctrl_store() 790 ret = kstrtou32(page, 0, &flag); in pi_prot_type_store() 1006 ret = kstrtou32(page, 0, &val); in queue_depth_store() 1042 ret = kstrtou32(page, 0, &val); in optimal_sectors_store() 1072 ret = kstrtou32(page, 0, &val); in block_size_store()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | sysfs.c | 294 if (kstrtou32(buf, 0, &value)) in store_pw20_state() 416 if (kstrtou32(buf, 0, &value)) in store_altivec_idle()
|