/freebsd/sys/dev/qat/qat_api/qat_direct/include/ |
H A D | icp_adf_transport_dp.h | 7 * 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 D | drm_fourcc.h | 97 * 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 D | drm_crtc.c | 371 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 D | drm_crtc.h | 244 * 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 D | drm_mode.h | 299 * 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 D | mapper.dir.src | 3 # Supplementary Multilingual Plane 7 # Supplementary Ideographic Plane 11 # Supplementary Special-purpose Plane
|
/freebsd/sys/contrib/device-tree/Bindings/display/ti/ |
H A D | ti,am65x-dss.yaml | 19 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 D | ti,j721e-dss.yaml | 30 - 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 D | ti,k2g-dss.yaml | 16 SubSystem. It has only one output port and video plane. The 27 - description: VID1 video plane 1
|
/freebsd/sys/dev/igc/ |
H A D | igc_regs.h | 327 #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 D | nhgrp.c | 73 * 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 D | nhop.h | 59 * 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 D | tegra_dc.c | 85 /* 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 D | qat_transport.c | 287 * 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 D | mount-matrix.txt | 60 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 D | vt_vga.c | 535 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 D | vt_vga_reg.h | 108 #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 D | protocols | 20 udi-c-plane 29 UDI-C-Plane # Unrestricted Digital Information Profile
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_regs.h | 642 #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 D | cpa_cy_sym_dp.h | 46 * @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 D | citrus_dechanyu.c | 327 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 D | visx | 13 >2 byte 6 (bit-plane) 24 >2 byte 106 (bit plane vector)
|
/freebsd/share/i18n/csmapper/JIS/ |
H A D | JISX0213-1%UCS@SIP.src | 20 ## 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 D | cpa_dc_dp.h | 46 * @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 D | xlnx,zynqmp-dpsub.yaml | 99 - 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)
|