/linux/drivers/gpu/drm/i915/gt/ |
A D | intel_execlists_submission.c | 1027 return ve; in first_virtual_engine() 1053 swap(ve->siblings[n], ve->siblings[0]); in virtual_xfer_context() 3518 kfree(ve); in rcu_virtual_context_destroy() 3561 swap(ve->siblings[swp], ve->siblings[0]); in virtual_engine_initial_hint() 3795 ve = kzalloc(struct_size(ve, siblings, count), GFP_KERNEL); in execlists_create_virtual() 3796 if (!ve) in execlists_create_virtual() 3824 snprintf(ve->base.name, sizeof(ve->base.name), "virtual"); in execlists_create_virtual() 3833 ve->base.sched_engine->private_data = &ve->base; in execlists_create_virtual() 3845 intel_context_init(&ve->context, &ve->base); in execlists_create_virtual() 3880 ve->siblings[ve->num_siblings++] = sibling; in execlists_create_virtual() [all …]
|
A D | selftest_execlists.c | 3737 if (IS_ERR(ve[n])) { in nop_virtual_engine() 3738 err = PTR_ERR(ve[n]); in nop_virtual_engine() 3933 if (IS_ERR(ve)) { in mask_virtual_engine() 3934 err = PTR_ERR(ve); in mask_virtual_engine() 3998 intel_context_put(ve); in mask_virtual_engine() 4218 if (IS_ERR(ve)) { in preserved_virtual_engine() 4219 err = PTR_ERR(ve); in preserved_virtual_engine() 4297 intel_context_put(ve); in preserved_virtual_engine() 4358 if (IS_ERR(ve)) { in reset_virtual_engine() 4359 err = PTR_ERR(ve); in reset_virtual_engine() [all …]
|
/linux/arch/mips/math-emu/ |
A D | ieee754int.h | 54 #define EXPLODESP(v, vc, vs, ve, vm) \ argument 57 ve = SPBEXP(v); \ 59 if (ve == SP_EMAX+1+SP_EBIAS) { \ 68 ve = SP_EMIN; \ 73 ve -= SP_EBIAS; \ 96 ve = DPBEXP(v); \ 97 if (ve == DP_EMAX+1+DP_EBIAS) { \ 106 ve = DP_EMIN; \ 111 ve -= DP_EBIAS; \ 125 ve = DP_EMIN-1+DP_EBIAS; \ [all …]
|
/linux/drivers/media/platform/exynos4-is/ |
A D | fimc-isp-video.c | 97 isp_dbg(2, &video->ve.vdev, in isp_video_capture_start_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 322 fimc_pipeline_call(&ivc->ve, close); in isp_video_release() 492 struct exynos_video_entity *ve = &isp->video_capture.ve; in isp_video_streamon() local 606 vdev = &iv->ve.vdev; in fimc_isp_video_device_register() 640 struct exynos_video_entity *ve; in fimc_isp_video_device_unregister() local 643 ve = &isp->video_capture.ve; in fimc_isp_video_device_unregister() 650 video_unregister_device(&ve->vdev); in fimc_isp_video_device_unregister() [all …]
|
A D | fimc-capture.c | 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() 408 struct exynos_video_entity *ve = &vid_cap->ve; in buffer_queue() local 470 struct exynos_video_entity *ve = &vc->ve; in fimc_capture_open() local 492 fimc_md_graph_lock(ve); in fimc_capture_open() 494 ret = fimc_pipeline_call(ve, open, &ve->vdev.entity, true); in fimc_capture_open() 910 struct exynos_video_entity *ve = &vc->ve; in __video_try_or_set_format() local 953 fimc_md_graph_lock(ve); in __video_try_or_set_format() 969 fimc_md_graph_lock(ve); in __video_try_or_set_format() 1061 struct exynos_video_entity *ve = &fimc->vid_cap.ve; in fimc_cap_enum_input() local [all …]
|
A D | media-dev.h | 167 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()
|
A D | fimc-lite.c | 392 v4l2_err(&fimc->ve.vdev, in buffer_prepare() 523 fimc_pipeline_call(&fimc->ve, close); in fimc_lite_release() 856 media_pipeline_stop(&fimc->ve.vdev.entity); in fimc_lite_streamoff() 1248 struct video_device *vfd = &fimc->ve.vdev; in fimc_lite_subdev_registered() 1295 fimc->ve.pipe = NULL; in fimc_lite_subdev_registered() 1313 if (video_is_registered(&fimc->ve.vdev)) { in fimc_lite_subdev_unregistered() 1314 video_unregister_device(&fimc->ve.vdev); in fimc_lite_subdev_unregistered() 1316 fimc->ve.pipe = NULL; in fimc_lite_subdev_unregistered() 1573 fimc_pipeline_call(&fimc->ve, open, in fimc_lite_resume() 1574 &fimc->ve.vdev.entity, false); in fimc_lite_resume() [all …]
|
A D | media-dev.c | 784 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()
|
/linux/arch/h8300/lib/ |
A D | moddivsi3.S | 31 ; 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
|
A D | modsi3.S | 31 ; 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/Documentation/devicetree/bindings/clock/ |
A D | allwinner,sun4i-a10-ve-clk.yaml | 4 $id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-ve-clk.yaml# 23 const: allwinner,sun4i-a10-ve-clk 49 compatible = "allwinner,sun4i-a10-ve-clk"; 52 clock-output-names = "ve";
|
/linux/drivers/gpu/drm/i915/gt/uc/ |
A D | intel_guc_submission.c | 2415 if (ve->base.breadcrumbs) in __guc_context_destroy() 2418 kfree(ve); in __guc_context_destroy() 4228 struct guc_virtual_engine *ve; in guc_create_virtual() local 4233 ve = kzalloc(sizeof(*ve), GFP_KERNEL); in guc_create_virtual() 4234 if (!ve) in guc_create_virtual() 4242 ve->base.id = -1; in guc_create_virtual() 4249 snprintf(ve->base.name, sizeof(ve->base.name), "virtual"); in guc_create_virtual() 4261 intel_context_init(&ve->context, &ve->base); in guc_create_virtual() 4285 snprintf(ve->base.name, sizeof(ve->base.name), in guc_create_virtual() 4301 ve->base.breadcrumbs = in guc_create_virtual() [all …]
|
A D | intel_guc_submission.h | 32 bool intel_guc_virtual_engine_has_heartbeat(const struct intel_engine_cs *ve);
|
/linux/fs/f2fs/ |
A D | gc.c | 376 struct victim_entry *ve; in attach_victim_entry() local 381 ve->mtime = mtime; in attach_victim_entry() 382 ve->segno = segno; in attach_victim_entry() 391 return ve; in attach_victim_entry() 462 struct victim_entry *ve; in atgc_lookup_victim() local 494 if (ve->mtime >= max_mtime || ve->mtime < min_mtime) in atgc_lookup_victim() 517 p->min_segno = ve->segno; in atgc_lookup_victim() 537 struct victim_entry *ve; in atssr_lookup_victim() local 565 if (ve->mtime >= max_mtime || ve->mtime < min_mtime) in atssr_lookup_victim() 586 p->min_segno = ve->segno; in atssr_lookup_victim() [all …]
|
/linux/Documentation/input/devices/ |
A D | cs461x.rst | 14 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/tools/testing/selftests/bpf/ |
A D | test_xsk.sh | 94 VETH0=ve${VETH0_POSTFIX} 96 VETH1=ve${VETH1_POSTFIX}
|
/linux/drivers/tty/vt/ |
A D | vt_ioctl.c | 121 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/drivers/clk/sunxi/ |
A D | .clk-a10-ve.o.cmd | 1 …ve.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch… 3 source_drivers/clk/sunxi/clk-a10-ve.o := drivers/clk/sunxi/clk-a10-ve.c 5 deps_drivers/clk/sunxi/clk-a10-ve.o := \ 813 drivers/clk/sunxi/clk-a10-ve.o: $(deps_drivers/clk/sunxi/clk-a10-ve.o) 815 $(deps_drivers/clk/sunxi/clk-a10-ve.o):
|
A D | built-in.a | 9 clk-a10-ve.o/
|
A D | Makefile | 13 obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-a10-ve.o
|
/linux/arch/arm64/boot/dts/qcom/ |
A D | sc7180-trogdor-lazor-r0.dts | 30 * Lane 0 was incorrectly mapped on the cable, but we've now decided
|
/linux/arch/m68k/hp300/ |
A D | README.hp300 | 7 work now but I've only tried 16MB and 12MB.
|
/linux/Documentation/openrisc/ |
A D | todo.rst | 13 which was an older name for the architecture. The name we've settled on is
|
/linux/arch/parisc/math-emu/ |
A D | README | 1 All files except driver.c are snapshots from the HP-UX kernel. They've
|
/linux/drivers/video/fbdev/ |
A D | asiliantfb.c | 182 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()
|