Lines Matching defs:data
61 * 5. VCC_PORT_LDC_WRITE_READY - Ldc has space to receive data.
152 * Transition from data not ready to data ready
154 * Transit to data ready
158 * Transition from data ready to data not ready
160 * Transit to data not ready
166 #define VCC_PORT_LDC_CHANNEL_READY 0x4 /* ready for data transfer */
169 #define VCC_PORT_LDC_DATA_READY 0x20 /* data ready */
170 #define VCC_PORT_LDC_WRITE_READY 0x40 /* ldc ready receive data */
196 /* size of vcc message data */
210 /* HV message data type */
212 #define LDC_CONSOLE_DATA 0x2 /* data msg */
232 uint8_t type; /* type - data or ctrl */
233 uint8_t size; /* data size */
235 int32_t ctrl_msg; /* data if type is ctrl */
236 uint8_t data[VCC_MTU_SZ]; /* data if type is data */