Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
A Dpanthor_fw.c827 if (a->stream_num != b->stream_num) in compare_csg()
849 if (csg_iface->control->stream_num < MIN_CS_PER_CSG || in panthor_init_csg_iface()
850 csg_iface->control->stream_num > MAX_CS_PER_CSG) in panthor_init_csg_iface()
868 for (i = 0; i < csg_iface->control->stream_num; i++) { in panthor_init_csg_iface()
A Dpanthor_fw.h133 u32 stream_num; member
A Dpanthor_sched.c3541 sched->cs_slot_count = csg_iface->control->stream_num; in panthor_sched_init()
/linux/sound/pci/pcxhr/
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/include/net/sctp/
A Dulpevent.h131 __u16 stream_num, __be16 *stream_list, gfp_t gfp);
A Dsm.h257 __u16 stream_num, __be16 *stream_list,
/linux/drivers/media/platform/st/sti/hva/
A Dhva.h260 u32 stream_num; member
A Dhva-h264.c602 u32 frame_num = pctx->stream_num; in hva_h264_prepare_task()
1023 pctx->stream_num++; in hva_h264_encode()
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/net/sctp/
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()
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/drivers/scsi/megaraid/
A Dmegaraid_sas_fusion.c2570 u32 *track_stream = &current_ld_sd->mru_bit_map, stream_num; in megasas_stream_detect() local
2578 stream_num = (*track_stream >> in megasas_stream_detect()
2581 current_sd = &current_ld_sd->stream_track[stream_num]; in megasas_stream_detect()
2615 unshifted_values | shifted_values | stream_num; in megasas_stream_detect()
2623 stream_num = (*track_stream >> in megasas_stream_detect()
2626 current_sd = &current_ld_sd->stream_track[stream_num]; in megasas_stream_detect()
2629 *track_stream = (((*track_stream & ZERO_LAST_STREAM) << 4) | stream_num); in megasas_stream_detect()

Completed in 59 milliseconds