Home
last modified time | relevance | path

Searched refs:kstrtoint (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkstrtox.h104 kstrtoint(const char *cp, unsigned int base, int *res) in kstrtoint() function
276 return (kstrtoint(buf, base, p)); in kstrtoint_from_user()
/freebsd/sys/contrib/dev/rtw88/
H A Ddebug.c
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c880 ret = kstrtoint(buf, 10, &msecs); in set_stats_lifespan()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Ddebugfs.c252 if (kstrtoint(buf, 10, &temperature)) in iwl_dbgfs_set_nic_temperature_write()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Ddebug.c2292 if (kstrtoint(buf, 0, &mask)) in ath10k_sta_tid_stats_mask_write()
/freebsd/sys/contrib/dev/rtw89/
H A Ddebug.c930 ret = kstrtoint(buf, 0, &sel); in rtw89_debug_priv_mac_dbg_port_dump_select()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c1260 err = kstrtoint(buf, 0, &mtu); in set_port_ib_mtu()