/linux-6.12.1/drivers/peci/ |
D | sysfs.c | 23 ret = kstrtobool(buf, &res); in rescan_store() 59 ret = kstrtobool(buf, &res); in remove_store()
|
/linux-6.12.1/lib/ |
D | kstrtox.c | 348 int kstrtobool(const char *s, bool *res) in kstrtobool() function 389 EXPORT_SYMBOL(kstrtobool); 404 return kstrtobool(buf, res); in kstrtobool_from_user()
|
/linux-6.12.1/drivers/usb/gadget/function/ |
D | storage_common.c | 400 rc = kstrtobool(buf, &ro); in fsg_store_ro() 423 ret = kstrtobool(buf, &nofua); in fsg_store_nofua() 474 ret = kstrtobool(buf, &cdrom); in fsg_store_cdrom() 497 ret = kstrtobool(buf, &removable); in fsg_store_removable()
|
/linux-6.12.1/drivers/video/fbdev/omap2/omapfb/dss/ |
D | display-sysfs.c | 40 r = kstrtobool(buf, &enable); in display_enabled_store() 77 r = kstrtobool(buf, &te); in display_tear_store() 187 r = kstrtobool(buf, &mirror); in display_mirror_store()
|
D | manager-sysfs.c | 250 r = kstrtobool(buf, &enable); in manager_trans_key_enabled_store() 294 r = kstrtobool(buf, &enable); in manager_alpha_blending_enabled_store() 333 r = kstrtobool(buf, &enable); in manager_cpr_enable_store()
|
/linux-6.12.1/mm/ |
D | debug_page_alloc.c | 17 return kstrtobool(buf, &_debug_pagealloc_enabled_early); in early_debug_pagealloc()
|
D | page_poison.c | 18 return kstrtobool(buf, &_page_poisoning_enabled_early); in early_page_poison_param()
|
/linux-6.12.1/arch/arm64/kvm/vgic/ |
D | vgic-v3.c | 594 return kstrtobool(buf, &group0_trap); in early_group0_trap_cfg() 600 return kstrtobool(buf, &group1_trap); in early_group1_trap_cfg() 606 return kstrtobool(buf, &common_trap); in early_common_trap_cfg() 612 return kstrtobool(buf, &gicv4_enable); in early_gicv4_enable()
|
/linux-6.12.1/arch/s390/boot/ |
D | ipl_parm.c | 302 rc = kstrtobool(val, &enabled); in parse_boot_command_line() 309 rc = kstrtobool(val, &enabled); in parse_boot_command_line()
|
D | string.c | 121 int kstrtobool(const char *s, bool *res) in kstrtobool() function
|
/linux-6.12.1/drivers/thunderbolt/ |
D | usb4_port.c | 125 ret = kstrtobool(buf, &val); in offline_store() 176 ret = kstrtobool(buf, &val); in rescan_store()
|
/linux-6.12.1/drivers/platform/x86/intel/pmt/ |
D | crashlog.c | 154 result = kstrtobool(buf, &enabled); in enable_store() 188 result = kstrtobool(buf, &trigger); in trigger_store()
|
/linux-6.12.1/drivers/platform/x86/ |
D | lg-laptop.c | 282 ret = kstrtobool(buffer, &value); in fan_mode_store() 334 ret = kstrtobool(buffer, &value); in usb_charge_store() 376 ret = kstrtobool(buffer, &value); in reader_mode_store() 418 ret = kstrtobool(buffer, &value); in fn_lock_store()
|
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/ |
D | adf_sysfs.c | 182 ret = kstrtobool(buf, &pm_idle_enabled); in pm_idle_enabled_store() 229 ret = kstrtobool(buf, &enabled); in auto_reset_store()
|
D | adf_gen4_pm.c | 37 ret = kstrtobool(pm_idle_support_cfg, &pm_idle_support); in send_host_msg()
|
/linux-6.12.1/drivers/target/ |
D | target_core_configfs.c | 611 ret = kstrtobool(page, &flag); \ 671 ret = kstrtobool(page, &flag); in emulate_model_alias_store() 693 ret = kstrtobool(page, &flag); in emulate_write_cache_store() 745 ret = kstrtobool(page, &flag); in emulate_tas_store() 793 ret = kstrtobool(page, &flag); in emulate_tpu_store() 821 ret = kstrtobool(page, &flag); in emulate_tpws_store() 918 ret = kstrtobool(page, &flag); in pi_prot_format_store() 955 ret = kstrtobool(page, &flag); in pi_prot_verify_store() 984 ret = kstrtobool(page, &flag); in force_pr_aptpl_store() 1006 ret = kstrtobool(page, &flag); in emulate_rest_reord_store() [all …]
|
/linux-6.12.1/drivers/usb/core/ |
D | sysfs.c | 279 if (kstrtobool(buf, &val) != 0) in avoid_reset_quirk_store() 333 if (kstrtobool(buf, &value) != 0) in persist_store() 508 ret = kstrtobool(buf, &value); in usb2_hardware_lpm_store() 747 if (kstrtobool(buf, &val) != 0) in authorized_store() 1026 if (kstrtobool(buf, &val) != 0) in interface_authorized_default_store() 1223 if (kstrtobool(buf, &val) != 0) in interface_authorized_store()
|
/linux-6.12.1/drivers/cdx/ |
D | cdx.c | 400 if (kstrtobool(buf, &val) < 0) in remove_store() 425 if (kstrtobool(buf, &val) < 0) in reset_store() 486 if (kstrtobool(buf, &enable) < 0) in enable_store() 606 if (kstrtobool(buf, &val) < 0) in rescan_store()
|
/linux-6.12.1/arch/s390/kernel/ |
D | nospec-branch.c | 14 rc = kstrtobool(str, &enabled); in nobp_setup_early()
|
/linux-6.12.1/drivers/s390/net/ |
D | qeth_l2_sys.c | 149 rc = kstrtobool(buf, &enable); in qeth_bridgeport_hostnotification_store() 337 if (kstrtobool(buf, &state)) in qeth_vnicc_char_store()
|
/linux-6.12.1/drivers/misc/ |
D | dw-xdata-pcie.c | 226 ret = kstrtobool(buf, &enabled); in write_store() 263 ret = kstrtobool(buf, &enabled); in read_store()
|
/linux-6.12.1/Documentation/ABI/stable/ |
D | sysfs-bus-nvmem | 14 and "off", i.e. what kstrtobool() supports.
|
/linux-6.12.1/drivers/iio/chemical/ |
D | sunrise_co2.c | 247 ret = kstrtobool(buf, &enable); in sunrise_cal_factory_write() 272 ret = kstrtobool(buf, &enable); in sunrise_cal_background_write()
|
/linux-6.12.1/arch/x86/kernel/cpu/ |
D | umwait.c | 142 ret = kstrtobool(buf, &c02_enable); in enable_c02_store()
|
/linux-6.12.1/drivers/most/ |
D | configfs.c | 120 ret = kstrtobool(page, &tmp); in mdev_link_create_link_store() 142 ret = kstrtobool(page, &tmp); in mdev_link_destroy_link_store() 547 ret = kstrtobool(page, &tmp); in most_snd_grp_create_card_store()
|