Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/lib/
H A Dkstrtox.c335 int kstrtobool(const char *s, bool *res) in kstrtobool() function
371 EXPORT_SYMBOL(kstrtobool);
386 return kstrtobool(buf, res); in kstrtobool_from_user()
H A Dstackdepot.c156 ret = kstrtobool(str, &stack_depot_disable); in is_stack_depot_disabled()
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dlg-laptop.c281 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()
H A Dideapad-laptop.c425 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()
/OK3568_Linux_fs/kernel/arch/s390/boot/
H A Dipl_parm.c265 rc = kstrtobool(val, &enabled); in parse_boot_command_line()
278 rc = kstrtobool(val, &enabled); in parse_boot_command_line()
H A Dstring.c105 int kstrtobool(const char *s, bool *res) in kstrtobool() function
/OK3568_Linux_fs/kernel/mm/
H A Dpage_poison.c18 return kstrtobool(buf, &_page_poisoning_enabled_early); in early_page_poison_param()
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dqeth_l2_sys.c149 rc = kstrtobool(buf, &enable); in qeth_bridgeport_hostnotification_store()
337 if (kstrtobool(buf, &state)) in qeth_vnicc_char_store()
H A Dqeth_l3_sys.c307 } 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()
H A Dqeth_core_sys.c283 rc = kstrtobool(buf, &reset); in qeth_dev_recover_store()
313 rc = kstrtobool(buf, &reset); in qeth_dev_performance_stats_store()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dnospec-branch.c12 rc = kstrtobool(str, &enabled); in nobp_setup_early()
H A Dvdso.c88 if (!kstrtobool(str, &enabled)) in vdso_setup()
/OK3568_Linux_fs/kernel/drivers/most/
H A Dconfigfs.c120 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()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dumwait.c142 ret = kstrtobool(buf, &c02_enable); in enable_c02_store()
/OK3568_Linux_fs/kernel/drivers/fpga/
H A Ddfl-afu-main.c174 if (kstrtobool(buf, &ltr)) in ltr_store()
214 if (kstrtobool(buf, &clear) || !clear) in ap1_event_store()
252 if (kstrtobool(buf, &clear) || !clear) in ap2_event_store()
/OK3568_Linux_fs/kernel/include/linux/
H A Dstring.h186 extern int kstrtobool(const char *s, bool *res);
189 return kstrtobool(s, res); in strtobool()
/OK3568_Linux_fs/kernel/drivers/counter/
H A D104-quad-8.c315 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()
H A Dti-eqep.c259 err = kstrtobool(buf, &res); in ti_eqep_position_enable_write()
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dpage-states.c26 if (!kstrtobool(str, &enabled)) in cmma()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dinit_64.c381 else if (kstrtobool(p, &val)) in parse_disable_radix()
/OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/
H A Disl68137.c94 rc = kstrtobool(buf, &result); in isl68137_avs_enable_store_page()
/OK3568_Linux_fs/kernel/drivers/usb/roles/
H A Dclass.c237 ret = kstrtobool(buf, &res); in role_store()
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dbd9571mwv-regulator.c186 ret = kstrtobool(buf, &bdreg->bkup_mode_enabled); in backup_mode_store()
/OK3568_Linux_fs/kernel/drivers/w1/slaves/
H A Dw1_ds28e04.c348 int err = kstrtobool(buf, &w1_enable_crccheck); in crccheck_store()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Drtasd.c580 return (kstrtobool(str, &full_rtas_msgs) == 0); in rtasmsgs_setup()

1234