Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_debugfs_params.c40 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 Dkstrtox.c377 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 Dsc-debugfs.c33 err = kstrtobool_from_user(user_buf, count, &enabled); in sc_prefetch_write()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifs_debug.c479 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 Dregmap-debugfs.c468 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 Dhci_debugfs.c57 err = kstrtobool_from_user(user_buf, count, &enable); \
712 err = kstrtobool_from_user(user_buf, count, &enable); in force_static_address_write()
H A Dhci_core.c88 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 Dsmp.c3386 err = kstrtobool_from_user(user_buf, count, &enable); in force_bredr_smp_write()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs.c998 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 Dkernel.h431 int __must_check kstrtobool_from_user(const char __user *s, size_t count, bool *res);
/OK3568_Linux_fs/kernel/drivers/ntb/test/
H A Dntb_tool.c476 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 Dabi_gki_aarch64_hikey960802 kstrtobool_from_user
H A Dabi_gki_aarch64_exynosauto989 kstrtobool_from_user
H A Dabi_gki_aarch64_generic1050 kstrtobool_from_user
H A Dabi_gki_aarch64_exynos1098 kstrtobool_from_user
H A Dabi_gki_aarch64_mtk1108 kstrtobool_from_user
H A Dabi_gki_aarch64_rockchip1532 kstrtobool_from_user
H A Dabi_gki_aarch64_oplus1436 kstrtobool_from_user
H A Dabi_gki_aarch64_galaxy2445 kstrtobool_from_user
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Ddebugfs.c909 rc = kstrtobool_from_user(ubuf, count, &result); in mwifiex_reset_write()
/OK3568_Linux_fs/kernel/fs/debugfs/
H A Dfile.c809 r = kstrtobool_from_user(user_buf, count, &bv); in debugfs_write_file_bool()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c1101 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 Dmali_kbase_core_linux.c516 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 Ddebug.c2363 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 Dtrans.c2790 ret = kstrtobool_from_user(user_buf, count, &new_value); in iwl_dbgfs_rfkill_write()