Searched refs:kstrtou16 (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | kstrtox.h | 170 kstrtou16(const char *cp, unsigned int base, uint16_t *res) in kstrtou16() function
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | debugfs-vif.c | 626 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 D | debugfs.c | 457 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 D | debugfs.c | 75 if (kstrtou16(buf, 0, &band) || kstrtou16(sep + 1, 0, &val)) in mt7996_sys_recovery_set()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | debugfs.c | 70 if (kstrtou16(buf, 0, &val)) in mt7915_sys_recovery_set()
|