/linux-4.1.27/fs/cifs/ |
D | cifs_debug.c | 270 if (strtobool(&c, &bv) == 0) { in cifs_stats_proc_write() 443 if (strtobool(&c, &bv) == 0) in cifsFYI_proc_write() 482 rc = strtobool(&c, &bv); in cifs_linux_ext_proc_write() 522 rc = strtobool(&c, &bv); in cifs_lookup_cache_proc_write() 562 rc = strtobool(&c, &bv); in traceSMB_proc_write() 639 if (strtobool(&c, &bv) == 0) { in cifs_security_flags_proc_write()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | storage_common.c | 397 rc = strtobool(buf, &ro); in fsg_store_ro() 420 ret = strtobool(buf, &nofua); in fsg_store_nofua() 471 ret = strtobool(buf, &cdrom); in fsg_store_cdrom() 494 ret = strtobool(buf, &removable); in fsg_store_removable()
|
D | f_mass_storage.c | 3381 ret = strtobool(page, &stall); in fsg_opts_stall_store()
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | display-sysfs.c | 50 r = strtobool(buf, &enable); in display_enabled_store() 87 r = strtobool(buf, &te); in display_tear_store() 197 r = strtobool(buf, &mirror); in display_mirror_store()
|
D | manager-sysfs.c | 266 r = strtobool(buf, &enable); in manager_trans_key_enabled_store() 310 r = strtobool(buf, &enable); in manager_alpha_blending_enabled_store() 349 r = strtobool(buf, &enable); in manager_cpr_enable_store()
|
D | overlay-sysfs.c | 224 r = strtobool(buf, &enable); in overlay_enabled_store()
|
/linux-4.1.27/drivers/iio/dac/ |
D | mcp4725.c | 81 ret = strtobool(buf, &state); in mcp4725_store_eeprom() 171 ret = strtobool(buf, &state); in mcp4725_write_powerdown()
|
D | ad5624r_spi.c | 133 ret = strtobool(buf, &pwr_down); in ad5624r_write_dac_powerdown()
|
D | ad7303.c | 79 ret = strtobool(buf, &pwr_down); in ad7303_write_dac_powerdown()
|
D | ad5504.c | 187 ret = strtobool(buf, &pwr_down); in ad5504_write_dac_powerdown()
|
D | ad5686.c | 182 ret = strtobool(buf, &readin); in ad5686_write_dac_powerdown()
|
D | max5821.c | 122 ret = strtobool(buf, &powerdown); in max5821_write_dac_powerdown()
|
D | ad5791.c | 194 ret = strtobool(buf, &pwr_down); in ad5791_write_dac_powerdown()
|
D | ad5380.c | 98 ret = strtobool(buf, &pwr_down); in ad5380_write_dac_powerdown()
|
D | ad5446.c | 110 ret = strtobool(buf, &powerdown); in ad5446_write_dac_powerdown()
|
D | ad5360.c | 285 ret = strtobool(buf, &pwr_down); in ad5360_write_dac_powerdown()
|
D | ad5064.c | 200 ret = strtobool(buf, &pwr_down); in ad5064_write_dac_powerdown()
|
D | ad5755.c | 363 ret = strtobool(buf, &pwr_down); in ad5755_write_powerdown()
|
/linux-4.1.27/include/linux/ |
D | string.h | 126 extern int strtobool(const char *s, bool *res);
|
/linux-4.1.27/lib/ |
D | string.c | 553 int strtobool(const char *s, bool *res) in strtobool() function 571 EXPORT_SYMBOL(strtobool);
|
/linux-4.1.27/drivers/bluetooth/ |
D | btmrvl_debugfs.c | 182 if (strtobool(buf, &result)) in btmrvl_fwdump_write()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | tx99.c | 190 if (strtobool(buf, &start)) in write_file_tx99()
|
/linux-4.1.27/drivers/iio/ |
D | industrialio-buffer.c | 330 ret = strtobool(buf, &state); in iio_scan_el_store() 375 ret = strtobool(buf, &state); in iio_scan_el_ts_store() 790 ret = strtobool(buf, &requested_state); in iio_buffer_store_enable()
|
D | industrialio-event.c | 241 ret = strtobool(buf, &val); in iio_ev_state_store()
|
/linux-4.1.27/drivers/staging/iio/cdc/ |
D | ad7152.c | 106 ret = strtobool(buf, &doit); in ad7152_start_calib()
|
D | ad7746.c | 295 ret = strtobool(buf, &doit); in ad7746_start_calib()
|
/linux-4.1.27/drivers/staging/iio/accel/ |
D | adis16220_core.c | 85 ret = strtobool(buf, &val); in adis16220_write_capture()
|
/linux-4.1.27/net/bluetooth/ |
D | hci_debugfs.c | 61 if (strtobool(buf, &enable)) \ 778 if (strtobool(buf, &enable)) in force_static_address_write()
|
D | smp.c | 3215 if (strtobool(buf, &enable)) in force_bredr_smp_write()
|
D | hci_core.c | 106 if (strtobool(buf, &enable)) in dut_mode_write()
|
/linux-4.1.27/drivers/staging/iio/light/ |
D | tsl2x7x_core.c | 924 if (strtobool(buf, &value)) in tsl2x7x_power_state_store() 1125 if (strtobool(buf, &value)) in tsl2x7x_do_calibrate() 1206 if (strtobool(buf, &value)) in tsl2x7x_do_prox_calibrate()
|
/linux-4.1.27/fs/debugfs/ |
D | file.c | 478 if (strtobool(buf, &bv) == 0) in write_file_bool()
|
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-sysfs.c | 111 r = strtobool(buf, &mirror); in store_mirror()
|
/linux-4.1.27/drivers/staging/iio/adc/ |
D | ad7192.c | 416 ret = strtobool(buf, &val); in ad7192_set()
|
D | ad7280a.c | 406 ret = strtobool(buf, &readin); in ad7280_store_balance_sw()
|
/linux-4.1.27/drivers/powercap/ |
D | powercap_sys.c | 462 if (strtobool(buf, &mode)) in enabled_store()
|
/linux-4.1.27/drivers/acpi/ |
D | sysfs.c | 795 ret = strtobool(buf, &val); in force_remove_store()
|
/linux-4.1.27/drivers/pci/pcie/ |
D | aspm.c | 890 if (strtobool(buf, &state)) in clk_ctl_store()
|
/linux-4.1.27/drivers/base/ |
D | core.c | 202 if (strtobool(buf, ea->var) < 0) in device_store_bool() 444 ret = strtobool(buf, &val); in online_store()
|
/linux-4.1.27/drivers/iio/frequency/ |
D | ad9523.c | 505 ret = strtobool(buf, &state); in ad9523_store()
|
/linux-4.1.27/kernel/ |
D | params.c | 320 return strtobool(val, kp->arg); in param_set_bool()
|
/linux-4.1.27/drivers/usb/core/ |
D | sysfs.c | 471 ret = strtobool(buf, &value); in usb2_hardware_lpm_store()
|
/linux-4.1.27/drivers/usb/gadget/ |
D | configfs.c | 777 ret = strtobool(page, &use); in os_desc_use_store()
|