/linux-6.1.9/drivers/peci/ ! |
D | sysfs.c | 23 ret = kstrtobool(buf, &res); in rescan_store() 59 ret = kstrtobool(buf, &res); in remove_store()
|
/linux-6.1.9/lib/ ! |
D | kstrtox.c | 348 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/ ! |
D | kstrtox.h | 98 int __must_check kstrtobool(const char *s, bool *res); 152 return kstrtobool(s, res); in strtobool()
|
/linux-6.1.9/arch/s390/boot/ ! |
D | ipl_parm.c | 285 rc = kstrtobool(val, &enabled); in parse_boot_command_line() 298 rc = kstrtobool(val, &enabled); in parse_boot_command_line()
|
D | string.c | 105 int kstrtobool(const char *s, bool *res) in kstrtobool() function
|
/linux-6.1.9/drivers/platform/x86/ ! |
D | lg-laptop.c | 294 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()
|
D | ideapad-laptop.c | 518 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/ ! |
D | crashlog.c | 154 result = kstrtobool(buf, &enabled); in enable_store() 188 result = kstrtobool(buf, &trigger); in trigger_store()
|
/linux-6.1.9/drivers/thunderbolt/ ! |
D | usb4_port.c | 125 ret = kstrtobool(buf, &val); in offline_store() 176 ret = kstrtobool(buf, &val); in rescan_store()
|
/linux-6.1.9/mm/ ! |
D | page_poison.c | 19 return kstrtobool(buf, &_page_poisoning_enabled_early); in early_page_poison_param()
|
/linux-6.1.9/drivers/platform/x86/intel/ifs/ ! |
D | sysfs.c | 101 if (kstrtobool(buf, &res)) in reload_store()
|
/linux-6.1.9/arch/s390/kernel/ ! |
D | nospec-branch.c | 12 rc = kstrtobool(str, &enabled); in nobp_setup_early()
|
/linux-6.1.9/drivers/misc/ ! |
D | dw-xdata-pcie.c | 226 ret = kstrtobool(buf, &enabled); in write_store() 263 ret = kstrtobool(buf, &enabled); in read_store()
|
/linux-6.1.9/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()
|
D | qeth_core_sys.c | 283 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/ ! |
D | umwait.c | 142 ret = kstrtobool(buf, &c02_enable); in enable_c02_store()
|
/linux-6.1.9/drivers/iio/chemical/ ! |
D | sunrise_co2.c | 247 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/ ! |
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()
|
/linux-6.1.9/drivers/iio/dac/ ! |
D | mcp4725.c | 84 ret = kstrtobool(buf, &state); in mcp4725_store_eeprom() 182 ret = kstrtobool(buf, &state); in mcp4725_write_powerdown()
|
D | ad7303.c | 80 ret = kstrtobool(buf, &pwr_down); in ad7303_write_dac_powerdown()
|
/linux-6.1.9/arch/s390/mm/ ! |
D | page-states.c | 27 if (!kstrtobool(str, &enabled)) in cmma()
|
/linux-6.1.9/drivers/fpga/ ! |
D | dfl-afu-main.c | 187 if (kstrtobool(buf, <r)) 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/ ! |
D | qcom_eud.c | 76 if (kstrtobool(buf, &enable)) in enable_store()
|
/linux-6.1.9/fs/xfs/ ! |
D | xfs_sysfs.c | 181 ret = kstrtobool(buf, &xfs_globals.always_cow); in always_cow_store() 240 ret = kstrtobool(buf, &xfs_globals.larp); in larp_store()
|