Searched refs:phandle_str (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/of/ |
H A D | unittest.c | 313 char phandle_str[16] = ""; in of_unittest_printf() local 321 num_to_str(phandle_str, sizeof(phandle_str), np->phandle, 0); in of_unittest_printf() 329 of_unittest_printf_one(np, "%pOFp", phandle_str); in of_unittest_printf()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | unittest.c | 322 char phandle_str[16] = ""; in of_unittest_printf() local 330 num_to_str(phandle_str, sizeof(phandle_str), np->phandle, 0); in of_unittest_printf() 338 of_unittest_printf_one(np, "%pOFp", phandle_str); in of_unittest_printf()
|
Completed in 9 milliseconds