Home
last modified time | relevance | path

Searched refs:kstrtou8 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkstrtox.h150 kstrtou8(const char *cp, unsigned int base, uint8_t *res) in kstrtou8() function
332 return (kstrtou8(buf, base, p)); in kstrtou8_from_user()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Ddebugfs-vif.c479 ret = kstrtou8(buf, 0, &value); in iwl_dbgfs_low_latency_write_handle()
517 ret = kstrtou8(buf, 0, &value); in iwl_dbgfs_low_latency_force_write_handle()
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Ddebugfs.c648 ret = kstrtou8(buf, 0, &value); in iwl_dbgfs_vif_low_latency_write()
/freebsd/sys/contrib/dev/rtw89/
H A Ddebug.c3729 ret = kstrtou8(buf, 0, &crash_type); in rtw89_debug_priv_fw_crash_set()