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

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

Completed in 151 milliseconds