Home
last modified time | relevance | path

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

1234567

/Linux-v4.19/arch/mips/math-emu/
Dieee754int.h65 #define EXPLODESP(v, vc, vs, ve, vm) \ argument
68 ve = SPBEXP(v); \
70 if (ve == SP_EMAX+1+SP_EBIAS) { \
77 } else if (ve == SP_EMIN-1+SP_EBIAS) { \
79 ve = SP_EMIN; \
84 ve -= SP_EBIAS; \
103 #define EXPLODEDP(v, vc, vs, ve, vm) \ argument
107 ve = DPBEXP(v); \
108 if (ve == DP_EMAX+1+DP_EBIAS) { \
115 } else if (ve == DP_EMIN-1+DP_EBIAS) { \
[all …]
/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-isp-video.c100 isp_dbg(2, &video->ve.vdev, in isp_video_capture_start_streaming()
114 ret = fimc_pipeline_call(&video->ve, set_stream, 1); in isp_video_capture_start_streaming()
129 ret = fimc_pipeline_call(&isp->video_capture.ve, set_stream, 0); in isp_video_capture_stop_streaming()
167 v4l2_err(&video->ve.vdev, in isp_video_capture_buffer_prepare()
216 isp_dbg(2, &video->ve.vdev, in isp_video_capture_buffer_queue()
270 struct exynos_video_entity *ve = &isp->video_capture.ve; in isp_video_open() local
271 struct media_entity *me = &ve->vdev.entity; in isp_video_open()
288 ret = fimc_pipeline_call(ve, open, me, true); in isp_video_open()
309 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.c123 return fimc_pipeline_call(&cap->ve, set_stream, 0); in fimc_capture_state_cleanup()
183 struct fimc_pipeline *p = to_fimc_pipeline(cap->ve.pipe); in fimc_capture_irq_handler()
286 return fimc_pipeline_call(&vid_cap->ve, set_stream, 1); in start_streaming()
310 return fimc_pipeline_call(&fimc->vid_cap.ve, close); in fimc_capture_suspend()
318 struct exynos_video_entity *ve = &vid_cap->ve; in fimc_capture_resume() local
327 fimc_pipeline_call(ve, open, &ve->vdev.entity, false); in fimc_capture_resume()
391 v4l2_err(&ctx->fimc_dev->vid_cap.ve.vdev, in buffer_prepare()
410 struct exynos_video_entity *ve = &vid_cap->ve; in buffer_queue() local
448 ret = fimc_pipeline_call(ve, set_stream, 1); in buffer_queue()
450 v4l2_err(&ve->vdev, "stream on failed: %d\n", ret); in buffer_queue()
[all …]
Dmedia-dev.h177 static inline void fimc_md_graph_lock(struct exynos_video_entity *ve) in fimc_md_graph_lock() argument
179 mutex_lock(&ve->vdev.entity.graph_obj.mdev->graph_mutex); in fimc_md_graph_lock()
182 static inline void fimc_md_graph_unlock(struct exynos_video_entity *ve) in fimc_md_graph_unlock() argument
184 mutex_unlock(&ve->vdev.entity.graph_obj.mdev->graph_mutex); in fimc_md_graph_unlock()
Dfimc-lite.c221 return fimc_pipeline_call(&fimc->ve, set_stream, 0); in fimc_lite_reinit()
340 fimc_pipeline_call(&fimc->ve, set_stream, 1); in start_streaming()
401 v4l2_err(&fimc->ve.vdev, in buffer_prepare()
443 fimc_pipeline_call(&fimc->ve, set_stream, 1); in buffer_queue()
471 struct media_entity *me = &fimc->ve.vdev.entity; in fimc_lite_open()
495 ret = fimc_pipeline_call(&fimc->ve, open, me, true); in fimc_lite_open()
520 struct media_entity *entity = &fimc->ve.vdev.entity; in fimc_lite_release()
531 fimc_pipeline_call(&fimc->ve, close); in fimc_lite_release()
829 struct media_entity *entity = &fimc->ve.vdev.entity; in fimc_lite_streamon()
835 ret = media_pipeline_start(entity, &fimc->ve.pipe->mp); in fimc_lite_streamon()
[all …]
Dmedia-dev.c744 dev->vid_cap.ve.pipe = NULL; in fimc_md_unregister_entities()
752 dev->ve.pipe = NULL; in fimc_md_unregister_entities()
856 sink = &fimc->ve.vdev.entity; in __fimc_md_create_flite_source_links()
895 sink = &isp->video_capture.ve.vdev.entity; in __fimc_md_create_fimc_is_links()
1002 sink = &fmd->fimc[i]->vid_cap.ve.vdev.entity; in fimc_md_create_links()
1094 struct exynos_video_entity *ve; in __fimc_md_modify_pipeline() local
1103 ve = vdev_to_exynos_video_entity(vdev); in __fimc_md_modify_pipeline()
1104 p = to_fimc_pipeline(ve->pipe); in __fimc_md_modify_pipeline()
1113 ret = __fimc_pipeline_open(ve->pipe, entity, true); in __fimc_md_modify_pipeline()
1115 ret = __fimc_pipeline_close(ve->pipe); in __fimc_md_modify_pipeline()
Dfimc-isp.h128 struct exynos_video_entity ve; member
Dfimc-lite.h147 struct exynos_video_entity ve; member
/Linux-v4.19/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-v4.19/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-v4.19/drivers/tty/vt/
Dvt_ioctl.c100 struct vt_event_wait *ve = list_entry(pos, in vt_event_post() local
102 if (!(ve->event.event & event)) in vt_event_post()
104 ve->event.event = event; in vt_event_post()
107 ve->event.oldev = old + 1; in vt_event_post()
108 ve->event.newev = new + 1; in vt_event_post()
110 ve->done = 1; in vt_event_post()
/Linux-v4.19/arch/m68k/hp300/
DREADME.hp3007 work now but I've only tried 16MB and 12MB.
/Linux-v4.19/Documentation/openrisc/
DTODO9 which was an older name for the architecture. The name we've settled on is
/Linux-v4.19/arch/parisc/math-emu/
DREADME1 All files except driver.c are snapshots from the HP-UX kernel. They've
/Linux-v4.19/drivers/clk/sunxi/
DMakefile11 obj-y += clk-a10-ve.o
/Linux-v4.19/fs/fuse/
DKconfig12 installed if you've installed the "fuse" package itself.
/Linux-v4.19/Documentation/devicetree/bindings/i2c/
Di2c-cros-ec-tunnel.txt3 On some ChromeOS board designs we've got a connection to the EC (embedded
/Linux-v4.19/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-v4.19/Documentation/powerpc/
D00-INDEX2 Linux/PPC needs an entry here, needs correction or you've written one
/Linux-v4.19/Documentation/scsi/
Dsym53c500_cs.txt16 other products using this chip, but I've never laid eyes (much less hands)
/Linux-v4.19/drivers/net/wan/
DMakefile55 …hexdump -ve '"\n" 16/1 "0x%02X,"' $(obj)/wanxlfw.bin | sed 's/0x ,//g;1s/^/static const u8 firmwa…
/Linux-v4.19/arch/arm/boot/dts/
Drk3288-veyron-analog-audio.dtsi82 * we've got a ts3a227e chip but the driver requires it.
/Linux-v4.19/Documentation/ABI/testing/
Ddell-smbios-wmi22 2) After you've determined the minimum size of the calling
/Linux-v4.19/drivers/staging/greybus/tools/
Dlbtest156 except ValueError as ve:

1234567