Home
last modified time | relevance | path

Searched refs:stream_num (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/drivers/gpu/drm/panthor/
H A Dpanthor_fw.c870 if (a->stream_num != b->stream_num) in compare_csg()
892 if (csg_iface->control->stream_num < MIN_CS_PER_CSG || in panthor_init_csg_iface()
893 csg_iface->control->stream_num > MAX_CS_PER_CSG) in panthor_init_csg_iface()
911 for (i = 0; i < csg_iface->control->stream_num; i++) { in panthor_init_csg_iface()
H A Dpanthor_fw.h133 u32 stream_num; member
H A Dpanthor_sched.c3902 sched->cs_slot_count = csg_iface->control->stream_num; in panthor_sched_init()
/linux-6.15/sound/pci/pcxhr/
H A Dpcxhr.c544 int err, is_capture, sample_rate, stream_num; in pcxhr_set_format() local
588 stream_num = is_capture ? 0 : stream->substream->number; in pcxhr_set_format()
593 stream_num, 0); in pcxhr_set_format()
624 int err, is_capture, stream_num; in pcxhr_update_r_buffer() local
630 stream_num = is_capture ? 0 : subs->number; in pcxhr_update_r_buffer()
640 stream_num, 0); in pcxhr_update_r_buffer()
/linux-6.15/include/net/sctp/
H A Dulpevent.h131 __u16 stream_num, __be16 *stream_list, gfp_t gfp);
H A Dsm.h257 __u16 stream_num, __be16 *stream_list,
/linux-6.15/drivers/media/platform/st/sti/hva/
H A Dhva.h260 u32 stream_num; member
H A Dhva-h264.c602 u32 frame_num = pctx->stream_num; in hva_h264_prepare_task()
1023 pctx->stream_num++; in hva_h264_encode()
H A Dhva-v4l2.c835 dst_buf->sequence = ctx->stream_num - 1; in hva_run_work()
1080 ctx->stream_num = 0; in hva_stop_streaming()
/linux-6.15/net/sctp/
H A Dulpevent.c889 const struct sctp_association *asoc, __u16 flags, __u16 stream_num, in sctp_ulpevent_make_stream_reset_event() argument
897 length = sizeof(struct sctp_stream_reset_event) + 2 * stream_num; in sctp_ulpevent_make_stream_reset_event()
911 for (i = 0; i < stream_num; i++) in sctp_ulpevent_make_stream_reset_event()
H A Dsm_make_chunk.c3680 __u16 stream_num, __be16 *stream_list, in sctp_make_strreset_req() argument
3683 __u16 stream_len = stream_num * sizeof(__u16); in sctp_make_strreset_req()
/linux-6.15/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c2573 u32 *track_stream = &current_ld_sd->mru_bit_map, stream_num; in megasas_stream_detect() local
2581 stream_num = (*track_stream >> in megasas_stream_detect()
2584 current_sd = &current_ld_sd->stream_track[stream_num]; in megasas_stream_detect()
2618 unshifted_values | shifted_values | stream_num; in megasas_stream_detect()
2626 stream_num = (*track_stream >> in megasas_stream_detect()
2629 current_sd = &current_ld_sd->stream_track[stream_num]; in megasas_stream_detect()
2632 *track_stream = (((*track_stream & ZERO_LAST_STREAM) << 4) | stream_num); in megasas_stream_detect()