Home
last modified time | relevance | path

Searched full:plane (Results 1 – 25 of 122) sorted by relevance

12345

/freebsd/sys/dev/qat/qat_api/qat_direct/include/
H A Dicp_adf_transport_dp.h7 * File contains Public API definitions for ADF transport for data plane.
18 * Data plane support function - returns the pointer to next message on the ring
26 * Data plane support function - returns the pointer to next message on the ring
34 * Data plane support function - increments the tail pointer and returns
42 * Data plane support function - Writes the tail shadow copy to the device.
48 * Data plane support function - check if the ring is empty
54 * Data plane support function - Poll messages from the queue.
70 * Data plane API - no locks.
/freebsd/sys/dev/drm2/
H A Ddrm_fourcc.h97 * 2 plane YCbCr
98 * index 0 = Y plane, [7:0] Y
99 * index 1 = Cr:Cb plane, [15:0] Cr:Cb little endian
101 * index 1 = Cb:Cr plane, [15:0] Cb:Cr little endian
103 #define DRM_FORMAT_NV12 fourcc_code('N', 'V', '1', '2') /* 2x2 subsampled Cr:Cb plane */
104 #define DRM_FORMAT_NV21 fourcc_code('N', 'V', '2', '1') /* 2x2 subsampled Cb:Cr plane */
105 #define DRM_FORMAT_NV16 fourcc_code('N', 'V', '1', '6') /* 2x1 subsampled Cr:Cb plane */
106 #define DRM_FORMAT_NV61 fourcc_code('N', 'V', '6', '1') /* 2x1 subsampled Cb:Cr plane */
107 #define DRM_FORMAT_NV24 fourcc_code('N', 'V', '2', '4') /* non-subsampled Cr:Cb plane */
108 #define DRM_FORMAT_NV42 fourcc_code('N', 'V', '4', '2') /* non-subsampled Cb:Cr plane */
[all …]
H A Ddrm_crtc.c371 struct drm_plane *plane; in drm_framebuffer_remove() local
388 list_for_each_entry(plane, &dev->mode_config.plane_list, head) { in drm_framebuffer_remove()
389 if (plane->fb == fb) { in drm_framebuffer_remove()
391 ret = plane->funcs->disable_plane(plane); in drm_framebuffer_remove()
393 DRM_ERROR("failed to disable plane with busy fb\n"); in drm_framebuffer_remove()
394 /* disconnect the plane from the fb and crtc: */ in drm_framebuffer_remove()
395 plane->fb = NULL; in drm_framebuffer_remove()
396 plane->crtc = NULL; in drm_framebuffer_remove()
646 int drm_plane_init(struct drm_device *dev, struct drm_plane *plane, in drm_plane_init() argument
656 ret = drm_mode_object_get(dev, &plane->base, DRM_MODE_OBJECT_PLANE); in drm_plane_init()
[all …]
H A Ddrm_crtc.h244 * for example some hw, disabling a CRTC/plane is asynchronous, and
612 * drm_plane_funcs - driver plane control functions
613 * @update_plane: update the plane configuration
614 * @disable_plane: shut down the plane
615 * @destroy: clean up plane resources
619 int (*update_plane)(struct drm_plane *plane,
625 int (*disable_plane)(struct drm_plane *plane);
626 void (*destroy)(struct drm_plane *plane);
628 int (*set_property)(struct drm_plane *plane,
633 * drm_plane - central DRM plane control structure
[all …]
H A Ddrm_mode.h299 * buffer objects with offets and pitches per plane.
303 * YUV 4:2:0 image with a plane of 8 bit Y samples
304 * followed by an interleaved U/V plane containing
312 __u32 pitches[4]; /* pitch for each plane */
313 __u32 offsets[4]; /* offset of each plane */
/freebsd/share/i18n/csmapper/
H A Dmapper.dir.src3 # Supplementary Multilingual Plane
7 # Supplementary Ideographic Plane
11 # Supplementary Special-purpose Plane
/freebsd/sys/contrib/device-tree/Bindings/display/ti/
H A Dti,am65x-dss.yaml19 format. The first plane is full video plane with all features and the
20 second is a "lite plane" without scaling support.
34 - description: VIDL1 light video plane
35 - description: VID video plane
H A Dti,j721e-dss.yaml30 - description: VIDL1 light video plane 1
31 - description: VIDL2 light video plane 2
32 - description: VID1 video plane 1
33 - description: VID1 video plane 2
H A Dti,k2g-dss.yaml16 SubSystem. It has only one output port and video plane. The
27 - description: VID1 video plane 1
/freebsd/sys/dev/igc/
H A Digc_regs.h327 #define IGC_RTTDCS 0x3600 /* Reedtown Tx Desc plane control and status */
328 #define IGC_RTTPCS 0x3474 /* Reedtown Tx Packet Plane control and status */
329 #define IGC_RTRPCS 0x2474 /* Rx packet plane control and status */
332 /* Tx Desc plane TC Rate-scheduler config */
334 /* Tx Packet plane TC Rate-Scheduler Config */
336 /* Rx Packet plane TC Rate-Scheduler Config */
338 /* Tx Desc Plane TC Rate-Scheduler Status */
340 /* Tx Desc Plane TC Rate-Scheduler MMW */
342 /* Tx Packet plane TC Rate-Scheduler Status */
344 /* Tx Packet plane TC Rate-scheduler MMW */
[all …]
/freebsd/sys/net/route/
H A Dnhgrp.c73 * Each group consists of a control plane part and a dataplane part.
74 * Control plane is basically a collection of nexthop objects with
78 * plane data to support O(1) nexthop selection.
111 * with the same "control plane" list of nexthops with weights and a in cmp_nhgrp()
112 * different set of "data plane" nexthops. in cmp_nhgrp()
113 * For now, ignore the data plane and focus on the control plane list. in cmp_nhgrp()
H A Dnhop.h59 * simplifying control plane handling.
142 struct nhop_priv *nh_priv; /* control plane data */
252 /* control plane */
264 #define NHG_C_TYPE_CNHOPS 0x1 /* Control plane nhops list */
281 * - nhgrp_container (control plane nhops list)
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_dc.c85 /* Complete description of one window (plane) */
497 * Plane functions.
506 struct tegra_plane *plane; in dc_plane_update() local
513 plane = container_of(drm_plane, struct tegra_plane, drm_plane); in dc_plane_update()
535 dc_setup_window(sc, plane->index, &win); in dc_plane_update()
537 WR4(sc, DC_CMD_STATE_CONTROL, WIN_A_UPDATE << plane->index); in dc_plane_update()
538 WR4(sc, DC_CMD_STATE_CONTROL, WIN_A_ACT_REQ << plane->index); in dc_plane_update()
546 struct tegra_plane *plane; in dc_plane_disable() local
553 plane = container_of(drm_plane, struct tegra_plane, drm_plane); in dc_plane_disable()
557 idx = plane->index; in dc_plane_disable()
[all …]
/freebsd/sys/dev/qat/qat_api/qat_kernel/src/
H A Dqat_transport.c287 * Data plane support function - returns the pointer to next message on the ring
314 * Data plane support function - returns the pointer to next message on the ring
346 * Data plane support function - increments the tail pointer and returns
368 * Data plane support function - Writes the tail shadow copy to the device.
393 * Data plane support function - Poll messages from the queue.
413 * Data-plane support function - Indicates if there is data on the ring to be
/freebsd/sys/contrib/device-tree/Bindings/iio/
H A Dmount-matrix.txt60 is projected onto the (x,y) plane of the display panel.
96 ground plane and positive towards magnetic North, (x) is in the ground plane,
98 perpendicular to the ground plane and positive upwards.
130 velocity is defined as orthogonal to the plane of rotation, so if you put the
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c535 unsigned int i, j, plane, color, offset; in vga_bitblt_pixels_block_ncolors()
545 * Write Mode 0 and write one byte to each plane separately. in vga_bitblt_pixels_block_ncolors()
549 * We first compute each byte: each plane contains one bit of the in vga_bitblt_pixels_block_ncolors()
561 * Plane 0: 10000001 = 0x81 in vga_bitblt_pixels_block_ncolors()
562 * Plane 1: 10000001 = 0x81 in vga_bitblt_pixels_block_ncolors()
563 * Plane 2: 10000000 = 0x80 in vga_bitblt_pixels_block_ncolors()
564 * Plane 3: 00000000 = 0x00 in vga_bitblt_pixels_block_ncolors()
582 for (plane = 0; plane < 4; ++plane) in vga_bitblt_pixels_block_ncolors()
533 unsigned int i, j, plane, color, offset; vga_bitblt_pixels_block_ncolors() local
[all...]
H A Dvt_vga_reg.h108 #define VGA_SEQ_MM_EM3 0x08 /* Enable memory plane 3 */
109 #define VGA_SEQ_MM_EM2 0x04 /* Enable memory plane 2 */
110 #define VGA_SEQ_MM_EM1 0x02 /* Enable memory plane 1 */
111 #define VGA_SEQ_MM_EM0 0x01 /* Enable memory plane 0 */
/freebsd/lib/libbluetooth/
H A Dprotocols20 udi-c-plane 29 UDI-C-Plane # Unrestricted Digital Information Profile
/freebsd/sys/dev/e1000/
H A De1000_regs.h642 #define E1000_RTTDCS 0x3600 /* Reedtown Tx Desc plane control and status */
643 #define E1000_RTTPCS 0x3474 /* Reedtown Tx Packet Plane control and status */
644 #define E1000_RTRPCS 0x2474 /* Rx packet plane control and status */
647 /* Tx Desc plane TC Rate-scheduler config */
649 /* Tx Packet plane TC Rate-Scheduler Config */
651 /* Rx Packet plane TC Rate-Scheduler Config */
653 /* Tx Desc Plane TC Rate-Scheduler Status */
655 /* Tx Desc Plane TC Rate-Scheduler MMW */
657 /* Tx Packet plane TC Rate-Scheduler Status */
659 /* Tx Packet plane TC Rate-scheduler MMW */
[all …]
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_sym_dp.h46 * @defgroup cpaCySymDp Symmetric cryptographic Data Plane API
51 * These data structures and functions specify the Data Plane API
55 * This API is recommended for data plane applications, in which the
130 * data plane API.
132 * Handle to a cryptographic data plane session context. The memory for
147 * Operation Data for cryptographic data plane API.
374 * Definition of callback function for cryptographic data plane API.
473 * Gets the size required to store a session context for the data plane
548 * plane API.
614 * Initialize a session for the symmetric cryptographic data plane API.
[all …]
/freebsd/lib/libiconv_modules/DECHanyu/
H A Dcitrus_dechanyu.c327 int plane; in _citrus_DECHanyu_stdenc_wctocs() local
329 plane = 0; in _citrus_DECHanyu_stdenc_wctocs()
336 plane += 2; in _citrus_DECHanyu_stdenc_wctocs()
341 plane += (wc & 0x80) ? 1 : 2; in _citrus_DECHanyu_stdenc_wctocs()
344 *csid = plane; in _citrus_DECHanyu_stdenc_wctocs()
/freebsd/contrib/file/magic/Magdir/
H A Dvisx13 >2 byte 6 (bit-plane)
24 >2 byte 106 (bit plane vector)
/freebsd/share/i18n/csmapper/JIS/
H A DJISX0213-1%UCS@SIP.src20 ## 3-XXXX JIS X 0213:2004 plane 1 (GL encoding)
21 ## 4-XXXX JIS X 0213:2000 plane 2 (GL encoding)
/freebsd/sys/dev/qat/qat_api/include/dc/
H A Dcpa_dc_dp.h46 * @defgroup cpaDcDp Data Compression Data Plane API
51 * These data structures and functions specify the Data Plane API
54 * This API is recommended for data plane applications, in which the
122 * Operation Data for compression data plane API.
253 * Data Plane No-Session (Ns) API. Otherwise it should be set to NULL.
254 * When initialized, the existing Data Plane API functions can be used
263 * Definition of callback function for compression data plane API.
304 * Get the size of the memory required to hold the data plane
372 * Initialize compression or decompression data plane session.
454 * of a previously initialized session handlei for a data plane session.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/xlnx/
H A Dxlnx,zynqmp-dpsub.yaml99 - description: Video layer, plane 0 (RGB or luma)
100 - description: Video layer, plane 1 (U/V or U)
101 - description: Video layer, plane 2 (V)

12345