/linux-2.6.39/drivers/edac/ |
D | amd64_edac_inj.c | 22 ret = strict_strtoul(data, 10, &value); in amd64_inject_section_store() 55 ret = strict_strtoul(data, 10, &value); in amd64_inject_word_store() 87 ret = strict_strtoul(data, 16, &value); in amd64_inject_ecc_vector_store() 114 ret = strict_strtoul(data, 10, &value); in amd64_inject_read_store() 147 ret = strict_strtoul(data, 10, &value); in amd64_inject_write_store()
|
D | mce_amd_inj.c | 45 ret = strict_strtoul(data, 16, &value); \ 85 ret = strict_strtoul(data, 10, &value); in edac_inject_bank_store()
|
/linux-2.6.39/drivers/staging/iio/adc/ |
D | ad7152.c | 256 ret = strict_strtoul(buf, 10, &data); in ad7152_store_ch1_offset() 292 ret = strict_strtoul(buf, 10, &data); in ad7152_store_ch2_offset() 328 ret = strict_strtoul(buf, 10, &data); in ad7152_store_ch1_gain() 364 ret = strict_strtoul(buf, 10, &data); in ad7152_store_ch2_gain() 400 ret = strict_strtoul(buf, 10, &data); in ad7152_store_ch1_setup() 435 ret = strict_strtoul(buf, 10, &data); in ad7152_store_ch2_setup() 470 ret = strict_strtoul(buf, 10, &data); in ad7152_store_filter_rate_setup()
|
D | ad7745.c | 237 ret = strict_strtoul(buf, 10, &data); in ad774x_store_dac_value() 278 ret = strict_strtoul(buf, 10, &data); in ad774x_store_cap_setup() 313 ret = strict_strtoul(buf, 10, &data); in ad774x_store_vt_setup() 348 ret = strict_strtoul(buf, 10, &data); in ad774x_store_exec_setup() 383 ret = strict_strtoul(buf, 10, &data); in ad774x_store_volt_gain() 453 ret = strict_strtoul(buf, 10, &data); in ad774x_store_cap_offs() 489 ret = strict_strtoul(buf, 10, &data); in ad774x_store_cap_gain()
|
D | ad7150.c | 330 ret = strict_strtoul(buf, 10, &data); in ad7150_store_ch1_threshold() 366 ret = strict_strtoul(buf, 10, &data); in ad7150_store_ch2_threshold() 402 ret = strict_strtoul(buf, 10, &data); in ad7150_store_ch1_sensitivity() 437 ret = strict_strtoul(buf, 10, &data); in ad7150_store_ch2_sensitivity() 472 ret = strict_strtoul(buf, 10, &data); in ad7150_store_ch1_timeout() 507 ret = strict_strtoul(buf, 10, &data); in ad7150_store_ch2_timeout() 542 ret = strict_strtoul(buf, 10, &data); in ad7150_store_ch1_setup() 578 ret = strict_strtoul(buf, 10, &data); in ad7150_store_ch2_setup() 624 ret = strict_strtoul(buf, 10, &data); in ad7150_store_powerdown_timer()
|
/linux-2.6.39/drivers/misc/ |
D | spear13xx_pcie_gadget.c | 319 if (strict_strtoul(buf, 0, &config->requested_msi)) in pcie_gadget_store_no_of_msi() 334 if (strict_strtoul(buf, 0, &en)) in pcie_gadget_store_inta() 355 if (strict_strtoul(buf, 0, &vector)) in pcie_gadget_store_send_msi() 399 if (strict_strtoul(buf, 0, &id)) in pcie_gadget_store_vendor_id() 424 if (strict_strtoul(buf, 0, &id)) in pcie_gadget_store_device_id() 447 if (strict_strtoul(buf, 0, &size)) in pcie_gadget_store_bar0_size() 494 if (strict_strtoul(buf, 0, &address)) in pcie_gadget_store_bar0_address() 522 if (strict_strtoul(buf, 0, &offset)) in pcie_gadget_store_bar0_rw_offset() 553 if (strict_strtoul(buf, 0, &data)) in pcie_gadget_store_bar0_data()
|
D | isl29003.c | 211 if ((strict_strtoul(buf, 10, &val) < 0) || (val > 3)) in isl29003_store_range() 242 if ((strict_strtoul(buf, 10, &val) < 0) || (val > 3)) in isl29003_store_resolution() 270 if ((strict_strtoul(buf, 10, &val) < 0) || (val > 2)) in isl29003_store_mode() 301 if ((strict_strtoul(buf, 10, &val) < 0) || (val > 1)) in isl29003_store_power_state()
|
D | bh1770glc.c | 654 if (strict_strtoul(buf, 0, &value)) in bh1770_power_state_store() 730 if (strict_strtoul(buf, 0, &value)) in bh1770_prox_enable_store() 828 if (strict_strtoul(buf, 0, &value)) in bh1770_set_prox_rate_above() 844 if (strict_strtoul(buf, 0, &value)) in bh1770_set_prox_rate_below() 868 if (strict_strtoul(buf, 0, &value)) in bh1770_set_prox_thres() 897 if (strict_strtoul(buf, 0, &value)) in bh1770_prox_persistence_store() 922 if (strict_strtoul(buf, 0, &value)) in bh1770_prox_abs_thres_store() 967 if (strict_strtoul(buf, 0, &value)) in bh1770_lux_calib_store() 1015 if (strict_strtoul(buf, 0, &rate_hz)) in bh1770_set_lux_rate() 1053 if (strict_strtoul(buf, 0, &thresh)) in bh1770_set_lux_thresh()
|
/linux-2.6.39/drivers/video/via/ |
D | viafbdev.c | 1155 strict_strtoul(value, 0, (unsigned long *)®_val); in viafb_dvp0_proc_write() 1225 strict_strtoul(value, 0, (unsigned long *)®_val); in viafb_dvp1_proc_write() 1283 strict_strtoul(&buf[0], 0, (unsigned long *)®_val); in viafb_dfph_proc_write() 1322 strict_strtoul(&buf[0], 0, (unsigned long *)®_val); in viafb_dfpl_proc_write() 1391 strict_strtoul(value, 0, in viafb_vt1636_proc_write() 1428 strict_strtoul(value, 0, in viafb_vt1636_proc_write() 1947 strict_strtoul(this_opt + 11, 0, in viafb_setup() 1950 strict_strtoul(this_opt + 10, 0, in viafb_setup() 1953 strict_strtoul(this_opt + 15, 0, in viafb_setup() 1956 strict_strtoul(this_opt + 14, 0, in viafb_setup() [all …]
|
/linux-2.6.39/net/batman-adv/ |
D | gateway_common.c | 99 ret = strict_strtoul(buff, 10, down); in parse_gw_bandwidth() 124 ret = strict_strtoul(slash_ptr + 1, 10, up); in parse_gw_bandwidth()
|
/linux-2.6.39/net/sunrpc/ |
D | addr.c | 184 if (strict_strtoul(p, 10, &scope_id) == 0) { in rpc_parse_scope_id() 324 if (unlikely(strict_strtoul(c + 1, 10, &portlo) != 0)) in rpc_uaddr2sockaddr() 333 if (unlikely(strict_strtoul(c + 1, 10, &porthi) != 0)) in rpc_uaddr2sockaddr()
|
/linux-2.6.39/arch/powerpc/sysdev/ |
D | fsl_85xx_l2ctlr.c | 37 if (!sram_size || (strict_strtoul(sram_size, 0, &val) < 0)) in get_cache_sram_size() 47 if (!sram_offset || (strict_strtoul(sram_offset, 0, &val) < 0)) in get_cache_sram_offset()
|
/linux-2.6.39/arch/mips/alchemy/gpr/ |
D | init.c | 56 strict_strtoul(memsize_str, 0, &memsize); in prom_init()
|
/linux-2.6.39/arch/mips/alchemy/xxs1500/ |
D | init.c | 54 if (!memsize_str || strict_strtoul(memsize_str, 0, &memsize)) in prom_init()
|
/linux-2.6.39/arch/mips/alchemy/mtx-1/ |
D | init.c | 59 strict_strtoul(memsize_str, 0, &memsize); in prom_init()
|
/linux-2.6.39/arch/mips/alchemy/devboards/ |
D | prom.c | 57 if (!memsize_str || strict_strtoul(memsize_str, 0, &memsize)) in prom_init()
|
D | pm.c | 161 tmp = strict_strtoul(instr, 0, &l); in db1x_pmattr_store() 184 tmp = strict_strtoul(instr, 0, &l); in db1x_pmattr_store()
|
/linux-2.6.39/drivers/rtc/ |
D | rtc-pcf2123.c | 95 if (strict_strtoul(r->name, 16, ®)) in pcf2123_show() 118 if (strict_strtoul(r->name, 16, ®) in pcf2123_store() 119 || strict_strtoul(buffer, 10, &val)) in pcf2123_store()
|
/linux-2.6.39/drivers/input/mouse/ |
D | sentelic.c | 420 if (strict_strtoul(rest + 1, 16, &val) || val > 0xff) in fsp_attr_set_setreg() 455 if (strict_strtoul(buf, 16, ®) || reg > 0xff) in fsp_attr_set_getreg() 486 if (strict_strtoul(buf, 16, &val) || val > 0xff) in fsp_attr_set_pagereg() 511 if (strict_strtoul(buf, 10, &val) || val > 1) in fsp_attr_set_vscroll() 535 if (strict_strtoul(buf, 10, &val) || val > 1) in fsp_attr_set_hscroll()
|
/linux-2.6.39/drivers/hid/ |
D | hid-ntrig.c | 240 if (strict_strtoul(buf, 0, &val)) in set_min_width() 275 if (strict_strtoul(buf, 0, &val)) in set_min_height() 309 if (strict_strtoul(buf, 0, &val)) in set_activate_slack() 344 if (strict_strtoul(buf, 0, &val)) in set_activation_width() 380 if (strict_strtoul(buf, 0, &val)) in set_activation_height() 414 if (strict_strtoul(buf, 0, &val)) in set_deactivate_slack()
|
/linux-2.6.39/drivers/hwmon/ |
D | emc1403.c | 83 if (strict_strtoul(buf, 10, &val)) in store_temp() 101 if (strict_strtoul(buf, 10, &val)) in store_bit() 154 if (strict_strtoul(buf, 10, &val)) in store_hyst()
|
/linux-2.6.39/arch/microblaze/kernel/ |
D | traps.c | 30 return !strict_strtoul(s, 0, &kstack_depth_to_print); in kstack_setup()
|
/linux-2.6.39/security/integrity/ima/ |
D | ima_audit.c | 27 if (!strict_strtoul(str, 0, &audit)) in ima_audit_setup()
|
/linux-2.6.39/drivers/staging/line6/ |
D | variax.c | 325 ret = strict_strtoul(buf, 10, &value); in variax_set_volume() 359 ret = strict_strtoul(buf, 10, &value); in variax_set_model() 393 ret = strict_strtoul(buf, 10, &value); in variax_set_active() 424 ret = strict_strtoul(buf, 10, &value); in variax_set_tone()
|
/linux-2.6.39/drivers/mfd/ |
D | ab8500-debugfs.c | 433 err = strict_strtoul(buf, 0, &user_bank); in ab8500_bank_write() 473 err = strict_strtoul(buf, 0, &user_address); in ab8500_address_write() 523 err = strict_strtoul(buf, 0, &user_val); in ab8500_val_write()
|