Symbol: stream_num
drivers/gpu/drm/panthor/panthor_fw.c
925
if (a->stream_num != b->stream_num)
drivers/gpu/drm/panthor/panthor_fw.c
947
if (csg_iface->control->stream_num < MIN_CS_PER_CSG ||
drivers/gpu/drm/panthor/panthor_fw.c
948
csg_iface->control->stream_num > MAX_CS_PER_CSG)
drivers/gpu/drm/panthor/panthor_fw.c
966
for (i = 0; i < csg_iface->control->stream_num; i++) {
drivers/gpu/drm/panthor/panthor_fw.h
133
u32 stream_num;
drivers/gpu/drm/panthor/panthor_sched.c
4143
sched->cs_slot_count = csg_iface->control->stream_num;
drivers/media/platform/st/sti/hva/hva-h264.c
1023
pctx->stream_num++;
drivers/media/platform/st/sti/hva/hva-h264.c
602
u32 frame_num = pctx->stream_num;
drivers/media/platform/st/sti/hva/hva-v4l2.c
1082
ctx->stream_num = 0;
drivers/media/platform/st/sti/hva/hva-v4l2.c
837
dst_buf->sequence = ctx->stream_num - 1;
drivers/media/platform/st/sti/hva/hva.h
258
u32 stream_num;
drivers/scsi/megaraid/megaraid_sas_fusion.c
2571
u32 *track_stream = &current_ld_sd->mru_bit_map, stream_num;
drivers/scsi/megaraid/megaraid_sas_fusion.c
2579
stream_num = (*track_stream >>
drivers/scsi/megaraid/megaraid_sas_fusion.c
2582
current_sd = &current_ld_sd->stream_track[stream_num];
drivers/scsi/megaraid/megaraid_sas_fusion.c
2616
unshifted_values | shifted_values | stream_num;
drivers/scsi/megaraid/megaraid_sas_fusion.c
2624
stream_num = (*track_stream >>
drivers/scsi/megaraid/megaraid_sas_fusion.c
2627
current_sd = &current_ld_sd->stream_track[stream_num];
drivers/scsi/megaraid/megaraid_sas_fusion.c
2630
*track_stream = (((*track_stream & ZERO_LAST_STREAM) << 4) | stream_num);
include/net/sctp/ulpevent.h
131
__u16 stream_num, __be16 *stream_list, gfp_t gfp);
net/sctp/sm_make_chunk.c
3675
__u16 stream_num, __be16 *stream_list,
net/sctp/sm_make_chunk.c
3678
__u16 stream_len = stream_num * sizeof(__u16);
net/sctp/ulpevent.c
889
const struct sctp_association *asoc, __u16 flags, __u16 stream_num,
net/sctp/ulpevent.c
897
length = sizeof(struct sctp_stream_reset_event) + 2 * stream_num;
net/sctp/ulpevent.c
911
for (i = 0; i < stream_num; i++)
sound/pci/pcxhr/pcxhr.c
547
int err, is_capture, sample_rate, stream_num;
sound/pci/pcxhr/pcxhr.c
591
stream_num = is_capture ? 0 : stream->substream->number;
sound/pci/pcxhr/pcxhr.c
596
stream_num, 0);
sound/pci/pcxhr/pcxhr.c
627
int err, is_capture, stream_num;
sound/pci/pcxhr/pcxhr.c
633
stream_num = is_capture ? 0 : subs->number;
sound/pci/pcxhr/pcxhr.c
643
stream_num, 0);