| /drivers/staging/media/atomisp/pci/ |
| A D | atomisp_compat.h | 49 enum atomisp_input_stream_id stream_id, 55 enum atomisp_input_stream_id stream_id, 65 enum atomisp_input_stream_id stream_id, 89 u16 stream_id, 128 enum atomisp_input_stream_id stream_id, 133 enum atomisp_input_stream_id stream_id, 138 enum atomisp_input_stream_id stream_id, 143 enum atomisp_input_stream_id stream_id, 149 enum atomisp_input_stream_id stream_id, 158 enum atomisp_input_stream_id stream_id, [all …]
|
| A D | atomisp_fops.c | 99 enum atomisp_input_stream_id stream_id, in atomisp_q_one_metadata_buffer() argument 125 stream_id, css_pipe_id)) { in atomisp_q_one_metadata_buffer() 132 asd->metadata_bufs_in_css[stream_id][css_pipe_id]++; in atomisp_q_one_metadata_buffer() 138 enum atomisp_input_stream_id stream_id, in atomisp_q_one_s3a_buffer() argument 164 stream_id, css_pipe_id)) { in atomisp_q_one_s3a_buffer() 179 enum atomisp_input_stream_id stream_id, in atomisp_q_one_dis_buffer() argument 203 stream_id, css_pipe_id)) { in atomisp_q_one_dis_buffer() 222 enum atomisp_input_stream_id stream_id, in atomisp_q_video_buffers_to_css() argument 311 atomisp_q_one_s3a_buffer(asd, stream_id, in atomisp_q_video_buffers_to_css() 317 atomisp_q_one_metadata_buffer(asd, stream_id, in atomisp_q_video_buffers_to_css() [all …]
|
| A D | atomisp_compat_css20.c | 916 enum atomisp_input_stream_id stream_id, in atomisp_q_s3a_buffer_to_css() argument 937 enum atomisp_input_stream_id stream_id, in atomisp_q_dis_buffer_to_css() argument 1088 u16 stream_id, in atomisp_css_allocate_stat_buffers() argument 1459 enum atomisp_input_stream_id stream_id, in atomisp_css_input_set_binning_factor() argument 1462 asd->stream_env[stream_id] in atomisp_css_input_set_binning_factor() 1487 enum atomisp_input_stream_id stream_id, in atomisp_css_isys_set_valid() argument 1548 enum atomisp_input_stream_id stream_id, in atomisp_css_isys_two_stream_cfg_update_stream1() argument 3163 *stream_id = i; in atomisp_css_isr_get_stream_id() 3229 false, stream_id); in atomisp_css_isr_thread() 3236 false, stream_id); in atomisp_css_isr_thread() [all …]
|
| /drivers/gpu/drm/amd/display/dc/dml2/ |
| A D | dml2_dc_resource_mgmt.c | 68 if (state->streams[i]->stream_id == stream_id) { in get_plane_id() 114 … (state->res_ctx.pipe_ctx[i].stream && state->res_ctx.pipe_ctx[i].stream->stream_id == stream_id) { in find_master_pipe_of_stream() 245 const unsigned int stream_id, in find_preferred_pipe_candidates() argument 292 const unsigned int stream_id, in find_last_resort_pipe_candidates() argument 593 …if (pipe->stream && pipe->stream->stream_id == stream_id && !pipe->top_pipe && !pipe->prev_odm_pip… in find_pipes_assigned_to_stream() 710 state->res_ctx.pipe_ctx[i].stream->stream_id == stream_id && in free_unused_pipes_for_plane() 861 mapping, stream->stream_id); in get_target_odm_factor() 883 mapping, main_stream->stream_id); in get_target_odm_factor() 886 mapping, stream->stream_id); in get_target_odm_factor() 1046 unsigned int stream_id; in dml2_map_dc_pipes() local [all …]
|
| A D | dml2_utils.c | 194 int dml2_helper_find_dml_pipe_idx_by_stream_id(struct dml2_context *ctx, unsigned int stream_id) in dml2_helper_find_dml_pipe_idx_by_stream_id() argument 198 …m_id_valid[i] && ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_stream_id[i] == stream_id) in dml2_helper_find_dml_pipe_idx_by_stream_id() 217 unsigned int stream_id, unsigned int plane_index, unsigned int *plane_id) in get_plane_id() argument 226 if (state->streams[i]->stream_id == stream_id) { in get_plane_id() 306 context->res_ctx.pipe_ctx[dc_pipe_ctx_index].stream->stream_id, in dml2_calculate_rq_and_dlg_params() 310 …_dml_pipe_idx_by_stream_id(in_ctx, context->res_ctx.pipe_ctx[dc_pipe_ctx_index].stream->stream_id); in dml2_calculate_rq_and_dlg_params() 316 …_idx_to_stream_id[dml_pipe_idx] == context->res_ctx.pipe_ctx[dc_pipe_ctx_index].stream->stream_id); in dml2_calculate_rq_and_dlg_params() 523 display_state->res_ctx.pipe_ctx[i].stream->stream_id, in dml2_verify_det_buffer_configuration() 527 …elper_find_dml_pipe_idx_by_stream_id(in_ctx, display_state->res_ctx.pipe_ctx[i].stream->stream_id); in dml2_verify_det_buffer_configuration()
|
| /drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_overlay.c | 75 uint32_t stream_id) in fill_flush() argument 79 cmd->flush.streamId = stream_id; in fill_flush() 131 cmds->header.streamId = arg->stream_id; in vmw_overlay_send_put() 164 fill_flush(flush, arg->stream_id); in vmw_overlay_send_put() 178 uint32_t stream_id, in vmw_overlay_send_stop() argument 203 cmds->body.header.streamId = stream_id; in vmw_overlay_send_stop() 206 fill_flush(&cmds->flush, stream_id); in vmw_overlay_send_stop() 245 uint32_t stream_id, bool pause, in vmw_overlay_stop() argument 519 BUG_ON(stream_id >= VMW_MAX_NUM_STREAMS); in vmw_overlay_unref() 526 WARN_ON(!overlay->stream[stream_id].claimed); in vmw_overlay_unref() [all …]
|
| A D | vmwgfx_va.c | 39 u32 stream_id; member 63 ret = vmw_overlay_unref(dev_priv, stream->stream_id); in vmw_stream_hw_destroy() 71 return vmw_overlay_claim(res->dev_priv, &stream->stream_id); in vmw_stream_init() 78 arg->stream_id = handle; in vmw_stream_set_arg_handle() 122 arg->stream_id); in vmw_stream_unref_ioctl() 166 *inout_id = stream->stream_id; in vmw_user_stream_lookup()
|
| /drivers/usb/cdns3/ |
| A D | cdnsp-trace.h | 39 TP_ARGS(pep, stream_id), 43 __field(u32, stream_id) 53 __entry->stream_id = stream_id; 69 TP_ARGS(pep, stream_id) 74 TP_ARGS(pep, stream_id) 79 TP_ARGS(pep, stream_id) 84 TP_ARGS(pep, stream_id) 89 TP_ARGS(pep, stream_id) 94 TP_ARGS(pep, stream_id) 481 __entry->stream_id = req->request.stream_id; [all …]
|
| A D | cdnsp-ring.c | 278 unsigned int stream_id) in cdnsp_ring_ep_doorbell() argument 325 unsigned int stream_id) in cdnsp_get_transfer_ring() argument 330 if (stream_id == 0 || stream_id >= pep->stream_info.num_streams) { in cdnsp_get_transfer_ring() 332 pep->name, stream_id); in cdnsp_get_transfer_ring() 352 unsigned int stream_id; in cdnsp_ring_doorbell_for_active_rings() local 367 for (stream_id = 1; stream_id < stream_info->num_streams; stream_id++) { in cdnsp_ring_doorbell_for_active_rings() 401 unsigned int stream_id) in cdnsp_get_hw_deq() argument 433 unsigned int stream_id, in cdnsp_find_new_dequeue_state() argument 456 state->stream_id = stream_id; in cdnsp_find_new_dequeue_state() 970 unsigned int stream_id, in cdnsp_giveback_first_trb() argument [all …]
|
| A D | cdns3-trace.h | 214 __field(unsigned int, stream_id) 229 __entry->stream_id = req->request.stream_id; 242 __entry->stream_id 294 __field(unsigned int, stream_id) 301 __entry->stream_id = req->request.stream_id; 305 __entry->actual, __entry->stream_id)
|
| /drivers/gpu/drm/bridge/imx/ |
| A D | imx8qxp-pixel-link.c | 29 u8 stream_id; member 48 pl->dc_id, pl->stream_id, ret); in imx8qxp_pixel_link_enable_mst_en() 60 pl->dc_id, pl->stream_id, ret); in imx8qxp_pixel_link_enable_mst_vld() 72 pl->dc_id, pl->stream_id, ret); in imx8qxp_pixel_link_enable_sync() 84 pl->dc_id, pl->stream_id, ret); in imx8qxp_pixel_link_disable_mst_en() 98 pl->dc_id, pl->stream_id, ret); in imx8qxp_pixel_link_disable_mst_vld() 112 pl->dc_id, pl->stream_id, ret); in imx8qxp_pixel_link_disable_sync() 127 pl->dc_id, pl->stream_id, pl->mst_addr, ret); in imx8qxp_pixel_link_set_mst_addr() 349 ret = of_property_read_u8(np, "fsl,dc-stream-id", &pl->stream_id); in imx8qxp_pixel_link_bridge_probe() 359 if (pl->stream_id == 0) { in imx8qxp_pixel_link_bridge_probe()
|
| A D | imx8qxp-pixel-combiner.c | 65 unsigned int stream_id; member 149 PC_DISP_HSYNC_POLARITY(ch->stream_id)); in imx8qxp_pc_bridge_mode_set() 153 PC_DISP_VSYNC_POLARITY(ch->stream_id)); in imx8qxp_pc_bridge_mode_set() 157 PC_DISP_DVALID_POLARITY(ch->stream_id)); in imx8qxp_pc_bridge_mode_set() 164 if (ch->stream_id == 0) { in imx8qxp_pc_bridge_mode_set() 174 imx8qxp_pc_write_set(pc, PC_CTRL_REG, PC_DISP_BYPASS(ch->stream_id)); in imx8qxp_pc_bridge_mode_set() 318 ch->stream_id = i; in imx8qxp_pc_bridge_probe()
|
| /drivers/gpu/host1x/hw/ |
| A D | channel_hw.c | 56 u32 stream_id; in submit_wait() local 64 stream_id = job->memory_context->stream_id; in submit_wait() 66 stream_id = job->engine_fallback_streamid; in submit_wait() 81 host1x_opcode_setpayload(stream_id), in submit_wait() 182 u32 stream_id; in host1x_channel_set_streamid() local 184 if (!tegra_dev_iommu_get_stream_id(channel->dev->parent, &stream_id)) in host1x_channel_set_streamid() 185 stream_id = TEGRA_STREAM_ID_BYPASS; in host1x_channel_set_streamid() 187 host1x_ch_writel(channel, stream_id, HOST1X_CHANNEL_SMMU_STREAMID); in host1x_channel_set_streamid()
|
| /drivers/usb/host/ |
| A D | xhci-trace.h | 276 __entry->stream = urb->stream_id; 318 TP_PROTO(struct xhci_stream_info *info, unsigned int stream_id), 319 TP_ARGS(info, stream_id), 321 __field(unsigned int, stream_id) 327 __entry->stream_id = stream_id; 329 __entry->ctx_array_dma = info->ctx_array_dma + stream_id * 16; 340 TP_ARGS(info, stream_id) 345 TP_ARGS(info, stream_id) 493 __field(unsigned int, stream_id) 501 __entry->stream_id = ring->stream_id; [all …]
|
| A D | xhci-ring.c | 591 for (stream_id = 1; stream_id < ep->stream_info->num_streams; in ring_doorbell_for_active_rings() 592 stream_id++) { in ring_doorbell_for_active_rings() 596 stream_id); in ring_doorbell_for_active_rings() 638 if (stream_id == 0 || stream_id >= ep->stream_info->num_streams) { in xhci_virt_ep_to_ring() 710 stream_id); in xhci_move_dequeue_past_td() 769 if (stream_id) in xhci_move_dequeue_past_td() 1080 if (cached_td->urb->stream_id != td->urb->stream_id) { in xhci_invalidate_cancelled_tds() 1335 int stream_id; in xhci_kill_endpoint_urbs() local 1337 for (stream_id = 1; stream_id < ep->stream_info->num_streams; in xhci_kill_endpoint_urbs() 1433 stream_id); in xhci_handle_cmd_set_deq() [all …]
|
| A D | xhci-debugfs.c | 476 epriv->stream_id, epriv->stream_info->num_streams - 1); in xhci_stream_id_show() 492 u16 stream_id; /* MaxPStreams + 1 <= 16 */ in xhci_stream_id_write() local 498 ret = kstrtou16_from_user(ubuf, count, 10, &stream_id); in xhci_stream_id_write() 502 if (stream_id == 0 || stream_id >= epriv->stream_info->num_streams) in xhci_stream_id_write() 505 epriv->stream_id = stream_id; in xhci_stream_id_write() 506 epriv->show_ring = epriv->stream_info->stream_rings[stream_id]; in xhci_stream_id_write() 563 epriv->stream_id = 1; in xhci_debugfs_create_stream_files()
|
| /drivers/staging/media/atomisp/pci/runtime/isys/interface/ |
| A D | ia_css_isys_comm.h | 38 uint32_t stream_id) in ia_css_isys_generate_stream_id() argument 40 return sp_thread_id * IA_CSS_STREAM_MAX_ISYS_STREAM_PER_CH + stream_id; in ia_css_isys_generate_stream_id()
|
| /drivers/media/test-drivers/vidtv/ |
| A D | vidtv_pes.c | 139 u32 stream_id = (args->encoder_id == S302M) ? PRIVATE_STREAM_1_ID : args->stream_id; in vidtv_pes_write_h() local 142 pes_header.bitfield = cpu_to_be32((PES_START_CODE_PREFIX << 8) | stream_id); in vidtv_pes_write_h() 322 .stream_id = args->stream_id, in vidtv_pes_write_into()
|
| A D | vidtv_pes.h | 103 u16 stream_id; member 165 u16 stream_id; member
|
| /drivers/gpu/drm/display/ |
| A D | drm_dp_tunnel.c | 1632 return hweight32(stream_mask & (BIT(stream_id) - 1)); in stream_id_to_idx() 1663 u8 stream_id, int bw) in set_stream_bw() argument 1669 tunnel_state->stream_mask | BIT(stream_id)); in set_stream_bw() 1679 u8 stream_id) in clear_stream_bw() argument 1681 if (!(tunnel_state->stream_mask & ~BIT(stream_id))) { in clear_stream_bw() 1688 tunnel_state->stream_mask & ~BIT(stream_id)); in clear_stream_bw() 1704 u8 stream_id, int bw) in drm_dp_tunnel_atomic_set_stream_bw() argument 1711 stream_id > BITS_PER_TYPE(tunnel_state->stream_mask))) in drm_dp_tunnel_atomic_set_stream_bw() 1716 DPTUN_BW_ARG(bw), stream_id); in drm_dp_tunnel_atomic_set_stream_bw() 1727 return clear_stream_bw(tunnel_state, stream_id); in drm_dp_tunnel_atomic_set_stream_bw() [all …]
|
| /drivers/staging/media/ipu7/ |
| A D | ipu7-isys.c | 905 resp->type, resp->stream_id); in isys_isr_one() 917 resp->stream_id); in isys_isr_one() 925 resp->type, is_fw_msg[resp->type].msg, resp->stream_id, in isys_isr_one() 932 resp->type, is_fw_msg[resp->type].msg, resp->stream_id, in isys_isr_one() 937 if (resp->stream_id >= IPU_ISYS_MAX_STREAMS) { in isys_isr_one() 939 resp->stream_id); in isys_isr_one() 943 stream = ipu7_isys_query_stream_by_handle(isys, resp->stream_id); in isys_isr_one() 946 resp->stream_id); in isys_isr_one() 1002 resp->stream_id, resp->frame_id, in isys_isr_one() 1012 resp->stream_id, in isys_isr_one() [all …]
|
| /drivers/media/pci/ddbridge/ |
| A D | ddbridge-sx8.c | 275 if (p->stream_id != NO_STREAM_ID_FILTER && p->stream_id != 0x80000000) in start() 288 (p->stream_id != NO_STREAM_ID_FILTER) ? p->stream_id : 0; in start() 292 if (p->stream_id == 0x80000000) in start() 359 isi = p->stream_id; in set_parameters()
|
| /drivers/gpu/drm/amd/display/dc/dml2/dml21/ |
| A D | dml21_utils.c | 14 int dml21_helper_find_dml_pipe_idx_by_stream_id(struct dml2_context *ctx, unsigned int stream_id) in dml21_helper_find_dml_pipe_idx_by_stream_id() argument 18 …to_stream_id_valid[i] && ctx->v21.dml_to_dc_pipe_mapping.dml_pipe_idx_to_stream_id[i] == stream_id) in dml21_helper_find_dml_pipe_idx_by_stream_id() 408 dml_stream_idx = dml21_helper_find_dml_pipe_idx_by_stream_id(dml_ctx, stream->stream_id); in dml21_build_fams2_programming() 442 context->res_ctx.pipe_ctx[k].stream->stream_id == stream->stream_id && in dml21_build_fams2_programming() 479 context->res_ctx.pipe_ctx[k].stream->stream_id == phantom_stream->stream_id && in dml21_build_fams2_programming()
|
| /drivers/usb/gadget/udc/ |
| A D | trace.h | 227 __field(unsigned, stream_id) 241 __entry->stream_id = req->stream_id; 251 __entry->num_mapped_sgs, __entry->num_sgs, __entry->stream_id,
|
| /drivers/gpu/drm/i915/pxp/ |
| A D | intel_pxp_gsccs.c | 218 msg_in.header.stream_id = (FIELD_PREP(PXP43_INIT_SESSION_APPID, arb_session_id) | in intel_pxp_gsccs_create_session() 262 msg_in.header.stream_id = FIELD_PREP(PXP_CMDHDR_EXTDATA_SESSION_VALID, 1); in intel_pxp_gsccs_end_arb_fw_session() 263 msg_in.header.stream_id |= FIELD_PREP(PXP_CMDHDR_EXTDATA_APP_TYPE, 0); in intel_pxp_gsccs_end_arb_fw_session() 264 msg_in.header.stream_id |= FIELD_PREP(PXP_CMDHDR_EXTDATA_SESSION_ID, session_id); in intel_pxp_gsccs_end_arb_fw_session()
|