Home
last modified time | relevance | path

Searched refs:ve (Results 1 – 25 of 176) sorted by relevance

12345678

/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dintel_execlists_submission.c542 resubmit_virtual_request(struct i915_request *rq, struct virtual_engine *ve) in resubmit_virtual_request() argument
549 WRITE_ONCE(rq->engine, &ve->base); in resubmit_virtual_request()
550 ve->base.submit_request(rq); in resubmit_virtual_request()
557 struct virtual_engine *ve = container_of(ce, typeof(*ve), context); in kick_siblings() local
578 resubmit_virtual_request(rq, ve); in kick_siblings()
580 if (READ_ONCE(ve->request)) in kick_siblings()
581 tasklet_hi_schedule(&ve->base.sched_engine->tasklet); in kick_siblings()
979 static bool virtual_matches(const struct virtual_engine *ve, in virtual_matches() argument
1000 inflight = intel_context_inflight(&ve->context); in virtual_matches()
1014 struct virtual_engine *ve = in first_virtual_engine() local
[all …]
Dselftest_execlists.c3727 struct intel_context *ve[16]; in nop_virtual_engine() local
3733 GEM_BUG_ON(!nctx || nctx > ARRAY_SIZE(ve)); in nop_virtual_engine()
3736 ve[n] = intel_engine_create_virtual(siblings, nsibling); in nop_virtual_engine()
3737 if (IS_ERR(ve[n])) { in nop_virtual_engine()
3738 err = PTR_ERR(ve[n]); in nop_virtual_engine()
3743 err = intel_context_pin(ve[n]); in nop_virtual_engine()
3745 intel_context_put(ve[n]); in nop_virtual_engine()
3751 err = igt_live_test_begin(&t, gt->i915, __func__, ve[0]->engine->name); in nop_virtual_engine()
3763 rq = i915_request_create(ve[nc]); in nop_virtual_engine()
3780 rq = i915_request_create(ve[nc]); in nop_virtual_engine()
[all …]
/Linux-v5.15/arch/mips/math-emu/
Dieee754int.h54 #define EXPLODESP(v, vc, vs, ve, vm) \ argument
57 ve = SPBEXP(v); \
59 if (ve == SP_EMAX+1+SP_EBIAS) { \
66 } else if (ve == SP_EMIN-1+SP_EBIAS) { \
68 ve = SP_EMIN; \
73 ve -= SP_EBIAS; \
92 #define EXPLODEDP(v, vc, vs, ve, vm) \ argument
96 ve = DPBEXP(v); \
97 if (ve == DP_EMAX+1+DP_EBIAS) { \
104 } else if (ve == DP_EMIN-1+DP_EBIAS) { \
[all …]
/Linux-v5.15/drivers/media/platform/exynos4-is/
Dfimc-isp-video.c97 isp_dbg(2, &video->ve.vdev, in isp_video_capture_start_streaming()
111 ret = fimc_pipeline_call(&video->ve, set_stream, 1); in isp_video_capture_start_streaming()
126 ret = fimc_pipeline_call(&isp->video_capture.ve, set_stream, 0); in isp_video_capture_stop_streaming()
164 v4l2_err(&video->ve.vdev, in isp_video_capture_buffer_prepare()
213 isp_dbg(2, &video->ve.vdev, in isp_video_capture_buffer_queue()
267 struct exynos_video_entity *ve = &isp->video_capture.ve; in isp_video_open() local
268 struct media_entity *me = &ve->vdev.entity; in isp_video_open()
285 ret = fimc_pipeline_call(ve, open, me, true); in isp_video_open()
306 struct media_entity *entity = &ivc->ve.vdev.entity; in isp_video_release()
322 fimc_pipeline_call(&ivc->ve, close); in isp_video_release()
[all …]
Dfimc-capture.c121 return fimc_pipeline_call(&cap->ve, set_stream, 0); in fimc_capture_state_cleanup()
181 struct fimc_pipeline *p = to_fimc_pipeline(cap->ve.pipe); in fimc_capture_irq_handler()
284 return fimc_pipeline_call(&vid_cap->ve, set_stream, 1); in start_streaming()
308 return fimc_pipeline_call(&fimc->vid_cap.ve, close); in fimc_capture_suspend()
316 struct exynos_video_entity *ve = &vid_cap->ve; in fimc_capture_resume() local
325 fimc_pipeline_call(ve, open, &ve->vdev.entity, false); in fimc_capture_resume()
389 v4l2_err(&ctx->fimc_dev->vid_cap.ve.vdev, in buffer_prepare()
408 struct exynos_video_entity *ve = &vid_cap->ve; in buffer_queue() local
446 ret = fimc_pipeline_call(ve, set_stream, 1); in buffer_queue()
448 v4l2_err(&ve->vdev, "stream on failed: %d\n", ret); in buffer_queue()
[all …]
Dmedia-dev.h167 static inline void fimc_md_graph_lock(struct exynos_video_entity *ve) in fimc_md_graph_lock() argument
169 mutex_lock(&ve->vdev.entity.graph_obj.mdev->graph_mutex); in fimc_md_graph_lock()
172 static inline void fimc_md_graph_unlock(struct exynos_video_entity *ve) in fimc_md_graph_unlock() argument
174 mutex_unlock(&ve->vdev.entity.graph_obj.mdev->graph_mutex); in fimc_md_graph_unlock()
Dfimc-lite.c212 return fimc_pipeline_call(&fimc->ve, set_stream, 0); in fimc_lite_reinit()
331 fimc_pipeline_call(&fimc->ve, set_stream, 1); in start_streaming()
392 v4l2_err(&fimc->ve.vdev, in buffer_prepare()
434 fimc_pipeline_call(&fimc->ve, set_stream, 1); in buffer_queue()
462 struct media_entity *me = &fimc->ve.vdev.entity; in fimc_lite_open()
486 ret = fimc_pipeline_call(&fimc->ve, open, me, true); in fimc_lite_open()
512 struct media_entity *entity = &fimc->ve.vdev.entity; in fimc_lite_release()
523 fimc_pipeline_call(&fimc->ve, close); in fimc_lite_release()
819 struct media_entity *entity = &fimc->ve.vdev.entity; in fimc_lite_streamon()
825 ret = media_pipeline_start(entity, &fimc->ve.pipe->mp); in fimc_lite_streamon()
[all …]
Dmedia-dev.c784 dev->vid_cap.ve.pipe = NULL; in fimc_md_unregister_entities()
792 dev->ve.pipe = NULL; in fimc_md_unregister_entities()
896 sink = &fimc->ve.vdev.entity; in __fimc_md_create_flite_source_links()
935 sink = &isp->video_capture.ve.vdev.entity; in __fimc_md_create_fimc_is_links()
1042 sink = &fmd->fimc[i]->vid_cap.ve.vdev.entity; in fimc_md_create_links()
1134 struct exynos_video_entity *ve; in __fimc_md_modify_pipeline() local
1143 ve = vdev_to_exynos_video_entity(vdev); in __fimc_md_modify_pipeline()
1144 p = to_fimc_pipeline(ve->pipe); in __fimc_md_modify_pipeline()
1153 ret = __fimc_pipeline_open(ve->pipe, entity, true); in __fimc_md_modify_pipeline()
1155 ret = __fimc_pipeline_close(ve->pipe); in __fimc_md_modify_pipeline()
Dfimc-isp.h129 struct exynos_video_entity ve; member
Dfimc-lite.h146 struct exynos_video_entity ve; member
/Linux-v5.15/arch/h8300/lib/
Dmodsi3.S31 ; should be -ve
39 mov.l A0P,A0P ; is the numerator -ve
46 mov.l A1P,A1P ; is the denominator -ve
58 mov.l A0P,A0P ; is the numerator -ve
65 mov.l A1P,A1P ; is the denominator -ve
Dmoddivsi3.S31 ; should be -ve
39 mov.l A0P,A0P ; is the numerator -ve
46 mov.l A1P,A1P ; is the denominator -ve
58 mov.l A0P,A0P ; is the numerator -ve
65 mov.l A1P,A1P ; is the denominator -ve
/Linux-v5.15/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_submission.c732 guc_virtual_get_sibling(struct intel_engine_cs *ve, unsigned int sibling) in guc_virtual_get_sibling() argument
735 intel_engine_mask_t tmp, mask = ve->mask; in guc_virtual_get_sibling()
738 for_each_engine_masked(engine, ve->gt, mask, tmp) in guc_virtual_get_sibling()
1747 struct guc_virtual_engine *ve = in __guc_context_destroy() local
1748 container_of(ce, typeof(*ve), context); in __guc_context_destroy()
1750 if (ve->base.breadcrumbs) in __guc_context_destroy()
1751 intel_breadcrumbs_put(ve->base.breadcrumbs); in __guc_context_destroy()
1753 kfree(ve); in __guc_context_destroy()
2937 struct guc_virtual_engine *ve; in guc_create_virtual() local
2942 ve = kzalloc(sizeof(*ve), GFP_KERNEL); in guc_create_virtual()
[all …]
Dintel_guc_submission.h32 bool intel_guc_virtual_engine_has_heartbeat(const struct intel_engine_cs *ve);
/Linux-v5.15/fs/f2fs/
Dgc.c373 struct victim_entry *ve; in attach_victim_entry() local
375 ve = f2fs_kmem_cache_alloc(victim_entry_slab, in attach_victim_entry()
378 ve->mtime = mtime; in attach_victim_entry()
379 ve->segno = segno; in attach_victim_entry()
381 rb_link_node(&ve->rb_node, parent, p); in attach_victim_entry()
382 rb_insert_color_cached(&ve->rb_node, &am->root, left_most); in attach_victim_entry()
384 list_add_tail(&ve->list, &am->victim_list); in attach_victim_entry()
388 return ve; in attach_victim_entry()
459 struct victim_entry *ve; in atgc_lookup_victim() local
489 ve = (struct victim_entry *)re; in atgc_lookup_victim()
[all …]
/Linux-v5.15/Documentation/input/devices/
Dcs461x.rst14 driver as a backend. I've tested this driver with CS4610, 4-axis and
15 4-button joystick; I mean the jstest utility. Also I've tried to
31 comments about them; but I've found the joystick can be initialized
/Linux-v5.15/tools/testing/selftests/bpf/
Dtest_xsk.sh94 VETH0=ve${VETH0_POSTFIX}
96 VETH1=ve${VETH1_POSTFIX}
/Linux-v5.15/drivers/tty/vt/
Dvt_ioctl.c121 struct vt_event_wait *ve = list_entry(pos, in vt_event_post() local
123 if (!(ve->event.event & event)) in vt_event_post()
125 ve->event.event = event; in vt_event_post()
128 ve->event.oldev = old + 1; in vt_event_post()
129 ve->event.newev = new + 1; in vt_event_post()
131 ve->done = 1; in vt_event_post()
/Linux-v5.15/arch/arm64/boot/dts/qcom/
Dsc7180-trogdor-lazor-r0.dts30 * Lane 0 was incorrectly mapped on the cable, but we've now decided
/Linux-v5.15/arch/m68k/hp300/
DREADME.hp3007 work now but I've only tried 16MB and 12MB.
/Linux-v5.15/Documentation/openrisc/
Dtodo.rst13 which was an older name for the architecture. The name we've settled on is
/Linux-v5.15/arch/parisc/math-emu/
DREADME1 All files except driver.c are snapshots from the HP-UX kernel. They've
/Linux-v5.15/drivers/clk/sunxi/
DMakefile13 obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-a10-ve.o
/Linux-v5.15/drivers/video/fbdev/
Dasiliantfb.c182 unsigned ve = p->var.yres + p->var.lower_margin + p->var.vsync_len; in asiliant_set_timing() local
192 write_cr(0x11, (ve - 1) & 0x0f); in asiliant_set_timing()
207 write_cr(0x11, ((ve - 1) & 0x0f) | 0x80); in asiliant_set_timing()
/Linux-v5.15/drivers/net/wan/
DMakefile49 cmd_build_wanxlfw = hexdump -ve '"\n" 16/1 "0x%02X,"' $< | \

12345678