Home
last modified time | relevance | path

Searched refs:kstrtoul (Results 1 - 25 of 790) sorted by relevance

12345678910>>...32

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-etm3x-sysfs.c74 ret = kstrtoul(buf, 16, &val); in reset_store()
115 ret = kstrtoul(buf, 16, &val); in mode_store()
200 ret = kstrtoul(buf, 16, &val); in trigger_event_store()
230 ret = kstrtoul(buf, 16, &val); in enable_event_store()
260 ret = kstrtoul(buf, 16, &val); in fifofull_level_store()
290 ret = kstrtoul(buf, 16, &val); in addr_idx_store()
341 ret = kstrtoul(buf, 16, &val); in addr_single_store()
462 ret = kstrtoul(buf, 16, &val); in addr_start_store()
516 ret = kstrtoul(buf, 16, &val); in addr_stop_store()
561 ret = kstrtoul(bu in addr_acctype_store()
[all...]
H A Dcoresight-etm4x-sysfs.c173 if (kstrtoul(buf, 16, &val)) in reset_store()
296 if (kstrtoul(buf, 16, &val)) in mode_store()
462 if (kstrtoul(buf, 16, &val)) in pe_store()
497 if (kstrtoul(buf, 16, &val)) in event_store()
546 if (kstrtoul(buf, 16, &val)) in event_instren_store()
597 if (kstrtoul(buf, 16, &val)) in event_ts_store()
627 if (kstrtoul(buf, 16, &val)) in syncfreq_store()
657 if (kstrtoul(buf, 16, &val)) in cyc_threshold_store()
690 if (kstrtoul(buf, 16, &val)) in bb_ctrl_store()
730 if (kstrtoul(bu in event_vinst_store()
[all...]
H A Dcoresight-cti-sysfs.c107 ret = kstrtoul(buf, 0, &val); in enable_store()
250 if (kstrtoul(buf, 0, &val)) in cti_reg32_store()
304 if (kstrtoul(buf, 0, &val)) in inout_sel_store()
340 if (kstrtoul(buf, 0, &val)) in inen_store()
379 if (kstrtoul(buf, 0, &val)) in outen_store()
400 if (kstrtoul(buf, 0, &val)) in intack_store()
420 if (kstrtoul(buf, 0, &val)) in appclear_store()
444 if (kstrtoul(buf, 0, &val)) in apppulse_store()
491 if (kstrtoul(buf, 0, &val)) \
512 if (kstrtoul(bu
[all...]
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-etm3x-sysfs.c74 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(bu in addr_acctype_store()
[all...]
H A Dcoresight-etm4x-sysfs.c174 if (kstrtoul(buf, 16, &val)) in reset_store()
300 if (kstrtoul(buf, 16, &val)) in mode_store()
466 if (kstrtoul(buf, 16, &val)) in pe_store()
501 if (kstrtoul(buf, 16, &val)) in event_store()
550 if (kstrtoul(buf, 16, &val)) in event_instren_store()
606 if (kstrtoul(buf, 16, &val)) in event_ts_store()
636 if (kstrtoul(buf, 16, &val)) in syncfreq_store()
666 if (kstrtoul(buf, 16, &val)) in cyc_threshold_store()
699 if (kstrtoul(buf, 16, &val)) in bb_ctrl_store()
739 if (kstrtoul(bu in event_vinst_store()
[all...]
H A Dcoresight-cti-sysfs.c107 ret = kstrtoul(buf, 0, &val); in enable_store()
201 if (kstrtoul(buf, 0, &val)) in coresight_cti_reg_store()
293 if (kstrtoul(buf, 0, &val)) in cti_reg32_store()
347 if (kstrtoul(buf, 0, &val)) in inout_sel_store()
383 if (kstrtoul(buf, 0, &val)) in inen_store()
422 if (kstrtoul(buf, 0, &val)) in outen_store()
443 if (kstrtoul(buf, 0, &val)) in intack_store()
463 if (kstrtoul(buf, 0, &val)) in appclear_store()
487 if (kstrtoul(buf, 0, &val)) in apppulse_store()
697 if (kstrtoul(bu in trig_filter_enable_store()
[all...]
/kernel/linux/linux-5.10/drivers/edac/
H A Damd64_edac_inj.c28 ret = kstrtoul(data, 10, &value); in amd64_inject_section_store()
65 ret = kstrtoul(data, 10, &value); in amd64_inject_word_store()
101 ret = kstrtoul(data, 16, &value); in amd64_inject_ecc_vector_store()
128 ret = kstrtoul(data, 10, &value); in amd64_inject_read_store()
161 ret = kstrtoul(data, 10, &value); in amd64_inject_write_store()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dqat_crypto.c147 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()
/kernel/linux/linux-5.10/drivers/leds/trigger/
H A Dledtrig-oneshot.c54 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 Dledtrig-transient.c60 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 Dledtrig-timer.c33 ret = kstrtoul(buf, 10, &state); in led_delay_on_store()
58 ret = kstrtoul(buf, 10, &state); in led_delay_off_store()
/kernel/linux/linux-6.6/drivers/leds/trigger/
H A Dledtrig-transient.c60 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 Dledtrig-oneshot.c54 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 Dledtrig-timer.c33 ret = kstrtoul(buf, 10, &state); in led_delay_on_store()
58 ret = kstrtoul(buf, 10, &state); in led_delay_off_store()
/kernel/linux/linux-6.6/mm/damon/
H A Dsysfs-common.c51 err = kstrtoul(buf, 0, &min); in min_store()
76 err = kstrtoul(buf, 0, &max); in max_store()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dqat_crypto.c220 if (kstrtoul(val, 0, &num_inst)) in qat_crypto_create_instances()
237 if (kstrtoul(val, 10, &bank)) in qat_crypto_create_instances()
243 if (kstrtoul(val, 10, &num_msg_sym)) in qat_crypto_create_instances()
252 if (kstrtoul(val, 10, &num_msg_asym)) in qat_crypto_create_instances()
/kernel/linux/linux-5.10/drivers/misc/habanalabs/goya/
H A Dgoya_hwmgr.c101 rc = kstrtoul(buf, 0, &value); in mme_clk_store()
150 rc = kstrtoul(buf, 0, &value); in tpc_clk_store()
199 rc = kstrtoul(buf, 0, &value); in ic_clk_store()
356 rc = kstrtoul(buf, 0, &value); in high_pll_store()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/goya/
H A Dgoya_hwmgr.c73 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()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Datxp1.c99 err = kstrtoul(buf, 10, &vcore); in cpu0_vid_store()
172 err = kstrtoul(buf, 16, &value); in gpio1_store()
217 err = kstrtoul(buf, 16, &value); in gpio2_store()
H A Dlm93.c1155 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(bu in pwm_enable_store()
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Datxp1.c100 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()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dcheck.c43 ret = kstrtoul(arg, 10, &val); in set_corruption_check()
63 ret = kstrtoul(arg, 10, &val); in set_corruption_check_period()
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dintel-rst.c40 error = kstrtoul(buf, 0, &value); in irst_store_wakeup_events()
84 error = kstrtoul(buf, 0, &value); in irst_store_wakeup_time()
/kernel/linux/linux-6.6/drivers/platform/x86/intel/
H A Drst.c40 error = kstrtoul(buf, 0, &value); in irst_store_wakeup_events()
84 error = kstrtoul(buf, 0, &value); in irst_store_wakeup_time()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dcheck.c43 ret = kstrtoul(arg, 10, &val); in set_corruption_check()
63 ret = kstrtoul(arg, 10, &val); in set_corruption_check_period()

Completed in 31 milliseconds

12345678910>>...32