Lines Matching +full:foo +full:- +full:queue
2 * Copyright (c) 2010-2012 Broadcom. All rights reserved.
13 * 3. The names of the above-listed copyright holders may not be used
44 …VCHI_FLAGS_BLOCK_UNTIL_QUEUED = 0x4, // return once the transfer is in a queue ready to go
59 VCHI_CRC_NOTHING = -1,
133 * Define vector struct for scatter-gather (vector) operations
134 * Vectors can be nested - if a vector element has negative length, then
136 * '-vec_len' elements. Thus to append a header onto an existing vector,
139 * void foo(const VCHI_MSG_VECTOR_T *v, int n)
145 * nv[1].vec_len = -n;
161 // Iterator structure for reading ahead through received message queue. Allocated by client,
163 // Iterates over messages in queue at the instant of the call to vchi_msg_lookahead -