Searched refs:kstrtou8 (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | kstrtox.h | 150 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 D | debugfs-vif.c | 479 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 D | debugfs.c | 648 ret = kstrtou8(buf, 0, &value); in iwl_dbgfs_vif_low_latency_write()
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | debug.c | 3729 ret = kstrtou8(buf, 0, &crash_type); in rtw89_debug_priv_fw_crash_set()
|