Searched refs:kstrtou16 (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | kstrtox.h | 158 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 | 592 ret = kstrtou16(buf, 0, &value); in iwl_dbgfs_rx_phyinfo_write() 667 ret = kstrtou16(buf, 0, &value); in iwl_dbgfs_quota_min_write() 710 ret = kstrtou16(buf, 0, &value); in iwl_mvm_vif_dbgfs_register()
|
H A D | debugfs.c | 455 if (kstrtou16(buf, 0, &amsdu_len)) in iwl_dbgfs_amsdu_len_write() 1893 if (kstrtou16(buf, 10, &op_id)) in iwl_dbgfs_uapsd_noagg_bssids_read()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | debugfs.c | 72 if (kstrtou16(buf, 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()
|