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()
270 static void __init test_kstrtoll_fail(void) in test_kstrtoll_fail()
294 static void __init test_kstrtou64_ok(void) in test_kstrtou64_ok()
334 static void __init test_kstrtou64_fail(void) in test_kstrtou64_fail()
345 static void __init test_kstrtos64_ok(void) in test_kstrtos64_ok()
384 static void __init test_kstrtos64_fail(void) in test_kstrtos64_fail()
397 static void __init test_kstrtou32_ok(void) in test_kstrtou32_ok()
429 static void __init test_kstrtou32_fail(void) in test_kstrtou32_fail()
448 static void __init test_kstrtos32_ok(void) in test_kstrtos32_ok()
479 static void __init test_kstrtos32_fail(void) in test_kstrtos32_fail()
500 static void __init test_kstrtou16_ok(void) in test_kstrtou16_ok()
524 static void __init test_kstrtou16_fail(void) in test_kstrtou16_fail()
551 static void __init test_kstrtos16_ok(void) in test_kstrtos16_ok()
576 static void __init test_kstrtos16_fail(void) in test_kstrtos16_fail()
605 static void __init test_kstrtou8_ok(void) in test_kstrtou8_ok()
621 static void __init test_kstrtou8_fail(void) in test_kstrtou8_fail()
656 static void __init test_kstrtos8_ok(void) in test_kstrtos8_ok()
671 static void __init test_kstrtos8_fail(void) in test_kstrtos8_fail()
710 static int __init test_kstrtox_init(void) in test_kstrtox_init()