| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/ |
| H A D | Kconfig | 11 ANX6345 transforms the LVTTL RGB output of an 21 designed for portable devices. The ANX78XX transforms
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/ |
| H A D | when.hpp | 163 BOOST_PROTO_DEFINE_ENV_VAR(transforms_type, transforms); 166 using envns_::transforms;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce60/ |
| H A D | dce60_resource.c | 809 if (pool->base.transforms[i] != NULL) in dce60_resource_destruct() 810 dce60_transform_destroy(&pool->base.transforms[i]); in dce60_resource_destruct() 1062 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce60_construct() 1063 if (pool->base.transforms[i] == NULL) { in dce60_construct() 1259 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce61_construct() 1260 if (pool->base.transforms[i] == NULL) { in dce61_construct() 1452 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce64_construct() 1453 if (pool->base.transforms[i] == NULL) { in dce64_construct()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce80/ |
| H A D | dce80_resource.c | 814 if (pool->base.transforms[i] != NULL) in dce80_resource_destruct() 815 dce80_transform_destroy(&pool->base.transforms[i]); in dce80_resource_destruct() 1071 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce80_construct() 1072 if (pool->base.transforms[i] == NULL) { in dce80_construct() 1268 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce81_construct() 1269 if (pool->base.transforms[i] == NULL) { in dce81_construct() 1461 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce83_construct() 1462 if (pool->base.transforms[i] == NULL) { in dce83_construct()
|
| /OK3568_Linux_fs/buildroot/package/mtdev/ |
| H A D | Config.in | 4 The mtdev is a stand-alone library which transforms all
|
| /OK3568_Linux_fs/buildroot/package/python-inflection/ |
| H A D | Config.in | 7 pluralizes English words, and transforms strings from
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86RandR12.h | 34 Bool transforms);
|
| /OK3568_Linux_fs/buildroot/package/augeas/ |
| H A D | Config.in | 11 configuration files in their native formats and transforms
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/ |
| H A D | mtdev_1.1.6.bb | 3 DESCRIPTION = "mtdev is a library which transforms all variants of kernel \
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | colorspaces.rst | 43 After some further mathematical transforms these stimuli are known as 88 constructed that transforms CIE XYZ colors to colors in the new 96 function that takes a linear color component value and transforms it to 105 The final piece that defines a colorspace is a function that transforms
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce110/ |
| H A D | dce110_resource.c | 827 if (pool->base.transforms[i] != NULL) in dce110_resource_destruct() 828 dce110_transform_destroy(&pool->base.transforms[i]); in dce110_resource_destruct() 1145 pipe_ctx->plane_res.xfm = pool->transforms[underlay_idx]; in dce110_acquire_underlay() 1277 pool->transforms[pool->pipe_count] = &dce110_xfmv->base; in underlay_create() 1469 pool->base.transforms[i] = dce110_transform_create(ctx, i); in dce110_resource_construct() 1470 if (pool->base.transforms[i] == NULL) { in dce110_resource_construct()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce100/ |
| H A D | dce100_resource.c | 766 if (pool->base.transforms[i] != NULL) in dce100_resource_destruct() 767 dce100_transform_destroy(&pool->base.transforms[i]); in dce100_resource_destruct() 1107 pool->base.transforms[i] = dce100_transform_create(ctx, i); in dce100_resource_construct() 1108 if (pool->base.transforms[i] == NULL) { in dce100_resource_construct()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce120/ |
| H A D | dce120_resource.c | 612 if (pool->base.transforms[i] != NULL) in dce120_resource_destruct() 613 dce120_transform_destroy(&pool->base.transforms[i]); in dce120_resource_destruct() 1201 pool->base.transforms[j] = dce120_transform_create(ctx, i); in dce120_resource_construct() 1202 if (pool->base.transforms[i] == NULL) { in dce120_resource_construct()
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | jr3_pci.h | 725 struct intern_transform transforms[0x10]; /* offset 0x0200 */ member
|
| H A D | jr3_pci.c | 141 set_u16(&sensor->transforms[num].link[i].link_type, in set_transforms() 144 set_s16(&sensor->transforms[num].link[i].link_amount, in set_transforms()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce112/ |
| H A D | dce112_resource.c | 787 if (pool->base.transforms[i] != NULL) in dce112_resource_destruct() 788 dce112_transform_destroy(&pool->base.transforms[i]); in dce112_resource_destruct() 1352 pool->base.transforms[i] = dce112_transform_create(ctx, i); in dce112_resource_construct() 1353 if (pool->base.transforms[i] == NULL) { in dce112_resource_construct()
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrcrtc.c | 122 RRCrtcSetTransformSupport(RRCrtcPtr crtc, Bool transforms) in RRCrtcSetTransformSupport() argument 124 crtc->transforms = transforms; in RRCrtcSetTransformSupport() 1047 if (!crtc->transforms) in RRCrtcTransformSet() 1379 if (pScrPriv->rrScreenSetSize && !crtc->transforms) { in ProcRRSetCrtcConfig() 1811 reply->hasTransforms = crtc->transforms; in ProcRRGetCrtcTransform()
|
| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H A D | api-intro.rst | 41 The API currently supports five main types of transforms: AEAD (Authenticated 91 transforms with a setkey method it too should only be called from
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0027-Support-holding-display-for-the-first-app.patch | 110 /* Rebuild the surface list and update surface transforms up front. */
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0027-Support-holding-display-for-the-first-app.patch | 110 /* Rebuild the surface list and update surface transforms up front. */
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0024-Support-holding-display-for-the-first-app.patch | 110 /* Rebuild the surface list and update surface transforms up front. */
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-ati/ |
| H A D | 0002-ati-cleanup-terminology-to-use-primary-secondary.patch | 32 -transforms applied and for RandR 1.4 slave outputs, otherwise off. 33 +transforms applied and for RandR 1.4 secondary outputs, otherwise off.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati/ |
| H A D | 0001-ati-cleanup-terminology-to-use-primary-secondary.patch | 30 -transforms applied and for RandR 1.4 slave outputs, otherwise off. 31 +transforms applied and for RandR 1.4 secondary outputs, otherwise off.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | core_types.h | 185 struct transform *transforms[MAX_PIPES]; member
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | GPL-3.0-with-GCC-exception | 19 The "Compilation Process" transforms code entirely represented in non-intermediate languages design…
|