Lines Matching full:orientation
28 enum display_orientation orientation; member
36 uint16_t orientation; member
398 const enum display_orientation orientation) in gc9x01x_set_orientation() argument
404 if (orientation == DISPLAY_ORIENTATION_NORMAL) { in gc9x01x_set_orientation()
406 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_90) { in gc9x01x_set_orientation()
409 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_180) { in gc9x01x_set_orientation()
412 } else if (orientation == DISPLAY_ORIENTATION_ROTATED_270) { in gc9x01x_set_orientation()
422 data->orientation = orientation; in gc9x01x_set_orientation()
444 /* Orientation */ in gc9x01x_configure()
445 ret = gc9x01x_set_orientation(dev, config->orientation); in gc9x01x_configure()
578 if (data->orientation == DISPLAY_ORIENTATION_NORMAL || in gc9x01x_get_capabilities()
579 data->orientation == DISPLAY_ORIENTATION_ROTATED_180) { in gc9x01x_get_capabilities()
587 capabilities->current_orientation = data->orientation; in gc9x01x_get_capabilities()
632 .orientation = DT_INST_ENUM_IDX(inst, orientation), \