Lines Matching +full:sub +full:- +full:frame
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Defines for Mobile High-Definition Link (MHL) interface
9 * Copyright (C) 2013-2014 Silicon Image, Inc.
209 MHL_MSC_MSG = 0x68, /* VS command to send RCP sub-commands */
210 MHL_GET_SC1_ERRORCODE = 0x69, /* Get Vendor-Specific error code */
213 MHL_WRITE_BURST = 0x6C, /* Write 1-16 bytes to responder's scratchpad */
226 MHL_MSC_MSG_RCP = 0x10, /* RCP sub-command */
227 MHL_MSC_MSG_RCPK = 0x11, /* RCP Acknowledge sub-command */
228 MHL_MSC_MSG_RCPE = 0x12, /* RCP Error sub-command */
229 MHL_MSC_MSG_RAP = 0x20, /* Mode Change Warning sub-command */
230 MHL_MSC_MSG_RAPK = 0x21, /* MCW Acknowledge sub-command */
231 MHL_MSC_MSG_RBP = 0x22, /* Remote Button Protocol sub-command */
232 MHL_MSC_MSG_RBPK = 0x23, /* RBP Acknowledge sub-command */
233 MHL_MSC_MSG_RBPE = 0x24, /* RBP Error sub-command */
234 MHL_MSC_MSG_UCP = 0x30, /* UCP sub-command */
235 MHL_MSC_MSG_UCPK = 0x31, /* UCP Acknowledge sub-command */
236 MHL_MSC_MSG_UCPE = 0x32, /* UCP Error sub-command */
241 MHL_MSC_MSG_ATT = 0x50, /* Request attention sub-command */
242 MHL_MSC_MSG_ATTK = 0x51, /* ATT Acknowledge sub-command */
360 MHL3_3D_FORMAT_TYPE_FS, /* frame sequential */
361 MHL3_3D_FORMAT_TYPE_TB, /* top-bottom */
362 MHL3_3D_FORMAT_TYPE_LR, /* left-right */
363 MHL3_3D_FORMAT_TYPE_FS_TB, /* frame sequential, top-bottom */
364 MHL3_3D_FORMAT_TYPE_FS_LR, /* frame sequential, left-right */
365 MHL3_3D_FORMAT_TYPE_TB_LR /* top-bottom, left-right */