/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_overlay.c | 83 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 …]
|
D | vmwgfx_resource.c | 50 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()
|
D | vmwgfx_drv.h | 956 int vmw_overlay_unref(struct vmw_private *dev_priv, uint32_t stream_id);
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | suspend.c | 31 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/ |
D | hswadsp.h | 190 __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/ |
D | xhci-ring.c | 328 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 …]
|
D | xhci.h | 1392 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);
|
D | xhci-mem.c | 632 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()
|
D | xhci.c | 1466 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/ |
D | sst-baytrail-ipc.c | 214 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/ |
D | cxd2820r_t2.c | 129 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()
|
D | si2168.c | 206 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()
|
D | tc90522.c | 114 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()
|
D | cxd2841er.c | 2221 (int)(p->stream_id > 255), p->stream_id); in cxd2841er_set_frontend_tc()
|
D | stv0900_core.c | 1593 stv0900_set_mis(intp, demod, c->stream_id); in stv0900_search()
|
D | stv090x.c | 3500 stv090x_set_mis(state, props->stream_id); in stv090x_search()
|
/linux-4.4.14/sound/soc/intel/atom/ |
D | sst-mfld-dsp.h | 397 u32 stream_id; member 447 u32 stream_id; member 467 u32 stream_id; member
|
D | sst-mfld-platform.h | 87 u32 stream_id; member
|
D | sst-mfld-platform-pcm.c | 207 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/ |
D | vmwgfx_drm.h | 480 uint32_t stream_id; member 545 uint32_t stream_id; member
|
/linux-4.4.14/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 427 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 …]
|
D | sst-haswell-ipc.h | 316 u8 stream_id; member
|
/linux-4.4.14/tools/perf/tests/ |
D | sample-parsing.c | 52 COMP(stream_id); in samples_same() 179 .stream_id = 107, in do_test()
|
/linux-4.4.14/include/uapi/linux/ |
D | usbdevice_fs.h | 107 unsigned int stream_id; /* Only used with bulk streams */ member
|
/linux-4.4.14/include/uapi/linux/dvb/ |
D | video.h | 184 int stream_id; member
|
/linux-4.4.14/tools/perf/util/ |
D | event.h | 76 u64 stream_id; member 186 u64 stream_id; member
|
D | python.c | 61 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()
|
D | evsel.c | 1538 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()
|
D | intel-pt.c | 987 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()
|
D | intel-bts.c | 287 sample.stream_id = btsq->bts->branches_id; in intel_bts_synth_branch_sample()
|
D | data-convert-bt.c | 398 ret = value_set_u64(cw, event, "perf_stream_id", sample->stream_id); in add_generic_values()
|
D | session.c | 479 event->throttle.stream_id = bswap_64(event->throttle.stream_id); in perf_event__throttle_swap()
|
D | event.c | 55 .stream_id = -1,
|
D | evlist.c | 1392 size += sizeof(data->stream_id); in perf_evlist__id_hdr_size()
|
/linux-4.4.14/drivers/media/pci/pt1/ |
D | va1j5jf8007s.c | 332 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/ |
D | dvb_frontend.h | 607 u32 stream_id; member
|
D | dvb_frontend.c | 1052 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/ |
D | ttusb_dec.c | 170 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/ |
D | bulk-streams.txt | 60 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/ |
D | sst_stream.c | 78 str_id = str_params->stream_id; in sst_alloc_stream_mrfld()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 1189 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/ |
D | devio.c | 1297 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/ |
D | gadget.h | 100 unsigned stream_id:16; member
|
/linux-4.4.14/drivers/staging/media/mn88473/ |
D | mn88473.c | 44 c->stream_id); in mn88473_set_frontend()
|
/linux-4.4.14/drivers/usb/storage/ |
D | uas.c | 416 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/ |
D | tcm_usb_gadget.c | 800 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/ |
D | perf_event.h | 782 u64 stream_id; member
|
D | usb.h | 1470 unsigned int stream_id; /* (in) stream ID */ member
|
/linux-4.4.14/kernel/events/ |
D | core.c | 1340 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/ |
D | patch_ca0132.c | 2461 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/ |
D | gadget.c | 847 trb->ctrl |= DWC3_TRB_CTRL_SID_SOFN(req->request.stream_id); in dwc3_prepare_one_trb()
|