Home
last modified time | relevance | path

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

12

/linux-3.4.99/drivers/gpu/drm/vmwgfx/
Dvmwgfx_overlay.c82 uint32_t stream_id) in fill_flush() argument
86 cmd->flush.streamId = stream_id; in fill_flush()
138 cmds->header.streamId = arg->stream_id; in vmw_overlay_send_put()
171 fill_flush(flush, arg->stream_id); in vmw_overlay_send_put()
185 uint32_t stream_id, in vmw_overlay_send_stop() argument
210 cmds->body.header.streamId = stream_id; in vmw_overlay_send_stop()
213 fill_flush(&cmds->flush, stream_id); in vmw_overlay_send_stop()
252 uint32_t stream_id, bool pause, in vmw_overlay_stop() argument
256 struct vmw_stream *stream = &overlay->stream[stream_id]; in vmw_overlay_stop()
265 ret = vmw_overlay_send_stop(dev_priv, stream_id, in vmw_overlay_stop()
[all …]
Dvmwgfx_resource.c57 uint32_t stream_id; member
1722 ret = vmw_overlay_unref(dev_priv, stream->stream_id); in vmw_stream_destroy()
1744 ret = vmw_overlay_claim(dev_priv, &stream->stream_id); in vmw_stream_init()
1797 res = vmw_resource_lookup(dev_priv, &dev_priv->stream_idr, arg->stream_id); in vmw_stream_unref_ioctl()
1882 arg->stream_id = res->id; in vmw_stream_claim_ioctl()
1913 *inout_id = stream->stream.stream_id; in vmw_user_stream_lookup()
Dvmwgfx_drv.h670 int vmw_overlay_unref(struct vmw_private *dev_priv, uint32_t stream_id);
/linux-3.4.99/arch/powerpc/platforms/pseries/
Dsuspend.c30 static u64 stream_id; variable
50 rc = plpar_hcall(H_VASI_STATE, retbuf, stream_id); in pseries_suspend_begin()
139 stream_id = simple_strtoul(buf, NULL, 16); in store_hibernate()
168 stream_id = 0; in store_hibernate()
/linux-3.4.99/drivers/usb/host/
Dxhci-ring.c413 unsigned int stream_id) in xhci_ring_ep_doorbell() argument
429 xhci_writel(xhci, DB_VALUE(ep_index, stream_id), db_addr); in xhci_ring_ep_doorbell()
440 unsigned int stream_id; in ring_doorbell_for_active_rings() local
452 for (stream_id = 1; stream_id < ep->stream_info->num_streams; in ring_doorbell_for_active_rings()
453 stream_id++) { in ring_doorbell_for_active_rings()
455 if (!list_empty(&stream_info->stream_rings[stream_id]->td_list)) in ring_doorbell_for_active_rings()
457 stream_id); in ring_doorbell_for_active_rings()
489 unsigned int stream_id) in xhci_triad_to_transfer_ring() argument
498 if (stream_id == 0) { in xhci_triad_to_transfer_ring()
506 if (stream_id < ep->stream_info->num_streams) in xhci_triad_to_transfer_ring()
[all …]
Dxhci.h1301 unsigned int stream_id; member
1690 unsigned int stream_id);
1800 unsigned int stream_id, struct xhci_td *cur_td,
1804 unsigned int stream_id,
1815 unsigned int ep_index, unsigned int stream_id);
Dxhci-mem.c492 unsigned int stream_id) in xhci_stream_id_to_ring() argument
496 if (stream_id == 0) in xhci_stream_id_to_ring()
501 if (stream_id > ep->stream_info->num_streams) in xhci_stream_id_to_ring()
503 return ep->stream_info->stream_rings[stream_id]; in xhci_stream_id_to_ring()
658 cur_ring->stream_id = cur_stream; in xhci_alloc_stream_info()
Dxhci.c1417 unsigned int stream_id; in xhci_urb_to_transfer_ring() local
1422 stream_id = urb->stream_id; in xhci_urb_to_transfer_ring()
1428 if (stream_id == 0) { in xhci_urb_to_transfer_ring()
1436 if (stream_id < ep->stream_info->num_streams) in xhci_urb_to_transfer_ring()
1437 return ep->stream_info->stream_rings[stream_id]; in xhci_urb_to_transfer_ring()
1445 stream_id); in xhci_urb_to_transfer_ring()
/linux-3.4.99/drivers/usb/storage/
Duas.c247 unsigned int pipe, u16 stream_id, in uas_alloc_data_urb() argument
259 urb->stream_id = stream_id; in uas_alloc_data_urb()
267 struct Scsi_Host *shost, u16 stream_id) in uas_alloc_sense_urb() argument
282 urb->stream_id = stream_id; in uas_alloc_sense_urb()
292 struct scsi_cmnd *cmnd, u16 stream_id) in uas_alloc_cmd_urb() argument
/linux-3.4.99/drivers/staging/tidspbridge/rmgr/
Ddrv_interface.c159 pr_ctxt->stream_id = kzalloc(sizeof(struct idr), GFP_KERNEL); in bridge_open()
160 if (!pr_ctxt->stream_id) { in bridge_open()
165 idr_init(pr_ctxt->stream_id); in bridge_open()
200 kfree(pr_ctxt->stream_id); in bridge_release()
Ddrv.c214 retval = idr_get_new(ctxt->stream_id, *pstrm_res, in drv_proc_insert_strm_res_element()
217 if (!idr_pre_get(ctxt->stream_id, GFP_KERNEL)) { in drv_proc_insert_strm_res_element()
223 retval = idr_get_new(ctxt->stream_id, *pstrm_res, in drv_proc_insert_strm_res_element()
275 idr_for_each(ctxt->stream_id, drv_proc_free_strm_res, ctxt); in drv_remove_all_strm_res_elements()
276 idr_destroy(ctxt->stream_id); in drv_remove_all_strm_res_elements()
Dstrm.c168 idr_remove(pr_ctxt->stream_id, strmres->id); in strm_close()
/linux-3.4.99/include/drm/
Dvmwgfx_drm.h452 uint32_t stream_id; member
517 uint32_t stream_id; member
/linux-3.4.99/sound/soc/mid-x86/
Dsst_platform.h102 u32 stream_id; member
/linux-3.4.99/tools/perf/util/
Devsel.c420 sample->stream_id = *array; in perf_event__parse_id_sample()
471 data->stream_id = data->id = data->time = -1ULL; in perf_event__parse_sample()
522 data->stream_id = *array; in perf_event__parse_sample()
654 *array = sample->stream_id; in perf_event__synthesize_sample()
Dpython.c20 u64 stream_id; member
48 sample_member_def(sample_stream_id, stream_id, T_ULONGLONG, "event stream id"), \
166 member_def(throttle_event, stream_id, T_ULONGLONG, "event stream id"),
177 te->time, te->id, te->stream_id); in pyrf_throttle_event__repr()
Devent.h78 u64 stream_id; member
/linux-3.4.99/drivers/staging/tidspbridge/include/dspbridge/
Ddrv.h146 struct idr *stream_id; member
Ddspapi-ioctl.h191 u32 stream_id; member
/linux-3.4.99/include/linux/dvb/
Dvideo.h186 int stream_id; member
/linux-3.4.99/include/linux/usb/
Dgadget.h99 unsigned stream_id:16; member
/linux-3.4.99/drivers/media/dvb/ttusb-dec/
Dttusb_dec.c170 u8 stream_id; member
532 if (finfo->stream_id == sid) { in ttusb_dec_process_filter()
1033 finfo->stream_id = c[1]; in ttusb_dec_start_sec_feed()
1102 b0[1] = finfo->stream_id; in ttusb_dec_stop_sec_feed()
/linux-3.4.99/Documentation/usb/
Dbulk-streams.txt60 To queue an URB for a specific stream, set the urb->stream_id value. If the
/linux-3.4.99/drivers/usb/gadget/
Ddummy_hcd.c1145 if (!urb->stream_id) { in dummy_validate_stream()
1155 if (urb->stream_id > max_streams) { in dummy_validate_stream()
1157 urb->stream_id); in dummy_validate_stream()
1316 if ((urb->stream_id != req->req.stream_id)) in transfer()
/linux-3.4.99/include/linux/
Dperf_event.h1125 u64 stream_id; member

12