| /linux/drivers/edac/ |
| H A D | mem_repair.c | 121 MR_ATTR_STORE(persist_mode, set_persist_mode, unsigned long, kstrtoul) in MR_ATTR_STORE() argument 124 MR_ATTR_STORE(nibble_mask, set_nibble_mask, unsigned long, kstrtoul) in MR_ATTR_STORE() 125 MR_ATTR_STORE(bank_group, set_bank_group, unsigned long, kstrtoul) in MR_ATTR_STORE() 126 MR_ATTR_STORE(bank, set_bank, unsigned long, kstrtoul) in MR_ATTR_STORE() 127 MR_ATTR_STORE(rank, set_rank, unsigned long, kstrtoul) in MR_ATTR_STORE() 128 MR_ATTR_STORE(row, set_row, unsigned long, kstrtoul) in MR_ATTR_STORE() 129 MR_ATTR_STORE(column, set_column, unsigned long, kstrtoul) in MR_ATTR_STORE() 130 MR_ATTR_STORE(channel, set_channel, unsigned long, kstrtoul) in MR_ATTR_STORE() 131 MR_ATTR_STORE(sub_channel, set_sub_channel, unsigned long, kstrtoul) in MR_ATTR_STORE() 144 ret = kstrtoul(buf, 0, &data); \ in MR_ATTR_STORE()
|
| H A D | ecs.c | 87 EDAC_ECS_ATTR_STORE(log_entry_type, set_log_entry_type, unsigned long, kstrtoul) in EDAC_ECS_ATTR_STORE() argument 88 EDAC_ECS_ATTR_STORE(mode, set_mode, unsigned long, kstrtoul) in EDAC_ECS_ATTR_STORE() 89 EDAC_ECS_ATTR_STORE(reset, reset, unsigned long, kstrtoul) in EDAC_ECS_ATTR_STORE() 90 EDAC_ECS_ATTR_STORE(threshold, set_threshold, unsigned long, kstrtoul) in EDAC_ECS_ATTR_STORE()
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-etm3x-sysfs.c | 74 ret = kstrtoul(buf, 16, &val); in reset_store() 116 ret = kstrtoul(buf, 16, &val); in mode_store() 201 ret = kstrtoul(buf, 16, &val); in trigger_event_store() 231 ret = kstrtoul(buf, 16, &val); in enable_event_store() 261 ret = kstrtoul(buf, 16, &val); in fifofull_level_store() 291 ret = kstrtoul(buf, 16, &val); in addr_idx_store() 342 ret = kstrtoul(buf, 16, &val); in addr_single_store() 463 ret = kstrtoul(buf, 16, &val); in addr_start_store() 517 ret = kstrtoul(buf, 16, &val); in addr_stop_store() 562 ret = kstrtoul(buf, 16, &val); in addr_acctype_store() [all …]
|
| H A D | coresight-tpdm.c | 126 if (kstrtoul(buf, 0, &val)) in tpdm_simple_dataset_store() 637 ret = kstrtoul(buf, 0, &val); in reset_dataset_store() 662 ret = kstrtoul(buf, 10, &val); in integration_test_store() 715 if ((kstrtoul(buf, 0, &val)) || (val & ~TPDM_DSB_MODE_MASK)) in dsb_mode_store() 750 if ((kstrtoul(buf, 0, &val)) || (val >= TPDM_DSB_MAX_LINES)) in ctrl_idx_store() 778 if ((kstrtoul(buf, 0, &edge_ctrl)) || (edge_ctrl > 0x2)) in ctrl_val_store() 807 if ((kstrtoul(buf, 0, &val)) || (val & ~1UL)) in ctrl_mask_store() 860 if ((kstrtoul(buf, 0, &val)) || (val & ~1UL)) in enable_ts_store() 894 if ((kstrtoul(buf, 0, &val)) || (val & ~1UL)) in set_type_store() 926 if ((kstrtoul(buf, 0, &val)) || (val & ~1UL)) in dsb_trig_type_store() [all …]
|
| /linux/drivers/media/pci/mgb4/ |
| H A D | mgb4_sysfs_out.c | 97 ret = kstrtoul(buf, 10, &val); in video_source_store() 166 ret = kstrtoul(buf, 10, &val); in display_width_store() 206 ret = kstrtoul(buf, 10, &val); in display_height_store() 250 ret = kstrtoul(buf, 10, &val); in frame_rate_store() 285 ret = kstrtoul(buf, 10, &val); in hsync_width_store() 321 ret = kstrtoul(buf, 10, &val); in vsync_width_store() 357 ret = kstrtoul(buf, 10, &val); in hback_porch_store() 393 ret = kstrtoul(buf, 10, &val); in vback_porch_store() 429 ret = kstrtoul(buf, 10, &val); in hfront_porch_store() 465 ret = kstrtoul(buf, 10, &val); in vfront_porch_store() [all …]
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | qat_crypto.c | 147 ret = kstrtoul(val, 0, &num_inst); in qat_crypto_create_instances() 169 ret = kstrtoul(val, 10, &sym_bank); in qat_crypto_create_instances() 178 ret = kstrtoul(val, 10, &asym_bank); in qat_crypto_create_instances() 187 ret = kstrtoul(val, 10, &num_msg_sym); in qat_crypto_create_instances() 198 ret = kstrtoul(val, 10, &num_msg_asym); in qat_crypto_create_instances()
|
| /linux/drivers/leds/trigger/ |
| H A D | ledtrig-oneshot.c | 54 ret = kstrtoul(buf, 0, &state); in led_invert_store() 83 ret = kstrtoul(buf, 0, &state); in led_delay_on_store() 107 ret = kstrtoul(buf, 0, &state); in led_delay_off_store()
|
| H A D | ledtrig-transient.c | 60 ret = kstrtoul(buf, 10, &state); in transient_activate_store() 111 ret = kstrtoul(buf, 10, &state); in transient_duration_store() 138 ret = kstrtoul(buf, 10, &state); in transient_state_store()
|
| H A D | ledtrig-timer.c | 33 ret = kstrtoul(buf, 10, &state); in led_delay_on_store() 58 ret = kstrtoul(buf, 10, &state); in led_delay_off_store()
|
| /linux/mm/damon/ |
| H A D | sysfs-common.c | 51 err = kstrtoul(buf, 0, &min); in min_store() 76 err = kstrtoul(buf, 0, &max); in max_store()
|
| /linux/drivers/accel/habanalabs/goya/ |
| H A D | goya_hwmgr.c | 73 rc = kstrtoul(buf, 0, &value); in mme_clk_store() 122 rc = kstrtoul(buf, 0, &value); in tpc_clk_store() 171 rc = kstrtoul(buf, 0, &value); in ic_clk_store() 331 rc = kstrtoul(buf, 0, &value); in high_pll_store()
|
| /linux/drivers/hwmon/ |
| H A D | atxp1.c | 100 err = kstrtoul(buf, 10, &vcore); in cpu0_vid_store() 173 err = kstrtoul(buf, 16, &value); in gpio1_store() 218 err = kstrtoul(buf, 16, &value); in gpio2_store()
|
| H A D | f75375s.c | 268 err = kstrtoul(buf, 10, &val); in set_fan_min() 288 err = kstrtoul(buf, 10, &val); in set_fan_target() 313 err = kstrtoul(buf, 10, &val); in set_pwm() 409 err = kstrtoul(buf, 10, &val); in set_pwm_enable() 430 err = kstrtoul(buf, 10, &val); in set_pwm_mode() 515 err = kstrtoul(buf, 10, &val); in set_in_max() 536 err = kstrtoul(buf, 10, &val); in set_in_min() 584 err = kstrtoul(buf, 10, &val); in set_temp_max() 605 err = kstrtoul(buf, 10, &val); in set_temp_max_hyst()
|
| H A D | lm93.c | 1155 err = kstrtoul(buf, 10, &val); in in_min_store() 1220 err = kstrtoul(buf, 10, &val); in in_max_store() 1422 err = kstrtoul(buf, 10, &val); in temp_auto_boost_hyst_store() 1467 err = kstrtoul(buf, 10, &val); in temp_auto_offset_store() 1545 err = kstrtoul(buf, 10, &val); in temp_auto_pwm_min_store() 1588 err = kstrtoul(buf, 10, &val); in temp_auto_offset_hyst_store() 1643 err = kstrtoul(buf, 10, &val); in fan_min_store() 1722 err = kstrtoul(buf, 10, &val); in fan_smart_tach_store() 1775 err = kstrtoul(buf, 10, &val); in pwm_store() 1823 err = kstrtoul(buf, 10, &val); in pwm_enable_store() [all …]
|
| H A D | tc654.c | 235 if (kstrtoul(buf, 10, &val)) in fan_min_store() 295 if (kstrtoul(buf, 10, &val)) in fan_pulses_store() 344 if (kstrtoul(buf, 10, &val)) in pwm_mode_store() 417 if (kstrtoul(buf, 10, &val)) in pwm_store()
|
| H A D | g762.c | 790 if (kstrtoul(buf, 10, &val)) in pwm1_mode_store() 821 if (kstrtoul(buf, 10, &val)) in fan1_div_store() 853 if (kstrtoul(buf, 10, &val)) in fan1_pulses_store() 896 if (kstrtoul(buf, 10, &val)) in pwm1_enable_store() 928 if (kstrtoul(buf, 10, &val)) in pwm1_store() 975 if (kstrtoul(buf, 10, &val)) in fan1_target_store()
|
| /linux/arch/x86/kernel/ |
| H A D | check.c | 43 ret = kstrtoul(arg, 10, &val); in set_corruption_check() 63 ret = kstrtoul(arg, 10, &val); in set_corruption_check_period()
|
| /linux/drivers/platform/x86/intel/ |
| H A D | rst.c | 41 error = kstrtoul(buf, 0, &value); in irst_store_wakeup_events() 85 error = kstrtoul(buf, 0, &value); in irst_store_wakeup_time()
|
| /linux/drivers/misc/ |
| H A D | isl29003.c | 200 ret = kstrtoul(buf, 10, &val); in isl29003_store_range() 236 ret = kstrtoul(buf, 10, &val); in isl29003_store_resolution() 269 ret = kstrtoul(buf, 10, &val); in isl29003_store_mode() 305 ret = kstrtoul(buf, 10, &val); in isl29003_store_power_state()
|
| H A D | bh1770glc.c | 637 ret = kstrtoul(buf, 0, &value); in bh1770_power_state_store() 717 ret = kstrtoul(buf, 0, &value); in bh1770_prox_enable_store() 817 ret = kstrtoul(buf, 0, &value); in bh1770_set_prox_rate_above() 835 ret = kstrtoul(buf, 0, &value); in bh1770_set_prox_rate_below() 860 ret = kstrtoul(buf, 0, &value); in bh1770_set_prox_thres() 892 ret = kstrtoul(buf, 0, &value); in bh1770_prox_persistence_store() 919 ret = kstrtoul(buf, 0, &value); in bh1770_prox_abs_thres_store() 966 ret = kstrtoul(buf, 0, &value); in bh1770_lux_calib_store() 1015 ret = kstrtoul(buf, 0, &rate_hz); in bh1770_set_lux_rate() 1054 ret = kstrtoul(buf, 0, &thresh); in bh1770_set_lux_thresh()
|
| /linux/drivers/hwtracing/intel_th/ |
| H A D | pti.c | 64 ret = kstrtoul(buf, 10, &val); in mode_store() 96 ret = kstrtoul(buf, 10, &val); in freerunning_clock_store() 124 ret = kstrtoul(buf, 10, &val); in clock_divider_store()
|
| /linux/fs/erofs/ |
| H A D | sysfs.c | 168 ret = kstrtoul(skip_spaces(buf), 0, &t); in erofs_attr_store() 183 ret = kstrtoul(skip_spaces(buf), 0, &t); in erofs_attr_store() 192 ret = kstrtoul(skip_spaces(buf), 0, &t); in erofs_attr_store()
|
| /linux/drivers/iio/trigger/ |
| H A D | iio-trig-sysfs.c | 35 ret = kstrtoul(buf, 10, &input); in iio_sysfs_trig_add() 54 ret = kstrtoul(buf, 10, &input); in iio_sysfs_trig_remove()
|
| /linux/drivers/acpi/ |
| H A D | acpi_pad.c | 284 if (kstrtoul(buf, 0, &num)) in rrtime_store() 306 if (kstrtoul(buf, 0, &num)) in idlepct_store() 328 if (kstrtoul(buf, 0, &num)) in idlecpus_store()
|
| /linux/drivers/hid/ |
| H A D | hid-ntrig.c | 237 if (kstrtoul(buf, 0, &val)) in set_min_width() 272 if (kstrtoul(buf, 0, &val)) in set_min_height() 306 if (kstrtoul(buf, 0, &val)) in set_activate_slack() 341 if (kstrtoul(buf, 0, &val)) in set_activation_width() 377 if (kstrtoul(buf, 0, &val)) in set_activation_height() 411 if (kstrtoul(buf, 0, &val)) in set_deactivate_slack()
|