Searched refs:stream (Results 1 – 21 of 21) sorted by relevance
/arch/powerpc/kernel/ |
D | nvram_64.c | 116 static struct z_stream_s stream; variable 324 err = zlib_deflateInit2(&stream, COMPR_LEVEL, Z_DEFLATED, WINDOW_BITS, in nvram_compress() 329 stream.next_in = in; in nvram_compress() 330 stream.avail_in = inlen; in nvram_compress() 331 stream.total_in = 0; in nvram_compress() 332 stream.next_out = out; in nvram_compress() 333 stream.avail_out = outlen; in nvram_compress() 334 stream.total_out = 0; in nvram_compress() 336 err = zlib_deflate(&stream, Z_FINISH); in nvram_compress() 340 err = zlib_deflateEnd(&stream); in nvram_compress() [all …]
|
/arch/arm/kernel/ |
D | head-inflate-data.c | 37 struct z_stream_s stream, *strm = &stream; in __inflate_kernel_data() local
|
/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/arm64/boot/dts/amd/ |
D | amd-seattle-xgbe-b.dtsi | 58 #stream-id-cells = <16>; 84 #stream-id-cells = <16>;
|
/arch/arm/mach-pxa/ |
D | mainstone.c | 156 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in mst_audio_startup() 163 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in mst_audio_shutdown()
|
/arch/arm64/crypto/ |
D | Kconfig | 104 tristate "ChaCha20, XChaCha20, and XChaCha12 stream ciphers using NEON instructions"
|
/arch/arm/boot/dts/ |
D | imx6q-h100.dts | 85 led1: stream { 86 label = "stream";
|
/arch/um/os-Linux/ |
D | file.c | 372 int os_pipe(int *fds, int stream, int close_on_exec) in os_pipe() argument 374 int err, type = stream ? SOCK_STREAM : SOCK_DGRAM; in os_pipe()
|
/arch/arc/boot/dts/ |
D | abilis_tb10x.dtsi | 201 tb10x_stream_proc: tb10x-stream-proc {
|
/arch/um/include/shared/ |
D | os.h | 154 extern int os_pipe(int *fd, int stream, int close_on_exec);
|
/arch/arm/crypto/ |
D | Kconfig | 151 tristate "NEON accelerated ChaCha stream cipher algorithms"
|
D | aes-ce-core.S | 453 vst1.8 {q0}, [r0, :64] @ return the key stream
|
/arch/arm64/boot/dts/intel/ |
D | socfpga_agilex.dtsi | 279 stream-match-mask = <0x7ff0>;
|
/arch/arm64/boot/dts/altera/ |
D | socfpga_stratix10.dtsi | 372 stream-match-mask = <0x7ff0>;
|
/arch/arm64/boot/dts/freescale/ |
D | fsl-ls1028a.dtsi | 407 stream-match-mask = <0x7c00>;
|
D | fsl-ls208xa.dtsi | 448 stream-match-mask = <0x7C00>;
|
D | fsl-ls1088a.dtsi | 540 stream-match-mask = <0x7C00>;
|
/arch/um/drivers/ |
D | Kconfig | 288 The pcap transport makes a pcap packet stream on the host look
|
/arch/arm64/boot/dts/nvidia/ |
D | tegra186.dtsi | 869 stream-match-mask = <0x7f80>;
|
/arch/arm64/boot/dts/qcom/ |
D | msm8996.dtsi | 2053 #stream-id-cells = <16>;
|
D | sdm845.dtsi | 3025 #stream-id-cells = <16>;
|