/Linux-v6.1/drivers/hwtracing/coresight/ |
D | coresight-etm3x-sysfs.c | 74 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(buf, 16, &val); in addr_acctype_store() [all …]
|
D | coresight-etm4x-sysfs.c | 174 if (kstrtoul(buf, 16, &val)) in reset_store() 299 if (kstrtoul(buf, 16, &val)) in mode_store() 465 if (kstrtoul(buf, 16, &val)) in pe_store() 500 if (kstrtoul(buf, 16, &val)) in event_store() 549 if (kstrtoul(buf, 16, &val)) in event_instren_store() 605 if (kstrtoul(buf, 16, &val)) in event_ts_store() 635 if (kstrtoul(buf, 16, &val)) in syncfreq_store() 665 if (kstrtoul(buf, 16, &val)) in cyc_threshold_store() 698 if (kstrtoul(buf, 16, &val)) in bb_ctrl_store() 738 if (kstrtoul(buf, 16, &val)) in event_vinst_store() [all …]
|
D | coresight-cti-sysfs.c | 107 ret = kstrtoul(buf, 0, &val); in enable_store() 192 if (kstrtoul(buf, 0, &val)) in coresight_cti_reg_store() 284 if (kstrtoul(buf, 0, &val)) in cti_reg32_store() 338 if (kstrtoul(buf, 0, &val)) in inout_sel_store() 374 if (kstrtoul(buf, 0, &val)) in inen_store() 413 if (kstrtoul(buf, 0, &val)) in outen_store() 434 if (kstrtoul(buf, 0, &val)) in intack_store() 454 if (kstrtoul(buf, 0, &val)) in appclear_store() 478 if (kstrtoul(buf, 0, &val)) in apppulse_store() 688 if (kstrtoul(buf, 0, &val)) in trig_filter_enable_store() [all …]
|
/Linux-v6.1/drivers/leds/trigger/ |
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()
|
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()
|
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-v6.1/drivers/crypto/qat/qat_common/ |
D | qat_crypto.c | 265 ret = kstrtoul(val, 0, &num_inst); in qat_crypto_create_instances() 287 ret = kstrtoul(val, 10, &sym_bank); in qat_crypto_create_instances() 296 ret = kstrtoul(val, 10, &asym_bank); in qat_crypto_create_instances() 305 ret = kstrtoul(val, 10, &num_msg_sym); in qat_crypto_create_instances() 316 ret = kstrtoul(val, 10, &num_msg_asym); in qat_crypto_create_instances()
|
/Linux-v6.1/drivers/misc/habanalabs/goya/ |
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-v6.1/drivers/hwmon/ |
D | atxp1.c | 99 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()
|
D | f75375s.c | 293 err = kstrtoul(buf, 10, &val); in set_fan_min() 313 err = kstrtoul(buf, 10, &val); in set_fan_target() 338 err = kstrtoul(buf, 10, &val); in set_pwm() 434 err = kstrtoul(buf, 10, &val); in set_pwm_enable() 455 err = kstrtoul(buf, 10, &val); in set_pwm_mode() 540 err = kstrtoul(buf, 10, &val); in set_in_max() 561 err = kstrtoul(buf, 10, &val); in set_in_min() 609 err = kstrtoul(buf, 10, &val); in set_temp_max() 630 err = kstrtoul(buf, 10, &val); in set_temp_max_hyst()
|
D | w83l786ng.c | 245 int err = kstrtoul(buf, 10, &val); \ 300 err = kstrtoul(buf, 10, &val); in store_fan_min() 345 err = kstrtoul(buf, 10, &val); in store_fan_div() 485 err = kstrtoul(buf, 10, &val); in show_pwm_reg() 512 err = kstrtoul(buf, 10, &val); in store_pwm() 537 err = kstrtoul(buf, 10, &val); in store_pwm_enable() 593 err = kstrtoul(buf, 10, &val); in store_tolerance()
|
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 …]
|
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()
|
D | g762.c | 768 if (kstrtoul(buf, 10, &val)) in pwm1_mode_store() 799 if (kstrtoul(buf, 10, &val)) in fan1_div_store() 831 if (kstrtoul(buf, 10, &val)) in fan1_pulses_store() 874 if (kstrtoul(buf, 10, &val)) in pwm1_enable_store() 906 if (kstrtoul(buf, 10, &val)) in pwm1_store() 953 if (kstrtoul(buf, 10, &val)) in fan1_target_store()
|
/Linux-v6.1/drivers/platform/x86/intel/ |
D | rst.c | 40 error = kstrtoul(buf, 0, &value); in irst_store_wakeup_events() 84 error = kstrtoul(buf, 0, &value); in irst_store_wakeup_time()
|
/Linux-v6.1/arch/x86/kernel/ |
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-v6.1/drivers/misc/ |
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()
|
D | bh1770glc.c | 637 ret = kstrtoul(buf, 0, &value); in bh1770_power_state_store() 715 ret = kstrtoul(buf, 0, &value); in bh1770_prox_enable_store() 815 ret = kstrtoul(buf, 0, &value); in bh1770_set_prox_rate_above() 833 ret = kstrtoul(buf, 0, &value); in bh1770_set_prox_rate_below() 858 ret = kstrtoul(buf, 0, &value); in bh1770_set_prox_thres() 890 ret = kstrtoul(buf, 0, &value); in bh1770_prox_persistence_store() 917 ret = kstrtoul(buf, 0, &value); in bh1770_prox_abs_thres_store() 964 ret = kstrtoul(buf, 0, &value); in bh1770_lux_calib_store() 1013 ret = kstrtoul(buf, 0, &rate_hz); in bh1770_set_lux_rate() 1052 ret = kstrtoul(buf, 0, &thresh); in bh1770_set_lux_thresh()
|
/Linux-v6.1/drivers/hwtracing/intel_th/ |
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-v6.1/drivers/iio/trigger/ |
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-v6.1/drivers/hid/ |
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()
|
/Linux-v6.1/drivers/pci/ |
D | pci-sysfs.c | 89 if (kstrtoul(buf, 0, &val) < 0) in broken_parity_status_store() 304 if (kstrtoul(buf, 0, &val) < 0) in enable_store() 405 if (kstrtoul(buf, 0, &val) < 0) in msi_bus_store() 436 if (kstrtoul(buf, 0, &val) < 0) in rescan_store() 470 if (kstrtoul(buf, 0, &val) < 0) in dev_rescan_store() 488 if (kstrtoul(buf, 0, &val) < 0) in remove_store() 505 if (kstrtoul(buf, 0, &val) < 0) in bus_rescan_store() 529 if (kstrtoul(buf, 0, &val) < 0) in d3cold_allowed_store() 1340 if (kstrtoul(buf, 0, &val) < 0) in reset_store() 1404 if (kstrtoul(buf, 0, &size) < 0) \
|
/Linux-v6.1/arch/mips/alchemy/devboards/ |
D | pm.c | 157 tmp = kstrtoul(instr, 0, &l); in db1x_pmattr_store() 180 tmp = kstrtoul(instr, 0, &l); in db1x_pmattr_store()
|
/Linux-v6.1/drivers/acpi/ |
D | acpi_pad.c | 277 if (kstrtoul(buf, 0, &num)) in rrtime_store() 299 if (kstrtoul(buf, 0, &num)) in idlepct_store() 321 if (kstrtoul(buf, 0, &num)) in idlecpus_store()
|
/Linux-v6.1/kernel/power/ |
D | main.c | 114 if (kstrtoul(buf, 10, &val)) in pm_async_store() 220 if (kstrtoul(buf, 10, &val)) in sync_on_suspend_store() 493 if (kstrtoul(buf, 10, &val)) in pm_print_times_store() 536 if (kstrtoul(buf, 10, &val)) in pm_debug_messages_store() 856 if (kstrtoul(buf, 10, &val)) in pm_freeze_timeout_store()
|