Searched refs:stream (Results 1 – 6 of 6) sorted by relevance
63 z_stream stream; in gunzip() local70 stream.next_in = (typeof(stream.next_in))*in_buf; in gunzip()71 stream.avail_in = in_len; in gunzip()72 stream.next_out = (typeof(stream.next_out))*out_buf; in gunzip()73 stream.avail_out = out_len; in gunzip()74 stream.zalloc = zcalloc; in gunzip()75 stream.zfree = zfree; in gunzip()76 stream.opaque = (voidpf)0; in gunzip()78 zret = inflateInit(&stream); in gunzip()84 zret = inflate(&stream, Z_NO_FLUSH); in gunzip()[all …]
13 - **0x1** = STM (Serial Trace Macro-cell, a programmer's port into trace stream)
160 - stream-endpoint-ids252 - stream-ids
1528 support a large number of streams with each stream assigned to a unique1533 - SMMUv3 offers non-secure stream support with secure stream support being1535 instance for secure and non-secure stream support.1550 each stream.1574 - stream-ids: List of stream IDs assigned to this device.1583 stream-ids = <0x0 0x1>;
1954 static uint32_t get_mail(uint16_t *phy, int stream) in get_mail() argument1972 if (stream != 0) { in get_mail()
2108 …- add stream extends and attr support ([e64abe7](https://review.trustedfirmware.org/plugins/gitile…5513 - Added missing stream IDs configurations