Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_overlay.c83 uint32_t stream_id) in fill_flush() argument
87 cmd->flush.streamId = stream_id; in fill_flush()
139 cmds->header.streamId = arg->stream_id; in vmw_overlay_send_put()
172 fill_flush(flush, arg->stream_id); in vmw_overlay_send_put()
186 uint32_t stream_id, in vmw_overlay_send_stop() argument
211 cmds->body.header.streamId = stream_id; in vmw_overlay_send_stop()
214 fill_flush(&cmds->flush, stream_id); in vmw_overlay_send_stop()
253 uint32_t stream_id, bool pause, in vmw_overlay_stop() argument
257 struct vmw_stream *stream = &overlay->stream[stream_id]; in vmw_overlay_stop()
266 ret = vmw_overlay_send_stop(dev_priv, stream_id, in vmw_overlay_stop()
[all …]
Dvmwgfx_resource.c50 uint32_t stream_id; member
794 ret = vmw_overlay_unref(dev_priv, stream->stream_id); in vmw_stream_destroy()
816 ret = vmw_overlay_claim(dev_priv, &stream->stream_id); in vmw_stream_init()
867 res = vmw_resource_lookup(dev_priv, idr, arg->stream_id); in vmw_stream_unref_ioctl()
952 arg->stream_id = res->id; in vmw_stream_claim_ioctl()
983 *inout_id = stream->stream.stream_id; in vmw_user_stream_lookup()
Dvmwgfx_drv.h956 int vmw_overlay_unref(struct vmw_private *dev_priv, uint32_t stream_id);
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dsuspend.c31 static u64 stream_id; variable
51 rc = plpar_hcall(H_VASI_STATE, retbuf, stream_id); in pseries_suspend_begin()
157 stream_id = simple_strtoul(buf, NULL, 16); in store_hibernate()
186 stream_id = 0; in store_hibernate()
/linux-4.4.14/include/trace/events/
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/drivers/usb/host/
Dxhci-ring.c328 unsigned int stream_id) in xhci_ring_ep_doorbell() argument
343 writel(DB_VALUE(ep_index, stream_id), db_addr); in xhci_ring_ep_doorbell()
354 unsigned int stream_id; in ring_doorbell_for_active_rings() local
366 for (stream_id = 1; stream_id < ep->stream_info->num_streams; in ring_doorbell_for_active_rings()
367 stream_id++) { in ring_doorbell_for_active_rings()
369 if (!list_empty(&stream_info->stream_rings[stream_id]->td_list)) in ring_doorbell_for_active_rings()
371 stream_id); in ring_doorbell_for_active_rings()
377 unsigned int stream_id) in xhci_triad_to_transfer_ring() argument
386 if (stream_id == 0) { in xhci_triad_to_transfer_ring()
394 if (stream_id < ep->stream_info->num_streams) in xhci_triad_to_transfer_ring()
[all …]
Dxhci.h1392 unsigned int stream_id; member
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);
Dxhci-mem.c632 unsigned int stream_id) in xhci_stream_id_to_ring() argument
636 if (stream_id == 0) in xhci_stream_id_to_ring()
641 if (stream_id > ep->stream_info->num_streams) in xhci_stream_id_to_ring()
643 return ep->stream_info->stream_rings[stream_id]; in xhci_stream_id_to_ring()
715 cur_ring->stream_id = cur_stream; in xhci_alloc_stream_info()
Dxhci.c1466 unsigned int stream_id; in xhci_urb_to_transfer_ring() local
1471 stream_id = urb->stream_id; in xhci_urb_to_transfer_ring()
1477 if (stream_id == 0) { in xhci_urb_to_transfer_ring()
1485 if (stream_id < ep->stream_info->num_streams) in xhci_urb_to_transfer_ring()
1486 return ep->stream_info->stream_rings[stream_id]; in xhci_urb_to_transfer_ring()
1494 stream_id); in xhci_urb_to_transfer_ring()
/linux-4.4.14/sound/soc/intel/baytrail/
Dsst-baytrail-ipc.c214 int stream_id) in sst_byt_get_stream() argument
219 if (stream->str_id == stream_id) in sst_byt_get_stream()
230 u8 stream_id = sst_byt_header_str_id(header); in sst_byt_stream_update() local
233 stream = sst_byt_get_stream(byt, stream_id); in sst_byt_stream_update()
287 u8 msg_id, stream_id; in sst_byt_process_notification() local
295 stream_id = sst_byt_header_str_id(header); in sst_byt_process_notification()
296 stream = sst_byt_get_stream(byt, stream_id); in sst_byt_process_notification()
476 int stream_id, int wait) in sst_byt_stream_operations() argument
480 header = sst_byt_header(type, 0, false, stream_id); in sst_byt_stream_operations()
/linux-4.4.14/drivers/media/dvb-frontends/
Dcxd2820r_t2.c129 if (c->stream_id > 255) { in cxd2820r_set_frontend_t2()
136 c->stream_id); in cxd2820r_set_frontend_t2()
137 ret = cxd2820r_wr_reg(priv, 0x023af , c->stream_id & 0xFF); in cxd2820r_set_frontend_t2()
Dsi2168.c206 c->stream_id); in si2168_set_frontend()
278 cmd.args[1] = c->stream_id & 0xff; in si2168_set_frontend()
279 cmd.args[2] = c->stream_id == NO_STREAM_ID_FILTER ? 0 : 1; in si2168_set_frontend()
Dtc90522.c114 set_tsid[0].val = (fe->dtv_property_cache.stream_id & 0xff00) >> 8; in tc90522s_set_tsid()
115 set_tsid[1].val = fe->dtv_property_cache.stream_id & 0xff; in tc90522s_set_tsid()
224 c->stream_id = val[0] << 8 | val[1]; in tc90522s_get_frontend()
Dcxd2841er.c2221 (int)(p->stream_id > 255), p->stream_id); in cxd2841er_set_frontend_tc()
Dstv0900_core.c1593 stv0900_set_mis(intp, demod, c->stream_id); in stv0900_search()
Dstv090x.c3500 stv090x_set_mis(state, props->stream_id); in stv090x_search()
/linux-4.4.14/sound/soc/intel/atom/
Dsst-mfld-dsp.h397 u32 stream_id; member
447 u32 stream_id; member
467 u32 stream_id; member
Dsst-mfld-platform.h87 u32 stream_id; member
Dsst-mfld-platform-pcm.c207 str_params->stream_id = index; in sst_fill_stream_params()
220 str_params->stream_id = index; in sst_fill_stream_params()
253 stream->stream_info.str_id = str_params.stream_id; in sst_platform_alloc_stream()
/linux-4.4.14/include/uapi/drm/
Dvmwgfx_drm.h480 uint32_t stream_id; member
545 uint32_t stream_id; member
/linux-4.4.14/sound/soc/intel/haswell/
Dsst-haswell-ipc.c427 int stream_id) in get_stream_by_id() argument
432 if (stream->reply.stream_hw_id == stream_id) in get_stream_by_id()
530 u32 stream_id = msg_get_stream_id(header); in hsw_stream_update() local
533 stream = get_stream_by_id(hsw, stream_id); in hsw_stream_update()
670 u32 stream_msg, stream_id, stage_type; in hsw_stream_message() local
675 stream_id = msg_get_stream_id(header); in hsw_stream_message()
678 stream = get_stream_by_id(hsw, stream_id); in hsw_stream_message()
1023 stream->free_req.stream_id = stream->reply.stream_hw_id; in sst_hsw_stream_free()
1030 stream->free_req.stream_id); in sst_hsw_stream_free()
1282 int stream_id, int wait) in sst_hsw_stream_operations() argument
[all …]
Dsst-haswell-ipc.h316 u8 stream_id; member
/linux-4.4.14/tools/perf/tests/
Dsample-parsing.c52 COMP(stream_id); in samples_same()
179 .stream_id = 107, in do_test()
/linux-4.4.14/include/uapi/linux/
Dusbdevice_fs.h107 unsigned int stream_id; /* Only used with bulk streams */ member
/linux-4.4.14/include/uapi/linux/dvb/
Dvideo.h184 int stream_id; member
/linux-4.4.14/tools/perf/util/
Devent.h76 u64 stream_id; member
186 u64 stream_id; member
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"),
191 te->time, te->id, te->stream_id); in pyrf_throttle_event__repr()
Devsel.c1538 sample->stream_id = *array; in perf_evsel__parse_id_sample()
1602 data->stream_id = data->id = data->time = -1ULL; in perf_evsel__parse_sample()
1664 data->stream_id = *array; in perf_evsel__parse_sample()
2013 *array = sample->stream_id; in perf_event__synthesize_sample()
Dintel-pt.c987 sample.stream_id = ptq->pt->branches_id; in intel_pt_synth_branch_sample()
1043 sample.stream_id = ptq->pt->instructions_id; in intel_pt_synth_instruction_sample()
1100 sample.stream_id = ptq->pt->transactions_id; in intel_pt_synth_transaction_sample()
Dintel-bts.c287 sample.stream_id = btsq->bts->branches_id; in intel_bts_synth_branch_sample()
Ddata-convert-bt.c398 ret = value_set_u64(cw, event, "perf_stream_id", sample->stream_id); in add_generic_values()
Dsession.c479 event->throttle.stream_id = bswap_64(event->throttle.stream_id); in perf_event__throttle_swap()
Devent.c55 .stream_id = -1,
Devlist.c1392 size += sizeof(data->stream_id); in perf_evlist__id_hdr_size()
/linux-4.4.14/drivers/media/pci/pt1/
Dva1j5jf8007s.c332 ts_id = state->fe.dtv_property_cache.stream_id; in va1j5jf8007s_set_ts_id()
359 ts_id = state->fe.dtv_property_cache.stream_id; in va1j5jf8007s_check_ts_id()
/linux-4.4.14/drivers/media/dvb-core/
Ddvb_frontend.h607 u32 stream_id; member
Ddvb_frontend.c1052 c->stream_id = NO_STREAM_ID_FILTER; in dvb_frontend_clear_cache()
1502 tvp->u.data = c->stream_id; in dtv_property_process_get()
1970 c->stream_id = tvp->u.data; in dtv_property_process_set()
/linux-4.4.14/drivers/media/usb/ttusb-dec/
Dttusb_dec.c170 u8 stream_id; member
530 if (finfo->stream_id == sid) { in ttusb_dec_process_filter()
1026 finfo->stream_id = c[1]; in ttusb_dec_start_sec_feed()
1095 b0[1] = finfo->stream_id; in ttusb_dec_stop_sec_feed()
/linux-4.4.14/Documentation/usb/
Dbulk-streams.txt60 To queue an URB for a specific stream, set the urb->stream_id value. If the
/linux-4.4.14/sound/soc/intel/atom/sst/
Dsst_stream.c78 str_id = str_params->stream_id; in sst_alloc_stream_mrfld()
/linux-4.4.14/drivers/usb/gadget/udc/
Ddummy_hcd.c1189 if (!urb->stream_id) { in dummy_validate_stream()
1199 if (urb->stream_id > max_streams) { in dummy_validate_stream()
1201 urb->stream_id); in dummy_validate_stream()
1361 if ((urb->stream_id != req->req.stream_id)) in transfer()
/linux-4.4.14/drivers/usb/core/
Ddevio.c1297 unsigned int stream_id = 0; in proc_do_submiturb() local
1379 stream_id = uurb->stream_id; in proc_do_submiturb()
1531 as->urb->stream_id = stream_id; in proc_do_submiturb()
/linux-4.4.14/include/linux/usb/
Dgadget.h100 unsigned stream_id:16; member
/linux-4.4.14/drivers/staging/media/mn88473/
Dmn88473.c44 c->stream_id); in mn88473_set_frontend()
/linux-4.4.14/drivers/usb/storage/
Duas.c416 urb->stream_id = cmdinfo->uas_tag; in uas_alloc_data_urb()
441 urb->stream_id = cmdinfo->uas_tag; in uas_alloc_sense_urb()
/linux-4.4.14/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.c800 s->req_in->stream_id = i + 1; in uasp_setup_stream_res()
801 s->req_out->stream_id = i + 1; in uasp_setup_stream_res()
802 s->req_status->stream_id = i + 1; in uasp_setup_stream_res()
/linux-4.4.14/include/linux/
Dperf_event.h782 u64 stream_id; member
Dusb.h1470 unsigned int stream_id; /* (in) stream ID */ member
/linux-4.4.14/kernel/events/
Dcore.c1340 size += sizeof(data->stream_id); in perf_event__id_header_size()
5182 data->stream_id = event->id; in __perf_event_header__init_id()
5213 perf_output_put(handle, data->stream_id); in __perf_event__output_id_sample()
5352 perf_output_put(handle, data->stream_id); in perf_output_sample()
6329 u64 stream_id; in perf_log_throttle() member
6338 .stream_id = event->id, in perf_log_throttle()
/linux-4.4.14/sound/pci/hda/
Dpatch_ca0132.c2461 unsigned char stream_id = 0; in dspxfr_image() local
2520 stream_id = dma_get_stream_id(dma_engine); in dspxfr_image()
2522 WIDGET_CHIP_CTRL, stream_id, 0, &response); in dspxfr_image()
/linux-4.4.14/drivers/usb/dwc3/
Dgadget.c847 trb->ctrl |= DWC3_TRB_CTRL_SID_SOFN(req->request.stream_id); in dwc3_prepare_one_trb()