Home
last modified time | relevance | path

Searched refs:kstrtobool (Results 1 - 25 of 270) sorted by relevance

1234567891011

/kernel/linux/linux-6.6/drivers/peci/
H A Dsysfs.c23 ret = kstrtobool(buf, &res); in rescan_store()
59 ret = kstrtobool(buf, &res); in remove_store()
/kernel/linux/linux-5.10/lib/
H A Dkstrtox.c328 * kstrtobool - convert common user inputs into boolean values
336 int kstrtobool(const char *s, bool *res) in kstrtobool() function
372 EXPORT_SYMBOL(kstrtobool); variable
387 return kstrtobool(buf, res); in kstrtobool_from_user()
/kernel/linux/linux-6.6/lib/
H A Dkstrtox.c339 * kstrtobool - convert common user inputs into boolean values
348 int kstrtobool(const char *s, bool *res) in kstrtobool() function
389 EXPORT_SYMBOL(kstrtobool); variable
404 return kstrtobool(buf, res); in kstrtobool_from_user()
/kernel/linux/linux-5.10/include/linux/
H A Dkstrtox.h98 int __must_check kstrtobool(const char *s, bool *res);
152 return kstrtobool(s, res); in strtobool()
/kernel/linux/linux-6.6/include/linux/
H A Dkstrtox.h98 int __must_check kstrtobool(const char *s, bool *res);
152 return kstrtobool(s, res); in strtobool()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay-sysfs.c40 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()
H A Dmanager-sysfs.c250 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()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Dstorage_common.c400 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()
/kernel/linux/linux-5.10/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.c104 int kstrtobool(const char *s, bool *res) in kstrtobool() function
/kernel/linux/linux-6.6/mm/
H A Ddebug_page_alloc.c17 return kstrtobool(buf, &_debug_pagealloc_enabled_early); in early_debug_pagealloc()
H A Dpage_poison.c18 return kstrtobool(buf, &_page_poisoning_enabled_early); in early_page_poison_param()
/kernel/linux/linux-6.6/arch/arm64/kvm/vgic/
H A Dvgic-v3.c581 return kstrtobool(buf, &group0_trap); in early_group0_trap_cfg()
587 return kstrtobool(buf, &group1_trap); in early_group1_trap_cfg()
593 return kstrtobool(buf, &common_trap); in early_common_trap_cfg()
599 return kstrtobool(buf, &gicv4_enable); in early_gicv4_enable()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dlg-laptop.c294 ret = kstrtobool(buffer, &value); in fan_mode_store()
346 ret = kstrtobool(buffer, &value); in usb_charge_store()
388 ret = kstrtobool(buffer, &value); in reader_mode_store()
430 ret = kstrtobool(buffer, &value); in fn_lock_store()
/kernel/linux/linux-6.6/arch/s390/boot/
H A Dstring.c105 int kstrtobool(const char *s, bool *res) in kstrtobool() function
/kernel/linux/linux-6.6/drivers/cdx/
H A Dcdx.c309 if (kstrtobool(buf, &val) < 0) in remove_store()
333 if (kstrtobool(buf, &val) < 0) in reset_store()
390 if (kstrtobool(buf, &val) < 0) in rescan_store()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/platform/x86/intel/pmt/
H A Dcrashlog.c154 result = kstrtobool(buf, &enabled); in enable_store()
188 result = kstrtobool(buf, &trigger); in trigger_store()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dusb4_port.c125 ret = kstrtobool(buf, &val); in offline_store()
176 ret = kstrtobool(buf, &val); in rescan_store()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Dumwait.c142 ret = kstrtobool(buf, &c02_enable); in enable_c02_store()
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dnospec-branch.c12 rc = kstrtobool(str, &enabled); in nobp_setup_early()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dnospec-branch.c12 rc = kstrtobool(str, &enabled); in nobp_setup_early()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen4_pm.c38 ret = kstrtobool(pm_idle_support_cfg, &pm_idle_support); in send_host_msg()

Completed in 14 milliseconds

1234567891011