Lines Matching +full:invert +full:- +full:direction
11 * SPDX-License-Identifier: Apache-2.0
93 return -EINVAL; in cmd_print()
99 return -EINVAL; in cmd_print()
199 return -EINVAL; in cmd_scroll_vert()
205 return -EINVAL; in cmd_scroll_vert()
208 boundary = cfb_get_display_parameter(dev, CFB_DISPLAY_ROWS) - row; in cmd_scroll_vert()
235 return -EINVAL; in cmd_scroll_horz()
241 return -EINVAL; in cmd_scroll_horz()
245 boundary = cfb_get_display_parameter(dev, CFB_DISPLAY_COLS) - col; in cmd_scroll_horz()
299 return -EINVAL; in cmd_set_kerning()
331 shell_error(sh, "Error invert area"); in cmd_invert()
373 shell_print(sh, "Framebuffer Device: %s", dev->name); in cmd_get_device()
459 return -ENODEV; in cmd_init()
483 shell_print(sh, "Framebuffer initialized: %s", dev->name); in cmd_init()
523 SHELL_CMD_ARG(invert, NULL, HELP_INVERT, cmd_invert, 1, 5),
526 "horizontal direction", NULL),