Searched refs:kstrtos32 (Results 1 – 2 of 2) sorted by relevance
476 TEST_OK(kstrtos32, s32, "%d", test_s32_ok); in test_kstrtos32_ok()497 TEST_FAIL(kstrtos32, s32, "%d", test_s32_fail); in test_kstrtos32_fail()
250 static inline int __must_check kstrtos32(const char *s, unsigned int base, s32 *res) in kstrtos32() function