Home
last modified time | relevance | path

Searched refs:kstrtos32_from_user (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dkstrtox.h127 static inline int __must_check kstrtos32_from_user(const char __user *s, size_t count, unsigned int… in kstrtos32_from_user() function
/openbmc/linux/kernel/power/
H A Dqos.c394 ret = kstrtos32_from_user(buf, count, 16, &value); in cpu_latency_qos_write()
/openbmc/linux/drivers/hwmon/
H A Dmr75203.c204 ret = kstrtos32_from_user(user_buf, count, 0, &pvt->ts_coeff.j); in pvt_ts_coeff_j_write()