Home
last modified time | relevance | path

Searched refs:cfb_get_display_parameter (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/subsys/display/cfb/src/
Dmain.c46 x_res = cfb_get_display_parameter(dev, CFB_DISPLAY_WIDTH); in main()
47 y_res = cfb_get_display_parameter(dev, CFB_DISPLAY_HEIGH); in main()
48 rows = cfb_get_display_parameter(dev, CFB_DISPLAY_ROWS); in main()
49 ppt = cfb_get_display_parameter(dev, CFB_DISPLAY_PPT); in main()
65 cfb_get_display_parameter(dev, CFB_DISPLAY_COLS)); in main()
/Zephyr-latest/subsys/fb/
Dcfb_shell.c60 ppt = cfb_get_display_parameter(dev, CFB_DISPLAY_PPT); in cmd_cfb_print()
91 if (col > cfb_get_display_parameter(dev, CFB_DISPLAY_COLS)) { in cmd_print()
97 if (row > cfb_get_display_parameter(dev, CFB_DISPLAY_ROWS)) { in cmd_print()
197 if (col > cfb_get_display_parameter(dev, CFB_DISPLAY_COLS)) { in cmd_scroll_vert()
203 if (row > cfb_get_display_parameter(dev, CFB_DISPLAY_ROWS)) { in cmd_scroll_vert()
208 boundary = cfb_get_display_parameter(dev, CFB_DISPLAY_ROWS) - row; in cmd_scroll_vert()
233 if (col > cfb_get_display_parameter(dev, CFB_DISPLAY_COLS)) { in cmd_scroll_horz()
239 if (row > cfb_get_display_parameter(dev, CFB_DISPLAY_ROWS)) { in cmd_scroll_horz()
245 boundary = cfb_get_display_parameter(dev, CFB_DISPLAY_COLS) - col; in cmd_scroll_horz()
386 cfb_get_display_parameter(dev, i)); in cmd_get_param_all()
[all …]
Dcfb.c490 int cfb_get_display_parameter(const struct device *dev, in cfb_get_display_parameter() function
/Zephyr-latest/include/zephyr/display/
Dcfb.h190 int cfb_get_display_parameter(const struct device *dev,