/kernel/linux/linux-4.19/lib/ |
D | kstrtox.c | 332 int kstrtobool(const char *s, bool *res) in kstrtobool() function 368 EXPORT_SYMBOL(kstrtobool); 383 return kstrtobool(buf, res); in kstrtobool_from_user()
|
/kernel/linux/linux-5.10/lib/ |
D | kstrtox.c | 335 int kstrtobool(const char *s, bool *res) in kstrtobool() function 371 EXPORT_SYMBOL(kstrtobool); 386 return kstrtobool(buf, res); in kstrtobool_from_user()
|
/kernel/linux/linux-5.10/arch/s390/boot/ |
D | ipl_parm.c | 265 rc = kstrtobool(val, &enabled); in parse_boot_command_line() 278 rc = kstrtobool(val, &enabled); in parse_boot_command_line()
|
D | string.c | 104 int kstrtobool(const char *s, bool *res) in kstrtobool() function
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
D | lg-laptop.c | 281 ret = kstrtobool(buffer, &value); in fan_mode_store() 333 ret = kstrtobool(buffer, &value); in usb_charge_store() 375 ret = kstrtobool(buffer, &value); in reader_mode_store() 417 ret = kstrtobool(buffer, &value); in fn_lock_store()
|
D | ideapad-laptop.c | 425 ret = kstrtobool(buf, &state); in touchpad_store() 457 ret = kstrtobool(buf, &state); in conservation_mode_store() 495 ret = kstrtobool(buf, &state); in fn_lock_store()
|
/kernel/linux/linux-4.19/arch/s390/kernel/ |
D | early.c | 266 rc = kstrtobool(str, &enabled); in noexec_setup() 281 rc = kstrtobool(str, &enabled); in cad_setup()
|
D | nospec-branch.c | 12 rc = kstrtobool(str, &enabled); in nobp_setup_early()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
D | nospec-branch.c | 12 rc = kstrtobool(str, &enabled); in nobp_setup_early()
|
D | vdso.c | 88 if (!kstrtobool(str, &enabled)) in vdso_setup()
|
/kernel/linux/linux-5.10/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()
|
D | qeth_l3_sys.c | 307 } else if (kstrtobool(buf, &enable)) { in qeth_l3_dev_ipato_enable_store() 347 } else if (kstrtobool(buf, &invert)) { in qeth_l3_dev_ipato_invert4_store() 517 } else if (kstrtobool(buf, &invert)) { in qeth_l3_dev_ipato_invert6_store()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
D | umwait.c | 142 ret = kstrtobool(buf, &c02_enable); in enable_c02_store()
|
/kernel/linux/linux-4.19/drivers/s390/net/ |
D | qeth_l2_sys.c | 156 rc = kstrtobool(buf, &enable); in qeth_bridgeport_hostnotification_store() 386 if (kstrtobool(buf, &state)) in qeth_vnicc_char_store()
|
D | qeth_l3_sys.c | 367 } else if (kstrtobool(buf, &enable)) { in qeth_l3_dev_ipato_enable_store() 412 } else if (kstrtobool(buf, &invert)) { in qeth_l3_dev_ipato_invert4_store() 598 } else if (kstrtobool(buf, &invert)) { in qeth_l3_dev_ipato_invert6_store()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-4.19/kernel/livepatch/ |
D | core.c | 466 ret = kstrtobool(buf, &enabled); in enabled_store() 536 ret = kstrtobool(buf, &val); in signal_store() 565 ret = kstrtobool(buf, &val); in force_store()
|
/kernel/linux/linux-5.10/drivers/fpga/ |
D | dfl-afu-main.c | 174 if (kstrtobool(buf, <r)) in ltr_store() 214 if (kstrtobool(buf, &clear) || !clear) in ap1_event_store() 252 if (kstrtobool(buf, &clear) || !clear) in ap2_event_store()
|
/kernel/linux/linux-5.10/include/linux/ |
D | string.h | 186 extern int kstrtobool(const char *s, bool *res); 189 return kstrtobool(s, res); in strtobool()
|
/kernel/linux/linux-4.19/include/linux/ |
D | string.h | 181 extern int kstrtobool(const char *s, bool *res); 184 return kstrtobool(s, res); in strtobool()
|
/kernel/linux/linux-4.19/arch/powerpc/mm/ |
D | init_64.c | 335 else if (kstrtobool(p, &val)) in parse_disable_radix()
|
/kernel/linux/linux-4.19/drivers/usb/roles/ |
D | class.c | 177 ret = kstrtobool(buf, &res); in role_store()
|
/kernel/linux/linux-5.10/arch/s390/mm/ |
D | page-states.c | 26 if (!kstrtobool(str, &enabled)) in cmma()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
D | init_64.c | 381 else if (kstrtobool(p, &val)) in parse_disable_radix()
|
/kernel/linux/linux-5.10/drivers/counter/ |
D | 104-quad-8.c | 315 ret = kstrtobool(buf, &preset_enable); in quad8_write_set_to_preset_on_index() 1101 err = kstrtobool(buf, &ab_enable); in quad8_count_enable_write() 1253 ret = kstrtobool(buf, &preset_enable); in quad8_count_preset_enable_write() 1325 ret = kstrtobool(buf, &enable); in quad8_signal_cable_fault_enable_write()
|