Home
last modified time | relevance | path

Searched refs:kstrtou32 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Ddebugfs.c156 int ret = kstrtou32(buf, 10, &enabled_severities); in iwl_dbgfs_enabled_severities_write()
214 ret = kstrtou32(buf, 10, &delay); in iwl_dbgfs_timestamp_marker_write()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkstrtox.h190 kstrtou32(const char *cp, unsigned int base, uint32_t *res) in kstrtou32() function
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Ddebugfs.c132 if (kstrtou32(buf, 0, &flush_arg)) in iwl_dbgfs_tx_flush_write()
1495 if (kstrtou32(buf, 0, &timepoint)) in iwl_dbgfs_dbg_time_point_write()
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Ddebugfs.c924 if (kstrtou32(buf, 0, &action)) in iwl_dbgfs_vif_int_mlo_scan_write()
/freebsd/sys/contrib/dev/rtw89/
H A Ddebug.c4414 ret = kstrtou32(buf, 0, &conf); in rtw89_debug_priv_disable_dm_set()