Lines Matching refs:cfb_get_display_parameter
60 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()
400 cfb_get_display_parameter(dev, CFB_DISPLAY_HEIGH)); in cmd_get_param_height()
412 cfb_get_display_parameter(dev, CFB_DISPLAY_WIDTH)); in cmd_get_param_width()
424 cfb_get_display_parameter(dev, CFB_DISPLAY_PPT)); in cmd_get_param_ppt()
436 cfb_get_display_parameter(dev, CFB_DISPLAY_ROWS)); in cmd_get_param_rows()
448 cfb_get_display_parameter(dev, CFB_DISPLAY_COLS)); in cmd_get_param_cols()