Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkstrtox.h170 kstrtou16(const char *cp, unsigned int base, uint16_t *res) in kstrtou16() function
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Ddebugfs-vif.c626 ret = kstrtou16(buf, 0, &value); in iwl_dbgfs_rx_phyinfo_write()
701 ret = kstrtou16(buf, 0, &value); in iwl_dbgfs_quota_min_write()
744 ret = kstrtou16(buf, 0, &value); in iwl_dbgfs_max_tx_op_write()
H A Ddebugfs.c457 if (kstrtou16(buf, 0, &amsdu_len)) in iwl_dbgfs_amsdu_len_write()
1850 if (kstrtou16(buf, 10, &op_id)) in iwl_dbgfs_rfi_freq_table_write()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Ddebugfs.c75 if (kstrtou16(buf, 0, &band) || kstrtou16(sep + 1, 0, &val)) in mt7996_sys_recovery_set()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Ddebugfs.c70 if (kstrtou16(buf, 0, &val)) in mt7915_sys_recovery_set()