Searched refs:stream_id (Results 1 - 51 of 51) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c83 uint32_t stream_id) fill_flush()
87 cmd->flush.streamId = stream_id; fill_flush()
139 cmds->header.streamId = arg->stream_id; vmw_overlay_send_put()
172 fill_flush(flush, arg->stream_id); vmw_overlay_send_put()
186 uint32_t stream_id, vmw_overlay_send_stop()
211 cmds->body.header.streamId = stream_id; vmw_overlay_send_stop()
214 fill_flush(&cmds->flush, stream_id); vmw_overlay_send_stop()
249 * @stream_id which stream to stop/pause.
253 uint32_t stream_id, bool pause, vmw_overlay_stop()
257 struct vmw_stream *stream = &overlay->stream[stream_id]; vmw_overlay_stop()
266 ret = vmw_overlay_send_stop(dev_priv, stream_id, vmw_overlay_stop()
305 struct vmw_stream *stream = &overlay->stream[arg->stream_id]; vmw_overlay_update_stream()
315 ret = vmw_overlay_stop(dev_priv, arg->stream_id, vmw_overlay_update_stream()
476 ret = vmw_user_stream_lookup(dev_priv, tfile, &arg->stream_id, &res); vmw_overlay_ioctl()
483 ret = vmw_overlay_stop(dev_priv, arg->stream_id, false, true); vmw_overlay_ioctl()
554 int vmw_overlay_unref(struct vmw_private *dev_priv, uint32_t stream_id) vmw_overlay_unref() argument
558 BUG_ON(stream_id >= VMW_MAX_NUM_STREAMS); vmw_overlay_unref()
565 WARN_ON(!overlay->stream[stream_id].claimed); vmw_overlay_unref()
566 vmw_overlay_stop(dev_priv, stream_id, false, false); vmw_overlay_unref()
567 overlay->stream[stream_id].claimed = false; vmw_overlay_unref()
82 fill_flush(struct vmw_escape_video_flush *cmd, uint32_t stream_id) fill_flush() argument
185 vmw_overlay_send_stop(struct vmw_private *dev_priv, uint32_t stream_id, bool interruptible) vmw_overlay_send_stop() argument
252 vmw_overlay_stop(struct vmw_private *dev_priv, uint32_t stream_id, bool pause, bool interruptible) vmw_overlay_stop() argument
H A Dvmwgfx_resource.c50 uint32_t stream_id; member in struct:vmw_stream
794 ret = vmw_overlay_unref(dev_priv, stream->stream_id); vmw_stream_destroy()
816 ret = vmw_overlay_claim(dev_priv, &stream->stream_id); vmw_stream_init()
867 res = vmw_resource_lookup(dev_priv, idr, arg->stream_id); vmw_stream_unref_ioctl()
952 arg->stream_id = res->id; vmw_stream_claim_ioctl()
983 *inout_id = stream->stream.stream_id; vmw_user_stream_lookup()
H A Dvmwgfx_drv.h956 int vmw_overlay_unref(struct vmw_private *dev_priv, uint32_t stream_id);
/linux-4.4.14/include/trace/events/
H A Dhswadsp.h190 __field( int, stream_id )
200 __entry->stream_id = stream->reply.stream_hw_id;
209 (int) __entry->id, (int) __entry->stream_id, (int)__entry->mixer_id,
313 __field( int, stream_id )
318 __entry->stream_id = req->stream_id;
322 (int) __entry->id, (int) __entry->stream_id)
/linux-4.4.14/arch/powerpc/platforms/pseries/
H A Dsuspend.c31 static u64 stream_id; variable
51 rc = plpar_hcall(H_VASI_STATE, retbuf, stream_id); pseries_suspend_begin()
157 stream_id = simple_strtoul(buf, NULL, 16); store_hibernate()
186 stream_id = 0; store_hibernate()
/linux-4.4.14/sound/soc/intel/baytrail/
H A Dsst-baytrail-ipc.c214 int stream_id) sst_byt_get_stream()
219 if (stream->str_id == stream_id) sst_byt_get_stream()
230 u8 stream_id = sst_byt_header_str_id(header); sst_byt_stream_update() local
233 stream = sst_byt_get_stream(byt, stream_id); sst_byt_stream_update()
287 u8 msg_id, stream_id; sst_byt_process_notification() local
295 stream_id = sst_byt_header_str_id(header); sst_byt_process_notification()
296 stream = sst_byt_get_stream(byt, stream_id); sst_byt_process_notification()
476 int stream_id, int wait) sst_byt_stream_operations()
480 header = sst_byt_header(type, 0, false, stream_id); sst_byt_stream_operations()
213 sst_byt_get_stream(struct sst_byt *byt, int stream_id) sst_byt_get_stream() argument
475 sst_byt_stream_operations(struct sst_byt *byt, int type, int stream_id, int wait) sst_byt_stream_operations() argument
/linux-4.4.14/drivers/usb/host/
H A Dxhci-ring.c328 unsigned int stream_id) xhci_ring_ep_doorbell()
343 writel(DB_VALUE(ep_index, stream_id), db_addr); xhci_ring_ep_doorbell()
354 unsigned int stream_id; ring_doorbell_for_active_rings() local
366 for (stream_id = 1; stream_id < ep->stream_info->num_streams; ring_doorbell_for_active_rings()
367 stream_id++) { ring_doorbell_for_active_rings()
369 if (!list_empty(&stream_info->stream_rings[stream_id]->td_list)) ring_doorbell_for_active_rings()
371 stream_id); ring_doorbell_for_active_rings()
377 unsigned int stream_id) xhci_triad_to_transfer_ring()
386 if (stream_id == 0) { xhci_triad_to_transfer_ring()
394 if (stream_id < ep->stream_info->num_streams) xhci_triad_to_transfer_ring()
395 return ep->stream_info->stream_rings[stream_id]; xhci_triad_to_transfer_ring()
403 stream_id); xhci_triad_to_transfer_ring()
415 xhci_get_endpoint_index(&urb->ep->desc), urb->stream_id); xhci_urb_to_transfer_ring()
438 unsigned int stream_id, struct xhci_td *cur_td, xhci_find_new_dequeue_state()
452 ep_index, stream_id); xhci_find_new_dequeue_state()
456 stream_id); xhci_find_new_dequeue_state()
466 &ep->stream_info->stream_ctx_array[stream_id]; xhci_find_new_dequeue_state()
694 cur_td->urb->stream_id); xhci_handle_cmd_stop_ep()
703 cur_td->urb->stream_id, xhci_handle_cmd_stop_ep()
721 ep->stopped_td->urb->stream_id, &deq_state); xhci_handle_cmd_stop_ep()
781 int stream_id; xhci_kill_endpoint_urbs() local
783 for (stream_id = 0; stream_id < ep->stream_info->num_streams; xhci_kill_endpoint_urbs()
784 stream_id++) { xhci_kill_endpoint_urbs()
787 slot_id, ep_index, stream_id + 1); xhci_kill_endpoint_urbs()
789 ep->stream_info->stream_rings[stream_id]); xhci_kill_endpoint_urbs()
957 unsigned int stream_id; xhci_handle_cmd_set_deq() local
965 stream_id = TRB_TO_STREAM_ID(le32_to_cpu(trb->generic.field[2])); xhci_handle_cmd_set_deq()
969 ep_ring = xhci_stream_id_to_ring(dev, ep_index, stream_id); xhci_handle_cmd_set_deq()
972 stream_id); xhci_handle_cmd_set_deq()
1018 &ep->stream_info->stream_ctx_array[stream_id]; xhci_handle_cmd_set_deq()
1736 unsigned int stream_id, xhci_cleanup_halted_endpoint()
1746 ep->stopped_stream = stream_id; xhci_cleanup_halted_endpoint()
1844 ep_ring->stream_id, td, event_trb); finish_td()
2892 unsigned int stream_id, prepare_transfer()
2904 ep_ring = xhci_stream_id_to_ring(xdev, ep_index, stream_id); prepare_transfer()
2907 stream_id); prepare_transfer()
2990 unsigned int ep_index, unsigned int stream_id, int start_cycle, giveback_first_trb()
3002 xhci_ring_ep_doorbell(xhci, slot_id, ep_index, stream_id); giveback_first_trb()
3114 ep_index, urb->stream_id, queue_bulk_sg_tx()
3128 ep_index, urb->stream_id, queue_bulk_sg_tx()
3249 giveback_first_trb(xhci, slot_id, ep_index, urb->stream_id, queue_bulk_sg_tx()
3299 ep_index, urb->stream_id, xhci_queue_bulk_tx()
3313 ep_index, urb->stream_id, xhci_queue_bulk_tx()
3401 giveback_first_trb(xhci, slot_id, ep_index, urb->stream_id, xhci_queue_bulk_tx()
3441 ep_index, urb->stream_id, xhci_queue_ctrl_tx()
3751 urb->stream_id, trbs_per_td, urb, i, mem_flags); xhci_queue_isoc_tx()
3863 giveback_first_trb(xhci, slot_id, ep_index, urb->stream_id, xhci_queue_isoc_tx()
4118 unsigned int stream_id, xhci_queue_new_dequeue_state()
4124 u32 trb_stream_id = STREAM_ID_FOR_TRB(stream_id); xhci_queue_new_dequeue_state()
4164 if (stream_id) xhci_queue_new_dequeue_state()
325 xhci_ring_ep_doorbell(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, unsigned int stream_id) xhci_ring_ep_doorbell() argument
375 xhci_triad_to_transfer_ring(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, unsigned int stream_id) xhci_triad_to_transfer_ring() argument
436 xhci_find_new_dequeue_state(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, unsigned int stream_id, struct xhci_td *cur_td, struct xhci_dequeue_state *state) xhci_find_new_dequeue_state() argument
1734 xhci_cleanup_halted_endpoint(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, unsigned int stream_id, struct xhci_td *td, union xhci_trb *event_trb) xhci_cleanup_halted_endpoint() argument
2889 prepare_transfer(struct xhci_hcd *xhci, struct xhci_virt_device *xdev, unsigned int ep_index, unsigned int stream_id, unsigned int num_trbs, struct urb *urb, unsigned int td_index, gfp_t mem_flags) prepare_transfer() argument
2989 giveback_first_trb(struct xhci_hcd *xhci, int slot_id, unsigned int ep_index, unsigned int stream_id, int start_cycle, struct xhci_generic_trb *start_trb) giveback_first_trb() argument
4116 xhci_queue_new_dequeue_state(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, unsigned int stream_id, struct xhci_dequeue_state *deq_state) xhci_queue_new_dequeue_state() argument
H A Dxhci-mem.c632 unsigned int stream_id) xhci_stream_id_to_ring()
636 if (stream_id == 0) xhci_stream_id_to_ring()
641 if (stream_id > ep->stream_info->num_streams) xhci_stream_id_to_ring()
643 return ep->stream_info->stream_rings[stream_id]; xhci_stream_id_to_ring()
715 cur_ring->stream_id = cur_stream; xhci_alloc_stream_info()
629 xhci_stream_id_to_ring( struct xhci_virt_device *dev, unsigned int ep_index, unsigned int stream_id) xhci_stream_id_to_ring() argument
H A Dxhci.h1392 unsigned int stream_id; member in struct:xhci_ring
1808 unsigned int stream_id);
1903 unsigned int stream_id, struct xhci_td *cur_td,
1907 unsigned int stream_id,
1918 unsigned int ep_index, unsigned int stream_id);
H A Dxhci.c1466 unsigned int stream_id; xhci_urb_to_transfer_ring() local
1471 stream_id = urb->stream_id; xhci_urb_to_transfer_ring()
1477 if (stream_id == 0) { xhci_urb_to_transfer_ring()
1485 if (stream_id < ep->stream_info->num_streams) xhci_urb_to_transfer_ring()
1486 return ep->stream_info->stream_rings[stream_id]; xhci_urb_to_transfer_ring()
1494 stream_id); xhci_urb_to_transfer_ring()
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dcxd2820r_t2.c129 if (c->stream_id > 255) { cxd2820r_set_frontend_t2()
136 c->stream_id); cxd2820r_set_frontend_t2()
137 ret = cxd2820r_wr_reg(priv, 0x023af , c->stream_id & 0xFF); cxd2820r_set_frontend_t2()
H A Dsi2168.c203 "delivery_system=%u modulation=%u frequency=%u bandwidth_hz=%u symbol_rate=%u inversion=%u stream_id=%u\n", si2168_set_frontend()
206 c->stream_id); si2168_set_frontend()
278 cmd.args[1] = c->stream_id & 0xff; si2168_set_frontend()
279 cmd.args[2] = c->stream_id == NO_STREAM_ID_FILTER ? 0 : 1; si2168_set_frontend()
H A Dtc90522.c114 set_tsid[0].val = (fe->dtv_property_cache.stream_id & 0xff00) >> 8; tc90522s_set_tsid()
115 set_tsid[1].val = fe->dtv_property_cache.stream_id & 0xff; tc90522s_set_tsid()
224 c->stream_id = val[0] << 8 | val[1]; tc90522s_get_frontend()
H A Dcxd2841er.c2221 (int)(p->stream_id > 255), p->stream_id); cxd2841er_set_frontend_tc()
H A Dstv0900_core.c1593 stv0900_set_mis(intp, demod, c->stream_id); stv0900_search()
H A Dstv090x.c3500 stv090x_set_mis(state, props->stream_id); stv090x_search()
/linux-4.4.14/tools/perf/tests/
H A Dsample-parsing.c52 COMP(stream_id); samples_same()
179 .stream_id = 107, do_test()
/linux-4.4.14/sound/soc/intel/atom/
H A Dsst-mfld-dsp.h397 u32 stream_id; member in struct:snd_sst_params
447 u32 stream_id; member in struct:snd_sst_vol
467 u32 stream_id; member in struct:snd_sst_mute
H A Dsst-mfld-platform.h87 u32 stream_id; member in struct:sst_stream_params
H A Dsst-mfld-platform-pcm.c207 str_params->stream_id = index; sst_fill_stream_params()
220 str_params->stream_id = index; sst_fill_stream_params()
253 stream->stream_info.str_id = str_params.stream_id; sst_platform_alloc_stream()
/linux-4.4.14/include/uapi/linux/
H A Dusbdevice_fs.h107 unsigned int stream_id; /* Only used with bulk streams */ member in union:usbdevfs_urb::__anon14553
H A Dperf_event.h617 * { u64 stream_id;} && PERF_SAMPLE_STREAM_ID
681 * u64 stream_id;
726 * { u64 stream_id;} && PERF_SAMPLE_STREAM_ID
/linux-4.4.14/sound/soc/intel/haswell/
H A Dsst-haswell-ipc.c427 int stream_id) get_stream_by_id()
432 if (stream->reply.stream_hw_id == stream_id) get_stream_by_id()
530 u32 stream_id = msg_get_stream_id(header); hsw_stream_update() local
533 stream = get_stream_by_id(hsw, stream_id); hsw_stream_update()
670 u32 stream_msg, stream_id, stage_type; hsw_stream_message() local
675 stream_id = msg_get_stream_id(header); hsw_stream_message()
678 stream = get_stream_by_id(hsw, stream_id); hsw_stream_message()
1023 stream->free_req.stream_id = stream->reply.stream_hw_id; sst_hsw_stream_free()
1030 stream->free_req.stream_id); sst_hsw_stream_free()
1282 int stream_id, int wait) sst_hsw_stream_operations()
1287 header |= (stream_id << IPC_STR_ID_SHIFT); sst_hsw_stream_operations()
426 get_stream_by_id(struct sst_hsw *hsw, int stream_id) get_stream_by_id() argument
1281 sst_hsw_stream_operations(struct sst_hsw *hsw, int type, int stream_id, int wait) sst_hsw_stream_operations() argument
H A Dsst-haswell-ipc.h316 u8 stream_id; member in struct:sst_hsw_ipc_stream_free_req
/linux-4.4.14/tools/perf/util/
H A Devent.h76 u64 stream_id; member in struct:throttle_event
186 u64 stream_id; member in struct:perf_sample
H A Dpython.c61 sample_member_def(sample_stream_id, stream_id, T_ULONGLONG, "event stream id"), \
180 member_def(throttle_event, stream_id, T_ULONGLONG, "event stream id"),
189 ", stream_id: %" PRIu64 " }", pyrf_throttle_event__repr()
191 te->time, te->id, te->stream_id); pyrf_throttle_event__repr()
H A Devsel.c1538 sample->stream_id = *array; perf_evsel__parse_id_sample()
1602 data->stream_id = data->id = data->time = -1ULL; perf_evsel__parse_sample()
1664 data->stream_id = *array; perf_evsel__parse_sample()
2013 *array = sample->stream_id; perf_event__synthesize_sample()
H A Dintel-pt.c987 sample.stream_id = ptq->pt->branches_id; intel_pt_synth_branch_sample()
1043 sample.stream_id = ptq->pt->instructions_id; intel_pt_synth_instruction_sample()
1100 sample.stream_id = ptq->pt->transactions_id; intel_pt_synth_transaction_sample()
H A Dintel-bts.c287 sample.stream_id = btsq->bts->branches_id; intel_bts_synth_branch_sample()
H A Dsession.c479 event->throttle.stream_id = bswap_64(event->throttle.stream_id); perf_event__throttle_swap()
H A Ddata-convert-bt.c398 ret = value_set_u64(cw, event, "perf_stream_id", sample->stream_id); add_generic_values()
H A Devent.c55 .stream_id = -1,
H A Devlist.c1392 size += sizeof(data->stream_id); perf_evlist__id_hdr_size()
/linux-4.4.14/drivers/staging/media/mn88473/
H A Dmn88473.c37 "delivery_system=%u modulation=%u frequency=%u bandwidth_hz=%u symbol_rate=%u inversion=%d stream_id=%d\n", mn88473_set_frontend()
44 c->stream_id); mn88473_set_frontend()
/linux-4.4.14/drivers/media/pci/pt1/
H A Dva1j5jf8007s.c332 ts_id = state->fe.dtv_property_cache.stream_id; va1j5jf8007s_set_ts_id()
359 ts_id = state->fe.dtv_property_cache.stream_id; va1j5jf8007s_check_ts_id()
/linux-4.4.14/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c170 u8 stream_id; member in struct:filter_info
530 if (finfo->stream_id == sid) { ttusb_dec_process_filter()
1026 finfo->stream_id = c[1]; ttusb_dec_start_sec_feed()
1095 b0[1] = finfo->stream_id; ttusb_dec_stop_sec_feed()
/linux-4.4.14/include/uapi/drm/
H A Dvmwgfx_drm.h464 * @stream_id: Stearm to control
480 uint32_t stream_id; member in struct:drm_vmw_control_stream_arg
538 * @stream_id: Device unique context ID.
545 uint32_t stream_id; member in struct:drm_vmw_stream_arg
/linux-4.4.14/include/uapi/linux/dvb/
H A Dvideo.h184 int stream_id; member in struct:video_spu
/linux-4.4.14/sound/soc/intel/atom/sst/
H A Dsst_stream.c78 str_id = str_params->stream_id; sst_alloc_stream_mrfld()
/linux-4.4.14/drivers/usb/gadget/udc/
H A Ddummy_hcd.c1189 if (!urb->stream_id) { dummy_validate_stream()
1199 if (urb->stream_id > max_streams) { dummy_validate_stream()
1201 urb->stream_id); dummy_validate_stream()
1361 if ((urb->stream_id != req->req.stream_id)) transfer()
/linux-4.4.14/drivers/usb/core/
H A Ddevio.c1297 unsigned int stream_id = 0; proc_do_submiturb() local
1379 stream_id = uurb->stream_id; proc_do_submiturb()
1531 as->urb->stream_id = stream_id; proc_do_submiturb()
/linux-4.4.14/drivers/usb/storage/
H A Duas.c416 urb->stream_id = cmdinfo->uas_tag; uas_alloc_data_urb()
441 urb->stream_id = cmdinfo->uas_tag; uas_alloc_sense_urb()
/linux-4.4.14/drivers/media/dvb-core/
H A Ddvb_frontend.h529 * @stream_id: If different than zero, enable substream filtering, if
607 u32 stream_id; member in struct:dtv_frontend_properties
H A Ddvb_frontend.c1052 c->stream_id = NO_STREAM_ID_FILTER; dvb_frontend_clear_cache()
1502 tvp->u.data = c->stream_id; dtv_property_process_get()
1970 c->stream_id = tvp->u.data; dtv_property_process_set()
/linux-4.4.14/drivers/usb/gadget/legacy/
H A Dtcm_usb_gadget.c800 s->req_in->stream_id = i + 1; uasp_setup_stream_res()
801 s->req_out->stream_id = i + 1; uasp_setup_stream_res()
802 s->req_status->stream_id = i + 1; uasp_setup_stream_res()
/linux-4.4.14/include/linux/usb/
H A Dgadget.h41 * @stream_id: The stream id, when USB3.0 bulk streams are being used
100 unsigned stream_id:16; member in struct:usb_request
/linux-4.4.14/include/linux/
H A Dperf_event.h782 u64 stream_id; member in struct:perf_sample_data
H A Dusb.h1287 * @stream_id: the endpoint's stream ID for bulk streams
1470 unsigned int stream_id; /* (in) stream ID */ member in struct:urb
/linux-4.4.14/kernel/events/
H A Dcore.c1340 size += sizeof(data->stream_id); perf_event__id_header_size()
5182 data->stream_id = event->id; __perf_event_header__init_id()
5213 perf_output_put(handle, data->stream_id); __perf_event__output_id_sample()
5352 perf_output_put(handle, data->stream_id); perf_output_sample()
6329 u64 stream_id; perf_log_throttle() member in struct:__anon14793
6338 .stream_id = event->id, perf_log_throttle()
/linux-4.4.14/sound/pci/hda/
H A Dpatch_ca0132.c2461 unsigned char stream_id = 0; dspxfr_image() local
2520 stream_id = dma_get_stream_id(dma_engine); dspxfr_image()
2522 WIDGET_CHIP_CTRL, stream_id, 0, &response); dspxfr_image()
/linux-4.4.14/drivers/usb/dwc3/
H A Dgadget.c847 trb->ctrl |= DWC3_TRB_CTRL_SID_SOFN(req->request.stream_id); dwc3_prepare_one_trb()

Completed in 4262 milliseconds