Searched refs:cfb_get_display_parameter (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.7.0/samples/subsys/display/cfb/src/ |
D | main.c | 46 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-Core-3.7.0/subsys/fb/ |
D | cfb_shell.c | 70 ppt = cfb_get_display_parameter(dev, CFB_DISPLAY_PPT); in cmd_cfb_print() 106 if (col > cfb_get_display_parameter(dev, CFB_DISPLAY_COLS)) { in cmd_print() 112 if (row > cfb_get_display_parameter(dev, CFB_DISPLAY_ROWS)) { in cmd_print() 237 if (col > cfb_get_display_parameter(dev, CFB_DISPLAY_COLS)) { in cmd_scroll_vert() 243 if (row > cfb_get_display_parameter(dev, CFB_DISPLAY_ROWS)) { in cmd_scroll_vert() 248 boundary = cfb_get_display_parameter(dev, CFB_DISPLAY_ROWS) - row; in cmd_scroll_vert() 278 if (col > cfb_get_display_parameter(dev, CFB_DISPLAY_COLS)) { in cmd_scroll_horz() 284 if (row > cfb_get_display_parameter(dev, CFB_DISPLAY_ROWS)) { in cmd_scroll_horz() 290 boundary = cfb_get_display_parameter(dev, CFB_DISPLAY_COLS) - col; in cmd_scroll_horz() 463 cfb_get_display_parameter(dev, i)); in cmd_get_param_all() [all …]
|
D | cfb.c | 485 int cfb_get_display_parameter(const struct device *dev, in cfb_get_display_parameter() function
|
/Zephyr-Core-3.7.0/include/zephyr/display/ |
D | cfb.h | 190 int cfb_get_display_parameter(const struct device *dev,
|