Searched refs:stream (Results 1 – 8 of 8) sorted by relevance
/arch/powerpc/platforms/pseries/ |
D | nvram.c | 117 static struct z_stream_s stream; variable 442 stream.workspace = kmalloc(zlib_deflate_workspacesize( in nvram_init_oops_partition() 444 if (!stream.workspace) { in nvram_init_oops_partition() 454 stream.workspace = NULL; in nvram_init_oops_partition() 462 kfree(stream.workspace); in nvram_init_oops_partition() 572 err = zlib_deflateInit2(&stream, COMPR_LEVEL, Z_DEFLATED, WINDOW_BITS, in nvram_compress() 577 stream.next_in = in; in nvram_compress() 578 stream.avail_in = inlen; in nvram_compress() 579 stream.total_in = 0; in nvram_compress() 580 stream.next_out = out; 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/arm/mach-pxa/ |
D | mainstone.c | 239 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in mst_audio_startup() 246 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in mst_audio_shutdown()
|
/arch/um/os-Linux/ |
D | file.c | 334 int os_pipe(int *fds, int stream, int close_on_exec) in os_pipe() argument 336 int err, type = stream ? SOCK_STREAM : SOCK_DGRAM; in os_pipe()
|
/arch/um/include/shared/ |
D | os.h | 146 extern int os_pipe(int *fd, int stream, int close_on_exec);
|
/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 | 642 This option enables a driver for the stream co-processor
|