| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_debugfs_params.c | 40 ret = kstrtobool_from_user(ubuf, len, &b); in i915_param_int_write() 93 ret = kstrtobool_from_user(ubuf, len, &b); in i915_param_uint_write()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | kstrtox.c | 377 int kstrtobool_from_user(const char __user *s, size_t count, bool *res) in kstrtobool_from_user() function 388 EXPORT_SYMBOL(kstrtobool_from_user);
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | sc-debugfs.c | 33 err = kstrtobool_from_user(user_buf, count, &enabled); in sc_prefetch_write()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifs_debug.c | 479 rc = kstrtobool_from_user(buffer, count, &bv); in cifs_stats_proc_write() 807 rc = kstrtobool_from_user(buffer, count, &linuxExtEnabled); in cifs_linux_ext_proc_write() 838 rc = kstrtobool_from_user(buffer, count, &lookupCacheEnabled); in cifs_lookup_cache_proc_write() 869 rc = kstrtobool_from_user(buffer, count, &traceSMB); in traceSMB_proc_write()
|
| /OK3568_Linux_fs/kernel/drivers/base/regmap/ |
| H A D | regmap-debugfs.c | 468 err = kstrtobool_from_user(user_buf, count, &new_val); in regmap_cache_only_write_file() 515 err = kstrtobool_from_user(user_buf, count, &new_val); in regmap_cache_bypass_write_file()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | hci_debugfs.c | 57 err = kstrtobool_from_user(user_buf, count, &enable); \ 712 err = kstrtobool_from_user(user_buf, count, &enable); in force_static_address_write()
|
| H A D | hci_core.c | 88 err = kstrtobool_from_user(user_buf, count, &enable); in dut_mode_write() 140 err = kstrtobool_from_user(user_buf, count, &enable); in vendor_diag_write()
|
| H A D | smp.c | 3386 err = kstrtobool_from_user(user_buf, count, &enable); in force_bredr_smp_write()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_debugfs.c | 998 ret = kstrtobool_from_user(ubuf, len, &enable); in i915_ipc_status_write() 1905 ret = kstrtobool_from_user(ubuf, cnt, &reset); in i915_fifo_underrun_reset_write() 2172 ret = kstrtobool_from_user(ubuf, len, &dsc_enable); in i915_dsc_fec_support_write()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kernel.h | 431 int __must_check kstrtobool_from_user(const char __user *s, size_t count, bool *res);
|
| /OK3568_Linux_fs/kernel/drivers/ntb/test/ |
| H A D | ntb_tool.c | 476 ret = kstrtobool_from_user(ubuf, size, &val); in tool_link_write() 526 ret = kstrtobool_from_user(ubuf, size, &val); in tool_peer_link_event_write()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_hikey960 | 802 kstrtobool_from_user
|
| H A D | abi_gki_aarch64_exynosauto | 989 kstrtobool_from_user
|
| H A D | abi_gki_aarch64_generic | 1050 kstrtobool_from_user
|
| H A D | abi_gki_aarch64_exynos | 1098 kstrtobool_from_user
|
| H A D | abi_gki_aarch64_mtk | 1108 kstrtobool_from_user
|
| H A D | abi_gki_aarch64_rockchip | 1532 kstrtobool_from_user
|
| H A D | abi_gki_aarch64_oplus | 1436 kstrtobool_from_user
|
| H A D | abi_gki_aarch64_galaxy | 2445 kstrtobool_from_user
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | debugfs.c | 909 rc = kstrtobool_from_user(ubuf, count, &result); in mwifiex_reset_write()
|
| /OK3568_Linux_fs/kernel/fs/debugfs/ |
| H A D | file.c | 809 r = kstrtobool_from_user(user_buf, count, &bv); in debugfs_write_file_bool()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_core_linux.c | 1101 static int kstrtobool_from_user(const char __user *s, size_t count, bool *res) in kstrtobool_from_user() function 1121 err = kstrtobool_from_user(ubuf, size, &value); in write_ctx_infinite_cache()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_core_linux.c | 516 err = kstrtobool_from_user(ubuf, size, &value); in write_ctx_infinite_cache() 556 err = kstrtobool_from_user(ubuf, size, &value); in write_ctx_force_same_va()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | debug.c | 2363 if (kstrtobool_from_user(user_buf, count, &val)) in ath10k_write_warm_hw_reset()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/pcie/ |
| H A D | trans.c | 2790 ret = kstrtobool_from_user(user_buf, count, &new_value); in iwl_dbgfs_rfkill_write()
|