Searched refs:stream (Results 1 – 9 of 9) sorted by relevance
/arch/powerpc/platforms/pseries/ |
D | nvram.c | 132 static struct z_stream_s stream; variable 494 err = zlib_deflateInit2(&stream, COMPR_LEVEL, Z_DEFLATED, WINDOW_BITS, in nvram_compress() 499 stream.next_in = in; in nvram_compress() 500 stream.avail_in = inlen; in nvram_compress() 501 stream.total_in = 0; in nvram_compress() 502 stream.next_out = out; in nvram_compress() 503 stream.avail_out = outlen; in nvram_compress() 504 stream.total_out = 0; in nvram_compress() 506 err = zlib_deflate(&stream, Z_FINISH); in nvram_compress() 510 err = zlib_deflateEnd(&stream); in nvram_compress() [all …]
|
/arch/alpha/kernel/ |
D | err_ev6.c | 101 int source = -1, stream = -1, bits = -1; in ev6_parse_cbox() local 137 stream = EXTRACT(c_stat, EV6__C_STAT__ISTREAM); in ev6_parse_cbox() 160 streamname[stream], bitsname[bits], sourcename[source]); in ev6_parse_cbox()
|
/arch/xtensa/variants/s6000/include/variant/ |
D | dmac.h | 113 #define S6_DPDMA_CHAN(stream, channel) (4 * (stream) + (channel)) argument
|
/arch/um/os-Linux/ |
D | file.c | 349 int os_pipe(int *fds, int stream, int close_on_exec) in os_pipe() argument 351 int err, type = stream ? SOCK_STREAM : SOCK_DGRAM; in os_pipe()
|
/arch/arm/mach-pxa/ |
D | mainstone.c | 241 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in mst_audio_startup() 248 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in mst_audio_shutdown()
|
/arch/um/include/shared/ |
D | os.h | 148 extern int os_pipe(int *fd, int stream, int close_on_exec);
|
/arch/arc/boot/dts/ |
D | abilis_tb10x.dtsi | 198 tb10x_stream_proc: tb10x-stream-proc {
|
/arch/um/ |
D | Kconfig.net | 162 The pcap transport makes a pcap packet stream on the host look
|
/arch/cris/arch-v32/drivers/ |
D | Kconfig | 341 This option enables a driver for the stream co-processor
|