/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 3366 usecs += q->itd->stream->usecs; in periodic_usecs() 3904 struct fotg210_iso_stream *stream; in iso_stream_alloc() local 3906 stream = kzalloc(sizeof(*stream), mem_flags); in iso_stream_alloc() 3907 if (likely(stream != NULL)) { in iso_stream_alloc() 3908 INIT_LIST_HEAD(&stream->td_list); in iso_stream_alloc() 3909 INIT_LIST_HEAD(&stream->free_list); in iso_stream_alloc() 3910 stream->next_uframe = -1; in iso_stream_alloc() 3912 return stream; in iso_stream_alloc() 3916 struct fotg210_iso_stream *stream, struc in iso_stream_init() 3915 iso_stream_init(struct fotg210_hcd *fotg210, struct fotg210_iso_stream *stream, struct usb_device *dev, int pipe, unsigned interval) iso_stream_init() argument 3973 struct fotg210_iso_stream *stream; iso_stream_find() local 4021 itd_sched_init(struct fotg210_hcd *fotg210, struct fotg210_iso_sched *iso_sched, struct fotg210_iso_stream *stream, struct urb *urb) itd_sched_init() argument 4059 iso_sched_free(struct fotg210_iso_stream *stream, struct fotg210_iso_sched *iso_sched) iso_sched_free() argument 4069 itd_urb_transaction(struct fotg210_iso_stream *stream, struct fotg210_hcd *fotg210, struct urb *urb, gfp_t mem_flags) itd_urb_transaction() argument 4158 iso_stream_schedule(struct fotg210_hcd *fotg210, struct urb *urb, struct fotg210_iso_stream *stream) iso_stream_schedule() argument 4279 itd_init(struct fotg210_hcd *fotg210, struct fotg210_iso_stream *stream, struct fotg210_itd *itd) itd_init() argument 4348 itd_link_urb(struct fotg210_hcd *fotg210, struct urb *urb, unsigned mod, struct fotg210_iso_stream *stream) itd_link_urb() argument 4431 struct fotg210_iso_stream *stream = itd->stream; itd_complete() local 4520 struct fotg210_iso_stream *stream; itd_submit() local 5381 struct fotg210_iso_stream *stream = ep->hcpriv; fotg210_endpoint_disable() local [all...] |
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | OpenArchive.cpp | 294 Z7_COM7F_IMF(CHandler::Open(IInStream *stream, const UInt64 *, IArchiveOpenCallback * /* openArchiveCallback */))
in Open() argument 299 _stream = stream;
in Open() 432 Z7_COM7F_IMF(CHandler::GetStream(UInt32 index, ISequentialInStream **stream))
in GetStream() argument 436 return CreateLimitedInStream(_stream, item.Offset, item.Size, stream);
in GetStream() 1493 if (!op.stream)
1495 RINOK(InStream_SeekSet(op.stream, offset))
1502 RINOK(op.stream->Read(buf, kBufSize, &processed))
1584 IInStream *stream, const UInt64 *maxCheckStartPosition,
1595 return open2->ArcOpen2(stream, kOpenFlags_RealPhySize, openCallback);
1598 RINOK(archive->Open(stream, maxCheckStartPositio [all...] |
/kernel/linux/linux-5.10/net/sctp/ |
H A D | outqueue.c | 63 __u16 stream; in sctp_outq_head_data() local 68 stream = sctp_chunk_stream_no(ch); in sctp_outq_head_data() 69 oute = SCTP_SO(&q->asoc->stream, stream)->ext; in sctp_outq_head_data() 84 __u16 stream; in sctp_outq_tail_data() local 89 stream = sctp_chunk_stream_no(ch); in sctp_outq_tail_data() 90 oute = SCTP_SO(&q->asoc->stream, stream)->ext; in sctp_outq_tail_data() 361 streamout = SCTP_SO(&asoc->stream, chk->sinfo.sinfo_stream); in sctp_prsctp_prune_sent() 389 q->sched->unsched_all(&asoc->stream); in sctp_prsctp_prune_unsent() 1783 sctp_get_skip_pos(struct sctp_fwdtsn_skip *skiplist, int nskips, __be16 stream) sctp_get_skip_pos() argument [all...] |
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm.c | 105 int stream; in snd_pcm_control_ioctl() local 114 if (get_user(stream, &info->stream)) in snd_pcm_control_ioctl() 116 if (stream < 0 || stream > 1) in snd_pcm_control_ioctl() 118 stream = array_index_nospec(stream, 2); in snd_pcm_control_ioctl() 127 pstr = &pcm->streams[stream]; in snd_pcm_control_ioctl() 274 static const char *snd_pcm_stream_name(int stream) in snd_pcm_stream_name() argument 276 return snd_pcm_stream_names[stream]; in snd_pcm_stream_name() 637 snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count) snd_pcm_new_stream() argument 884 snd_pcm_attach_substream(struct snd_pcm *pcm, int stream, struct file *file, struct snd_pcm_substream **rsubstream) snd_pcm_attach_substream() argument [all...] |
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm.c | 105 int stream; in snd_pcm_control_ioctl() local 114 if (get_user(stream, &info->stream)) in snd_pcm_control_ioctl() 116 if (stream < 0 || stream > 1) in snd_pcm_control_ioctl() 118 stream = array_index_nospec(stream, 2); in snd_pcm_control_ioctl() 127 pstr = &pcm->streams[stream]; in snd_pcm_control_ioctl() 276 static const char *snd_pcm_stream_name(int stream) in snd_pcm_stream_name() argument 278 return snd_pcm_stream_names[stream]; in snd_pcm_stream_name() 639 snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count) snd_pcm_new_stream() argument 887 snd_pcm_attach_substream(struct snd_pcm *pcm, int stream, struct file *file, struct snd_pcm_substream **rsubstream) snd_pcm_attach_substream() argument [all...] |
/kernel/linux/linux-6.6/net/sctp/ |
H A D | outqueue.c | 63 __u16 stream; in sctp_outq_head_data() local 68 stream = sctp_chunk_stream_no(ch); in sctp_outq_head_data() 69 oute = SCTP_SO(&q->asoc->stream, stream)->ext; in sctp_outq_head_data() 84 __u16 stream; in sctp_outq_tail_data() local 89 stream = sctp_chunk_stream_no(ch); in sctp_outq_tail_data() 90 oute = SCTP_SO(&q->asoc->stream, stream)->ext; in sctp_outq_tail_data() 361 streamout = SCTP_SO(&asoc->stream, chk->sinfo.sinfo_stream); in sctp_prsctp_prune_sent() 389 q->sched->unsched_all(&asoc->stream); in sctp_prsctp_prune_unsent() 1809 sctp_get_skip_pos(struct sctp_fwdtsn_skip *skiplist, int nskips, __be16 stream) sctp_get_skip_pos() argument [all...] |
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | topology.c | 405 offsetof(struct snd_sof_pcm, stream[0].d0i3_compatible)}, 407 offsetof(struct snd_sof_pcm, stream[1].d0i3_compatible)}, 1062 int stream; in sof_connect_dai_widget() local 1066 dev_err(scomp->dev, "Widget %s does not have stream\n", w->name); in sof_connect_dai_widget() 1071 stream = SNDRV_PCM_STREAM_CAPTURE; in sof_connect_dai_widget() 1073 stream = SNDRV_PCM_STREAM_PLAYBACK; in sof_connect_dai_widget() 1078 /* does stream match DAI link ? */ in sof_connect_dai_widget() 1089 if (!snd_soc_dai_get_widget(cpu_dai, stream)) { in sof_connect_dai_widget() 1090 snd_soc_dai_set_widget(cpu_dai, stream, w); in sof_connect_dai_widget() 1107 dev_err(scomp->dev, "error: can't connect DAI %s stream in sof_connect_dai_widget() 1122 int i, stream; sof_disconnect_dai_widget() local 1712 int stream; sof_dai_load() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_ilbc.c | 27 AVStream *stream, PayloadContext *data, in ilbc_parse_fmtp() 34 stream->codecpar->block_align = 38; in ilbc_parse_fmtp() 37 stream->codecpar->block_align = 50; in ilbc_parse_fmtp() 26 ilbc_parse_fmtp(AVFormatContext *s, AVStream *stream, PayloadContext *data, const char *attr, const char *value) ilbc_parse_fmtp() argument
|
/third_party/astc-encoder/Source/Fuzzers/ |
H A D | fuzz_astc_physical_to_symbolic.cpp | 91 FuzzedDataProvider stream(data, size); in LLVMFuzzerTestOneInput() 94 int i = stream.ConsumeIntegralInRange<int>(0, testSz.size() - 1); in LLVMFuzzerTestOneInput() 98 std::vector<uint8_t> buffer = stream.ConsumeBytes<uint8_t>(16); in LLVMFuzzerTestOneInput()
|
/third_party/PyYAML/tests/lib/ |
H A D | test_reader.py | 6 stream = yaml.reader.Reader(data) 7 while stream.peek() != '\0': 8 stream.forward() 33 test_stream_error.unittest = ['.stream-error']
|
/third_party/node/test/parallel/ |
H A D | test-http2-client-setNextStreamID-errors.js | 11 server.on('stream', (stream) => { 12 stream.respond(); 13 stream.end('ok');
|
H A D | test-http2-cookies.js | 18 server.on('stream', common.mustCall(onStream)); 20 function onStream(stream, headers, flags) { 27 stream.respond({ 33 stream.end('hello world');
|
H A D | test-http2-methods.js | 15 server.on('stream', common.mustCall(onStream, expected)); 17 function onStream(stream, headers, flags) { 21 stream.respond({ 25 stream.end('hello world');
|
H A D | test-http2-server-rst-before-respond.js | 12 server.on('stream', common.mustCall(onStream)); 14 function onStream(stream, headers, flags) { 15 stream.close(); 18 stream.additionalHeaders({
|
/third_party/node/test/addons/repl-domain-abort/ |
H A D | test.js | 26 const stream = require('stream'); 47 const dInput = new stream.Readable(); 48 const dOutput = new stream.Writable();
|
/third_party/node/benchmark/http2/ |
H A D | headers.js | 30 server.on('stream', (stream) => { 31 stream.respond(); 32 stream.end('Hi!');
|
H A D | respond-with-fd.js | 24 server.on('stream', (stream) => { 25 stream.respondWithFD(fd); 26 stream.on('error', (err) => {});
|
/third_party/node/deps/npm/node_modules/@sigstore/core/dist/asn1/ |
H A D | length.js | 20 // Decodes the length of a DER-encoded ANS.1 element from the supplied stream. 22 function decodeLength(stream) { 23 const buf = stream.getUint8(); 39 len = len * 256 + stream.getUint8();
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_log.h | 41 * added. Drivers can use this to lazily log chunks of their command stream. 61 void (*print)(void *data, FILE *stream); 93 u_log_new_page_print(struct u_log_context *ctx, FILE *stream); 102 u_log_page_print(struct u_log_page *page, FILE *stream);
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_sm4.c | 50 IMPLEMENT_generic_cipher(sm4, SM4, ctr, CTR, 0, 128, 8, 128, stream) 52 IMPLEMENT_generic_cipher(sm4, SM4, ofb128, OFB, 0, 128, 8, 128, stream) 54 IMPLEMENT_generic_cipher(sm4, SM4, cfb128, CFB, 0, 128, 8, 128, stream)
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_sm4.c | 50 IMPLEMENT_generic_cipher(sm4, SM4, ctr, CTR, 0, 128, 8, 128, stream) 52 IMPLEMENT_generic_cipher(sm4, SM4, ofb128, OFB, 0, 128, 8, 128, stream) 54 IMPLEMENT_generic_cipher(sm4, SM4, cfb128, CFB, 0, 128, 8, 128, stream)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | ScopedPrinter.cpp | 17 llvm::raw_string_ostream stream(number); in to_hexString() 18 stream << format_hex_no_prefix(Value, 1, UpperCase); in to_hexString() 19 return stream.str(); in to_hexString()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | asoc.h | 192 TP_PROTO(int paths, int stream), 194 TP_ARGS(paths, stream), 198 __field( int, stream ) 203 __entry->stream = stream; 207 __entry->stream ? "capture" : "playback", __entry->paths)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | resource.h | 104 struct dc_stream_state *stream); 218 /* free pipe - free pipe is an uninitialized pipe without a stream 355 * Get the OTG master pipe in resource context associated with the stream. 357 * stream. 361 struct dc_stream_state *stream); 388 struct dc_stream_state *stream); 393 struct dc_stream_state *stream); 399 void resource_build_bit_depth_reduction_params(struct dc_stream_state *stream, 440 bool is_h_timing_divisible_by_2(struct dc_stream_state *stream);
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | asoc.h | 193 TP_PROTO(int paths, int stream), 195 TP_ARGS(paths, stream), 199 __field( int, stream ) 204 __entry->stream = stream; 208 __entry->stream ? "capture" : "playback", __entry->paths)
|