Searched refs:cfb_get_numof_fonts (Results 1 – 5 of 5) sorted by relevance
233 int cfb_get_numof_fonts(const struct device *dev);
44 for (int idx = 0; idx < cfb_get_numof_fonts(dev); idx++) { in cfb_test_before()
551 int cfb_get_numof_fonts(const struct device *dev) in cfb_get_numof_fonts() function
422 for (int idx = 0; idx < cfb_get_numof_fonts(dev); idx++) { in cmd_get_fonts()