Home
last modified time | relevance | path

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

123456

/linux-6.1.9/drivers/peci/ !
Dsysfs.c23 ret = kstrtobool(buf, &res); in rescan_store()
59 ret = kstrtobool(buf, &res); in remove_store()
/linux-6.1.9/lib/ !
Dkstrtox.c348 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.1.9/include/linux/ !
Dkstrtox.h98 int __must_check kstrtobool(const char *s, bool *res);
152 return kstrtobool(s, res); in strtobool()
/linux-6.1.9/arch/s390/boot/ !
Dipl_parm.c285 rc = kstrtobool(val, &enabled); in parse_boot_command_line()
298 rc = kstrtobool(val, &enabled); in parse_boot_command_line()
Dstring.c105 int kstrtobool(const char *s, bool *res) in kstrtobool() function
/linux-6.1.9/drivers/platform/x86/ !
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()
Dideapad-laptop.c518 err = kstrtobool(buf, &state); in camera_power_store()
554 err = kstrtobool(buf, &state); in conservation_mode_store()
629 err = kstrtobool(buf, &state); in fn_lock_store()
667 err = kstrtobool(buf, &state); in touchpad_store()
705 err = kstrtobool(buf, &state); in usb_charging_store()
/linux-6.1.9/drivers/platform/x86/intel/pmt/ !
Dcrashlog.c154 result = kstrtobool(buf, &enabled); in enable_store()
188 result = kstrtobool(buf, &trigger); in trigger_store()
/linux-6.1.9/drivers/thunderbolt/ !
Dusb4_port.c125 ret = kstrtobool(buf, &val); in offline_store()
176 ret = kstrtobool(buf, &val); in rescan_store()
/linux-6.1.9/mm/ !
Dpage_poison.c19 return kstrtobool(buf, &_page_poisoning_enabled_early); in early_page_poison_param()
/linux-6.1.9/drivers/platform/x86/intel/ifs/ !
Dsysfs.c101 if (kstrtobool(buf, &res)) in reload_store()
/linux-6.1.9/arch/s390/kernel/ !
Dnospec-branch.c12 rc = kstrtobool(str, &enabled); in nobp_setup_early()
/linux-6.1.9/drivers/misc/ !
Ddw-xdata-pcie.c226 ret = kstrtobool(buf, &enabled); in write_store()
263 ret = kstrtobool(buf, &enabled); in read_store()
/linux-6.1.9/drivers/s390/net/ !
Dqeth_l2_sys.c149 rc = kstrtobool(buf, &enable); in qeth_bridgeport_hostnotification_store()
337 if (kstrtobool(buf, &state)) in qeth_vnicc_char_store()
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()
Dqeth_core_sys.c283 rc = kstrtobool(buf, &reset); in qeth_dev_recover_store()
313 rc = kstrtobool(buf, &reset); in qeth_dev_performance_stats_store()
/linux-6.1.9/arch/x86/kernel/cpu/ !
Dumwait.c142 ret = kstrtobool(buf, &c02_enable); in enable_c02_store()
/linux-6.1.9/drivers/iio/chemical/ !
Dsunrise_co2.c247 ret = kstrtobool(buf, &enable); in sunrise_cal_factory_write()
272 ret = kstrtobool(buf, &enable); in sunrise_cal_background_write()
/linux-6.1.9/drivers/most/ !
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()
/linux-6.1.9/drivers/iio/dac/ !
Dmcp4725.c84 ret = kstrtobool(buf, &state); in mcp4725_store_eeprom()
182 ret = kstrtobool(buf, &state); in mcp4725_write_powerdown()
Dad7303.c80 ret = kstrtobool(buf, &pwr_down); in ad7303_write_dac_powerdown()
/linux-6.1.9/arch/s390/mm/ !
Dpage-states.c27 if (!kstrtobool(str, &enabled)) in cmma()
/linux-6.1.9/drivers/fpga/ !
Ddfl-afu-main.c187 if (kstrtobool(buf, &ltr)) in ltr_store()
227 if (kstrtobool(buf, &clear) || !clear) in ap1_event_store()
265 if (kstrtobool(buf, &clear) || !clear) in ap2_event_store()
/linux-6.1.9/drivers/usb/misc/ !
Dqcom_eud.c76 if (kstrtobool(buf, &enable)) in enable_store()
/linux-6.1.9/fs/xfs/ !
Dxfs_sysfs.c181 ret = kstrtobool(buf, &xfs_globals.always_cow); in always_cow_store()
240 ret = kstrtobool(buf, &xfs_globals.larp); in larp_store()

123456