Lines Matching refs:__init
68 static void __init test_kstrtoull_ok(void) in test_kstrtoull_ok()
155 static void __init test_kstrtoull_fail(void) in test_kstrtoull_fail()
237 static void __init test_kstrtoll_ok(void) in test_kstrtoll_ok()
271 static void __init test_kstrtoll_fail(void) in test_kstrtoll_fail()
290 static void __init test_kstrtou64_ok(void) in test_kstrtou64_ok()
330 static void __init test_kstrtou64_fail(void) in test_kstrtou64_fail()
341 static void __init test_kstrtos64_ok(void) in test_kstrtos64_ok()
380 static void __init test_kstrtos64_fail(void) in test_kstrtos64_fail()
393 static void __init test_kstrtou32_ok(void) in test_kstrtou32_ok()
425 static void __init test_kstrtou32_fail(void) in test_kstrtou32_fail()
444 static void __init test_kstrtos32_ok(void) in test_kstrtos32_ok()
475 static void __init test_kstrtos32_fail(void) in test_kstrtos32_fail()
496 static void __init test_kstrtou16_ok(void) in test_kstrtou16_ok()
520 static void __init test_kstrtou16_fail(void) in test_kstrtou16_fail()
547 static void __init test_kstrtos16_ok(void) in test_kstrtos16_ok()
572 static void __init test_kstrtos16_fail(void) in test_kstrtos16_fail()
601 static void __init test_kstrtou8_ok(void) in test_kstrtou8_ok()
617 static void __init test_kstrtou8_fail(void) in test_kstrtou8_fail()
652 static void __init test_kstrtos8_ok(void) in test_kstrtos8_ok()
667 static void __init test_kstrtos8_fail(void) in test_kstrtos8_fail()
706 static int __init test_kstrtox_init(void) in test_kstrtox_init()