Home
last modified time | relevance | path

Searched +full:non +full:- +full:continuous (Results 1 – 25 of 420) sorted by relevance

12345678910>>...17

/OK3568_Linux_fs/kernel/include/sound/
H A Dmemalloc.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
31 #define SNDRV_DMA_TYPE_CONTINUOUS 1 /* continuous no-DMA memory */
32 #define SNDRV_DMA_TYPE_DEV 2 /* generic device continuous */
33 #define SNDRV_DMA_TYPE_DEV_UC 5 /* continuous non-cahced */
35 #define SNDRV_DMA_TYPE_DEV_SG 3 /* generic device SG-buffer */
36 #define SNDRV_DMA_TYPE_DEV_UC_SG 6 /* SG non-cached */
38 #define SNDRV_DMA_TYPE_DEV_SG SNDRV_DMA_TYPE_DEV /* no SG-buf support */
42 #define SNDRV_DMA_TYPE_DEV_IRAM 4 /* generic device iram-buffer */
64 return (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in snd_sgbuf_aligned_pages()
69 * Scatter-Gather generic device pages
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A Dtc358743.txt1 * Toshiba TC358743 HDMI-RX to MIPI CSI2-TX Bridge
3 The Toshiba TC358743 HDMI-RX to MIPI CSI2-TX (H2C) is a bridge that converts
4 a HDMI stream to MIPI CSI-2 TX. It is programmable through I2C.
8 - compatible: value should be "toshiba,tc358743"
9 - clocks, clock-names: should contain a phandle link to the reference clock
14 - reset-gpios: gpio phandle GPIO connected to the reset pin
15 - interrupts: GPIO connected to the interrupt pin
16 - data-lanes: should be <1 2 3 4> for four-lane operation,
17 or <1 2> for two-lane operation
18 - clock-lanes: should be <0>
[all …]
H A Dimx219.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Sony 1/4.0-Inch 8Mpixel CMOS Digital Image Sensor
10 - Dave Stevenson <dave.stevenson@raspberrypi.com>
12 description: |-
13 The Sony imx219 is a 1/4.0-inch CMOS active pixel digital image sensor
16 Image data is sent through MIPI CSI-2, which is configured as either 2 or
30 VDIG-supply:
34 VANA-supply:
[all …]
H A Dov5647.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Dave Stevenson <dave.stevenson@raspberrypi.com>
11 - Jacopo Mondi <jacopo@jmondi.org>
13 description: |-
14 The OV5647 is a raw image sensor with MIPI CSI-2 and CCP2 image data
29 pwdn-gpios:
35 description: |-
36 Should contain one endpoint sub-node used to model connection to the
[all …]
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_mb.h1 /* GPL-2.0 WITH Linux-syscall-note OR Apache 2.0 */
30 #define MB_INVALID_POOLID (-1U)
39 #define POOL_OWNER_COMMON -1
42 #define POOL_OWNER_PRIVATE -2
54 MB_ALLOC_TYPE_UNUSED = -1,
68 MB_DMA_TYPE_NONE = 0, /* Physically Non-Continuous memory default */
69 MB_DMA_TYPE_CMA = 1 << 12, /* Physically Continuous memory */
/OK3568_Linux_fs/kernel/include/sound/sof/
H A Dstream.h1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
36 /* continuous and non-standard rates for flexibility */
38 #define SOF_RATE_KNOT (1 << 31) /**< non-continuous */
90 uint16_t chmap[SOF_IPC_MAX_CHANNELS]; /**< channel map - SOF_CHMAP_ */
93 /* PCM params info - SOF_IPC_STREAM_PCM_PARAMS */
97 uint32_t flags; /**< generic PCM flags - SOF_PCM_FLAG_ */
102 /* PCM params info reply - SOF_IPC_STREAM_PCM_PARAMS_REPLY */
109 /* free stream - SOF_IPC_STREAM_PCM_PARAMS */
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Doaktrail.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2007-2011, Intel Corporation.
78 /* Bit 0, Frequency, 15 bits,0 - 32767Hz */
84 /* 0: Type-1, */
85 /* 1: Type-2, */
86 /* 2: Type-3, */
87 /* 3: Type-4 */
94 /* Bit 8, Minimum Supported Frame Rate, 6 bits, 0 - 63Hz */
107 /*Bit 0, Frequency, 16 bits, 0 - 32767Hz*/
108 u8 Panel_Initial_Brightness;/* [7:0] 0 - 100% */
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dmeson8b-ec100.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
22 stdout-path = "serial0:115200n8";
30 emmc_pwrseq: emmc-pwrseq {
31 compatible = "mmc-pwrseq-emmc";
32 reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>;
35 gpio-keys {
36 compatible = "gpio-keys-polled";
[all …]
/OK3568_Linux_fs/kernel/drivers/rknpu/include/
H A Drknpu_ioctl.h1 /* SPDX-License-Identifier: GPL-2.0 */
4 * Author: Felix Zeng <felix.zeng@rock-chips.com>
58 /* physically continuous memory and used as default. */
60 /* physically non-continuous memory. */
62 /* non-cacheable mapping and used as default. */
66 /* write-combine mapping. */
140 * User-desired buffer creation information structure.
144 * @size: user-desired memory allocation size.
145 * - this size value would be page-aligned internally.
148 * @sram_size: user-desired sram memory allocation size.
[all …]
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Dexynos_drm.h1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
8 * Seung-Woo Kim <sw0312.kim@samsung.com>
26 * User-desired buffer creation information structure.
28 * @size: user-desired memory allocation size.
29 * - this size value would be page-aligned internally.
32 * - this handle will be set by gem module of kernel side.
41 * A structure for getting a fake-offset that can be used with mmap.
44 * @reserved: just padding to be 64-bit aligned.
45 * @offset: a fake-offset of gem object.
84 /* Physically Continuous memory and used as default. */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Dexynos_drm.h1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
8 * Seung-Woo Kim <sw0312.kim@samsung.com>
26 * User-desired buffer creation information structure.
28 * @size: user-desired memory allocation size.
29 * - this size value would be page-aligned internally.
32 * - this handle will be set by gem module of kernel side.
41 * A structure for getting a fake-offset that can be used with mmap.
44 * @reserved: just padding to be 64-bit aligned.
45 * @offset: a fake-offset of gem object.
84 /* Physically Continuous memory and used as default. */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Dexynos_drm.h1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
8 * Seung-Woo Kim <sw0312.kim@samsung.com>
26 * User-desired buffer creation information structure.
28 * @size: user-desired memory allocation size.
29 * - this size value would be page-aligned internally.
32 * - this handle will be set by gem module of kernel side.
41 * A structure for getting a fake-offset that can be used with mmap.
44 * @reserved: just padding to be 64-bit aligned.
45 * @offset: a fake-offset of gem object.
84 /* Physically Continuous memory and used as default. */
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-iio-counter-104-quad-87 Contact: linux-iio@vger.kernel.org
16 Contact: linux-iio@vger.kernel.org
21 normal, range limit, non-recycle, and modulo-n. The preset value
25 Counting is continuous in either direction.
36 Non-recycle:
37 Counter is disabled whenever a 24-bit count overflow or
38 underflow takes place. The counter is re-enabled when a
42 Modulo-N:
52 Contact: linux-iio@vger.kernel.org
56 Read-only attribute that indicates whether excessive noise is
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
H A Dpipeline.c1 // SPDX-License-Identifier: GPL-2.0
4 * Copyright (c) 2010 - 2015, Intel Corporation.
55 bool continuous);
75 IA_CSS_LEAVE_ERR_PRIVATE(-EINVAL); in ia_css_pipeline_create()
76 return -EINVAL; in ia_css_pipeline_create()
119 IA_CSS_LOG("pipe_num = %d", pipeline->pipe_num); in ia_css_pipeline_destroy()
138 pipeline->pipe_id = pipe_id; in ia_css_pipeline_start()
206 return -EINVAL; in ia_css_pipeline_request_stop()
211 pipeline->stop_requested = true; in ia_css_pipeline_request_stop()
216 ia_css_pipeline_get_sp_thread_id(pipeline->pipe_num, &thread_id); in ia_css_pipeline_request_stop()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_binarydesc.c1 // SPDX-License-Identifier: GPL-2.0
49 descr->mode = mode; in pipe_binarydesc_get_offline()
50 descr->online = false; in pipe_binarydesc_get_offline()
51 descr->continuous = pipe->stream->config.continuous; in pipe_binarydesc_get_offline()
52 descr->striped = false; in pipe_binarydesc_get_offline()
53 descr->two_ppc = false; in pipe_binarydesc_get_offline()
54 descr->enable_yuv_ds = false; in pipe_binarydesc_get_offline()
55 descr->enable_high_speed = false; in pipe_binarydesc_get_offline()
56 descr->enable_dvs_6axis = false; in pipe_binarydesc_get_offline()
57 descr->enable_reduced_pipe = false; in pipe_binarydesc_get_offline()
[all …]
/OK3568_Linux_fs/u-boot/include/dt-bindings/media/
H A Drockchip_mipi_dsi.h2 * (C) Copyright 2008-2017 Fuzhou Rockchip Electronics Co., Ltd
4 * SPDX-License-Identifier: GPL-2.0+
27 /* enable hsync-end packets in vsync-pulse and v-porch area */
29 /* disable hfront-porch area */
31 /* disable hback-porch area */
33 /* disable hsync-active area */
39 /* device supports non-continuous clock behavior (DSI spec 5.6.1) */
/OK3568_Linux_fs/kernel/include/dt-bindings/display/
H A Ddrm_mipi_dsi.h6 * Mark Yao <yzq@rock-chips.com>
28 /* enable hsync-end packets in vsync-pulse and v-porch area */
30 /* disable hfront-porch area */
32 /* disable hback-porch area */
34 /* disable hsync-active area */
40 /* device supports non-continuous clock behavior (DSI spec 5.6.1) */
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/sunxi/
H A Dtimer.c2 * (C) Copyright 2007-2011
6 * SPDX-License-Identifier: GPL-2.0+
15 #define TIMER_MODE (0x0 << 7) /* continuous mode */
31 /* read the 32-bit timer */
36 struct sunxi_timer *timer = &timers->timer[TIMER_NUM]; in read_timer()
42 return ~readl(&timer->val); in read_timer()
50 struct sunxi_timer *timer = &timers->timer[TIMER_NUM]; in timer_init()
51 writel(TIMER_LOAD_VAL, &timer->inter); in timer_init()
53 &timer->ctl); in timer_init()
61 return get_timer_masked() - base; in get_timer()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcuda.hpp13 // Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
55 @defgroup cuda CUDA-accelerated Computer Vision
78 - no arbitrary dimensions support (only 2D)
79 - no functions that return references to their data (because references on GPU are not valid for
81 - no expression templates technique support
88 aligned to a size depending on the hardware. Single-row GpuMat is always a continuous matrix.
95 "Non-Blocking Call". Blocking functions are synchronous to host. It is guaranteed that the GPU
96 operation is finished when the function returns. However, non-blocking functions are asynchronous to
99 Compared to their blocking counterpart, non-blocking functions accept Stream as an additional
100 argument. If a non-default stream is passed, the GPU operation may overlap with operations in other
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcuda.hpp13 // Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
55 @defgroup cuda CUDA-accelerated Computer Vision
78 - no arbitrary dimensions support (only 2D)
79 - no functions that return references to their data (because references on GPU are not valid for
81 - no expression templates technique support
88 aligned to a size depending on the hardware. Single-row GpuMat is always a continuous matrix.
95 "Non-Blocking Call". Blocking functions are synchronous to host. It is guaranteed that the GPU
96 operation is finished when the function returns. However, non-blocking functions are asynchronous to
99 Compared to their blocking counterpart, non-blocking functions accept Stream as an additional
100 argument. If a non-default stream is passed, the GPU operation may overlap with operations in other
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcuda.hpp13 // Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
55 @defgroup cuda CUDA-accelerated Computer Vision
78 - no arbitrary dimensions support (only 2D)
79 - no functions that return references to their data (because references on GPU are not valid for
81 - no expression templates technique support
88 aligned to a size depending on the hardware. Single-row GpuMat is always a continuous matrix.
95 "Non-Blocking Call". Blocking functions are synchronous to host. It is guaranteed that the GPU
96 operation is finished when the function returns. However, non-blocking functions are asynchronous to
99 Compared to their blocking counterpart, non-blocking functions accept Stream as an additional
100 argument. If a non-default stream is passed, the GPU operation may overlap with operations in other
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dplacement.cpp18 opacity(::fmax(0, ::fmin(1, prevState.opacity + (prevState.placed ? increment : -increment)))), in OpacityState()
69 const float scale = std::pow(2, state.getZoom() - geometryTile.id.overscaledZ); in placeLayer()
110 auto partiallyEvaluatedTextSize = bucket.textSizeBinder->evaluateForZoom(state.getZoom()); in placeLayerBucket()
111 auto partiallyEvaluatedIconSize = bucket.iconSizeBinder->evaluateForZoom(state.getZoom()); in placeLayerBucket()
179 // Erase it so that the placement result from the non-fading tile supersedes it in placeLayerBucket()
196 float increment = mapMode == MapMode::Continuous ? in commit()
197 …std::chrono::duration<float>(commitTime - prevPlacement.commitTime) / Duration(std::chrono::millis… in commit()
204 …opacities.emplace(jointPlacement.first, JointOpacityState(prevOpacity->second, increment, jointPla… in commit()
206 jointPlacement.second.icon != prevOpacity->second.icon.placed || in commit()
207 jointPlacement.second.text != prevOpacity->second.text.placed; in commit()
[all …]
/OK3568_Linux_fs/buildroot/package/opentyrian/
H A D0001-Move-definitions-that-don-t-need-to-be-exposed-from-opl-h-to-opl-c.patch3 Date: Sun, 14 Jun 2020 14:11:00 -0600
9 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
10 ---
11 src/opl.c | 153 +++++++++++++++++++++++++++++++++++++++++++++++++++-
12 src/opl.h | 157 ++----------------------------------------------------
13 2 files changed, 154 insertions(+), 156 deletions(-)
15 diff --git a/src/opl.c b/src/opl.c
17 --- a/src/opl.c
19 @@ -23,12 +23,161 @@
20 * Copyright (C) 1998-2001 Ken Silverman
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dsh_css.c1 // SPDX-License-Identifier: GPL-2.0
98 /* Name of the sp program: should not be built-in */
109 #define STATS_ENABLED(stage) (stage && stage->binary && stage->binary->info && \
110 (stage->binary->info->sp.enable.s3a || stage->binary->info->sp.enable.dis))
143 /* A global struct for save/restore to hold all the data that should sustain power-down:
152 struct ia_css_env driver_env; /* driver-supplied env copy */
195 * - 0, if the "stop" requests have been successfully sent out.
196 * - CSS error code, otherwise.
215 * - true, if all "ia_css_pipe" instances in the target "ia_css_stream"
217 * - false, otherwise.
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Drtw_mlme.h3 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
62 #define WIFI_MP_CTX_BACKGROUND 0x00020000 /* in continuous tx background */
63 #define WIFI_MP_CTX_ST 0x00040000 /* in continuous tx with single-tone */
64 #define WIFI_MP_CTX_BACKGROUND_PENDING 0x00080000 /* pending in continuous tx background due to out…
65 #define WIFI_MP_CTX_CCK_HW 0x00100000 /* in continuous tx */
66 #define WIFI_MP_CTX_CCK_CS 0x00200000 /* in continuous tx with carrier suppression */
93 #define ADPT_MLME_S_ARG(adapter) MLME_STATE_ARG(get_fwstate(&((adapter)->mlmepriv)))
140 like ISR/Call-Back functions, the OID handlers, and even timer functions.
223 // 0 -> Prefer to use the P2P for WFD connection on peer side.
224 // 1 -> Prefer to use the TDLS for WFD connection on peer side.
[all …]

12345678910>>...17