Home
last modified time | relevance | path

Searched refs:kstrtobool (Results 1 – 25 of 42) sorted by relevance

12

/Linux-v4.19/lib/
Dkstrtox.c332 int kstrtobool(const char *s, bool *res) in kstrtobool() function
368 EXPORT_SYMBOL(kstrtobool);
383 return kstrtobool(buf, res); in kstrtobool_from_user()
/Linux-v4.19/arch/s390/kernel/
Dearly.c264 rc = kstrtobool(str, &enabled); in noexec_setup()
279 rc = kstrtobool(str, &enabled); in cad_setup()
Dnospec-branch.c11 rc = kstrtobool(str, &enabled); in nobp_setup_early()
Dtopology.c571 rc = kstrtobool(str, &enabled); in topology_setup()
Dtime.c509 return kstrtobool(p, &stp_online); in early_parse_stp()
/Linux-v4.19/drivers/s390/net/
Dqeth_l2_sys.c156 rc = kstrtobool(buf, &enable); in qeth_bridgeport_hostnotification_store()
386 if (kstrtobool(buf, &state)) in qeth_vnicc_char_store()
Dqeth_l3_sys.c367 } 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()
/Linux-v4.19/kernel/livepatch/
Dcore.c465 ret = kstrtobool(buf, &enabled); in enabled_store()
535 ret = kstrtobool(buf, &val); in signal_store()
564 ret = kstrtobool(buf, &val); in force_store()
/Linux-v4.19/include/linux/
Dstring.h178 extern int kstrtobool(const char *s, bool *res);
181 return kstrtobool(s, res); in strtobool()
/Linux-v4.19/arch/powerpc/mm/
Dinit_64.c322 else if (kstrtobool(p, &val)) in parse_disable_radix()
/Linux-v4.19/drivers/usb/common/
Droles.c177 ret = kstrtobool(buf, &res); in role_store()
/Linux-v4.19/drivers/platform/x86/
Dideapad-laptop.c457 ret = kstrtobool(buf, &state); in touchpad_store()
489 ret = kstrtobool(buf, &state); in conservation_mode_store()
527 ret = kstrtobool(buf, &state); in fn_lock_store()
/Linux-v4.19/drivers/regulator/
Dbd9571mwv-regulator.c194 ret = kstrtobool(buf, &bdreg->bkup_mode_enabled); in backup_mode_store()
/Linux-v4.19/arch/powerpc/kernel/
Drtasd.c613 return (kstrtobool(str, &full_rtas_msgs) == 0); in rtasmsgs_setup()
Dprom.c663 if (kstrtobool(str, &res)) in parse_ppc_tm()
/Linux-v4.19/drivers/usb/mtu3/
Dmtu3_dr.c358 if (kstrtobool(buf, &enable)) { in ssusb_vbus_write()
/Linux-v4.19/arch/x86/kernel/
Daperture_64.c263 return kstrtobool(p, &gart_fix_e820); in parse_gart_mem()
/Linux-v4.19/drivers/fpga/
Daltera-cvp.c374 ret = kstrtobool(buf, &altera_cvp_chkcfg); in chkcfg_store()
/Linux-v4.19/drivers/pci/endpoint/
Dpci-ep-cfs.c55 ret = kstrtobool(page, &start); in pci_epc_start_store()
/Linux-v4.19/drivers/input/mouse/
Dtrackpoint.c156 err = kstrtobool(buf, &value); in trackpoint_set_bit_attr()
/Linux-v4.19/drivers/iio/counter/
D104-quad-8.c283 ret = kstrtobool(buf, &preset_enable); in quad8_write_set_to_preset_on_index()
/Linux-v4.19/drivers/hwmon/
Dsht3x.c539 ret = kstrtobool(buf, &status); in heater_enable_store()
Dibmpowernv.c154 ret = kstrtobool(buf, &data); in store_enable()
/Linux-v4.19/drivers/iio/dac/
Dad5758.c575 ret = kstrtobool(buf, &pwr_down); in ad5758_write_powerdown()
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dhotplug-cpu.c60 return (kstrtobool(str, &cede_offline_enabled) == 0); in setup_cede_offline()

12