Home
last modified time | relevance | path

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

12345678910>>...12

/openbmc/linux/include/sound/
H A Dmemalloc.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
12 #include <linux/dma-direction.h>
33 #define SNDRV_DMA_TYPE_CONTINUOUS 1 /* continuous no-DMA memory */
34 #define SNDRV_DMA_TYPE_DEV 2 /* generic device continuous */
35 #define SNDRV_DMA_TYPE_DEV_WC 5 /* continuous write-combined */
37 #define SNDRV_DMA_TYPE_DEV_IRAM 4 /* generic device iram-buffer */
42 #define SNDRV_DMA_TYPE_NONCONTIG 8 /* non-coherent SG buffer */
43 #define SNDRV_DMA_TYPE_NONCOHERENT 9 /* non-coherent buffer */
46 #define SNDRV_DMA_TYPE_DEV_WC_SG 6 /* SG write-combined */
48 #define SNDRV_DMA_TYPE_DEV_SG SNDRV_DMA_TYPE_DEV /* no SG-buf support */
[all …]
/openbmc/qemu/docs/system/
H A Dtarget-avr.rst1 .. _AVR-System-emulator:
4 -------------------
6 Use the executable ``qemu-system-avr`` to emulate a AVR 8 bit based machine.
12 These boards use a ATmega controller, which model is limited to USART & 16-bit
14 https://github.com/seharris/qemu-avr-tests/blob/master/free-rtos/Demo/AVR_ATMega2560_GCC/demo.elf
20 - Continuous non interrupted execution::
22 qemu-system-avr -machine mega2560 -bios demo.elf
24 - Continuous non interrupted execution with serial output into telnet window::
26 qemu-system-avr -M mega2560 -bios demo.elf -nographic \
27 -serial tcp::5678,server=on,wait=off
[all …]
/openbmc/linux/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 */
88 uint8_t cont_update_posn; /**< 1 means continuous update stream position */
92 uint16_t chmap[SOF_IPC_MAX_CHANNELS]; /**< channel map - SOF_CHMAP_ */
96 /* PCM params info - SOF_IPC_STREAM_PCM_PARAMS */
100 uint32_t flags; /**< generic PCM flags - SOF_PCM_FLAG_ */
105 /* PCM params info reply - SOF_IPC_STREAM_PCM_PARAMS_REPLY */
112 /* free stream - SOF_IPC_STREAM_PCM_PARAMS */
/openbmc/linux/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 …]
/openbmc/qemu/include/hw/misc/
H A Dnrf51_rng.h15 * + Named GPIO input "tep_start": Task that triggers start of continuous
17 * + Named GPIO input "tep_stop": Task that ends continuous generation of
25 * non-deterministic generation times are not modeled.
27 * Copyright 2018 Steffen Görtz <contrib@steffen-goertz.de>
30 * the COPYING file in the top-level directory.
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg_defs.h1 /* SPDX-License-Identifier: MIT */
13 * REG_BIT() - Prepare a u32 bit value
14 * @__n: 0-based bit number
26 * REG_BIT8() - Prepare a u8 bit value
27 * @__n: 0-based bit number
39 * REG_GENMASK() - Prepare a continuous u32 bitmask
40 * @__high: 0-based high bit
41 * @__low: 0-based low bit
45 * @return: Continuous bitmask from @__high to @__low, inclusive.
54 * REG_GENMASK64() - Prepare a continuous u64 bitmask
[all …]
/openbmc/openbmc/meta-arm/documentation/
H A Dreleases.md1 # **meta-arm Releases and Branching**
5-critical upgrades. Active development occurs on the master branch. However, this methodology can …
8 …n on which branch to use. The risk of making this choice is a potentially non-stable branch which …
11 … of pushing for code review and CI, approval and integration into upstream meta-arm master branch.
17 See [continuous-integration-and-kas.md](/documentation/continuous-integration-and-kas.md) for infor…
20 … for meta-arm will be released as close as possible to the release of the YP LTS release. Meta-arm…
22 … has been released. Any branches that are EOLed will still exist in the meta-arm, but bug fix patc…
24 Named branch release will coincide with Yocto Project releases. These non-LTS branches will be bug …
27 When YP is approaching release, meta-arm will attempt to stabilize master so that the releases can …
28 * T-6 weeks - Email is sent to meta-arm mailing list notifying of upcoming code freeze of features …
[all …]
/openbmc/qemu/include/migration/
H A Dfailover.h2 * COarse-grain LOck-stepping Virtual Machines for Non-stop Service (COLO)
3 * (a.k.a. Fault Tolerance or Continuous Replication)
10 * later. See the COPYING file in the top-level directory.
16 #include "qapi/qapi-types-migration.h"
H A Dcolo.h2 * COarse-grain LOck-stepping Virtual Machines for Non-stop Service (COLO)
3 * (a.k.a. Fault Tolerance or Continuous Replication)
10 * later. See the COPYING file in the top-level directory.
16 #include "qapi/qapi-types-migration.h"
41 * Handles change of x-checkpoint-delay migration parameter, called from
/openbmc/qemu/net/
H A Dcolo-compare.h2 * COarse-grain LOck-stepping Virtual Machines for Non-stop Service (COLO)
3 * (a.k.a. Fault Tolerance or Continuous Replication)
14 * later. See the COPYING file in the top-level directory.
H A Dcolo.h2 * COarse-grain LOck-stepping Virtual Machines for Non-stop Service (COLO)
3 * (a.k.a. Fault Tolerance or Continuous Replication)
12 * later. See the COPYING file in the top-level directory.
21 #include "standard-headers/linux/virtio_net.h"
83 /* offset = secondary_seq - primary_seq */
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_mlme.h1 /* SPDX-License-Identifier: GPL-2.0 */
4 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
60 #define WIFI_MP_CTX_BACKGROUND 0x00020000 /* in continuous tx background */
61 #define WIFI_MP_CTX_ST 0x00040000 /* in continuous tx with single-tone */
62 #define WIFI_MP_CTX_BACKGROUND_PENDING 0x00080000 /* pending in continuous tx background due to ou…
63 #define WIFI_MP_CTX_CCK_HW 0x00100000 /* in continuous tx */
64 #define WIFI_MP_CTX_CCK_CS 0x00200000 /* in continuous tx with carrier suppression */
103 like ISR/Call-Back functions, the OID handlers, and even timer functions.
330 /* Number of non-HT AP/stations */
351 /* Number of associated Non-ERP stations (i.e., stations using 802.11b
[all …]
/openbmc/linux/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 …]
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_connections.robot77 Verify User Cannot Login After 5 Non-Logged In Sessions
79 ... are 5 non-logged in sessions.
80 [Tags] Verify_User_Cannot_Login_After_5_Non-Logged_In_Sessions
189 Test BMC GUI Stability On Continuous Refresh Of GUI Home Page
221 Test BMCweb Stability On Continuous Redfish Login Attempts With Invalid Credentials
239 Test Bmcweb Stability On Continuous Redfish Delete Operation Request Without Session Token
349 [Documentation] Continuous invalid credentials login attempts to Redfish and
394 ${image_data}= OperatingSystem.Get Binary File 100-file
395 … ${headers}= Create Dictionary X-Auth-Token=${XAUTH_TOKEN} Content-Type=application/octet-stream
399 ${resp}= PUT On Session openbmc ${OEM_HOST_CONFIG_URI}/100-file &{kwargs} timeout=10
[all …]
/openbmc/qemu/migration/
H A Dcolo-failover.c2 * COarse-grain LOck-stepping Virtual Machines for Non-stop Service (COLO)
3 * (a.k.a. Fault Tolerance or Continuous Replication)
10 * later. See the COPYING file in the top-level directory.
16 #include "qemu/main-loop.h"
19 #include "qapi/qapi-commands-migration.h"
20 #include "qemu/error-report.h"
/openbmc/linux/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 …]
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/
H A Dtimer.c1 // SPDX-License-Identifier: GPL-2.0+
3 * (C) Copyright 2007-2011
14 #define TIMER_MODE (0x0 << 7) /* continuous mode */
30 /* read the 32-bit timer */
35 struct sunxi_timer *timer = &timers->timer[TIMER_NUM]; in read_timer()
41 return ~readl(&timer->val); in read_timer()
49 struct sunxi_timer *timer = &timers->timer[TIMER_NUM]; in timer_init()
50 writel(TIMER_LOAD_VAL, &timer->inter); in timer_init()
52 &timer->ctl); in timer_init()
63 if (now >= gd->arch.lastinc) /* normal (non rollover) */ in get_timer_masked()
[all …]
/openbmc/linux/arch/arm/boot/dts/amlogic/
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 …]
/openbmc/linux/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()
205 return -EINVAL; in ia_css_pipeline_request_stop()
210 pipeline->stop_requested = true; in ia_css_pipeline_request_stop()
215 ia_css_pipeline_get_sp_thread_id(pipeline->pipe_num, &thread_id); in ia_css_pipeline_request_stop()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
H A Daspeed,ast2600-adc.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/adc/aspeed,ast2600-adc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Billy Tsai <billy_tsai@aspeedtech.com>
13 • 10-bits resolution for 16 voltage channels.
16 • Channel scanning can be non-continuous.
21 • Built-in a compensating method.
22 • Built-in a register to trim internal reference voltage.
30 - aspeed,ast2600-adc0
[all …]
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dmicrochip,qt1050.txt1 Microchip AT42QT1050 Five-channel Touch Sensor IC
11 - compatible: Must be "microchip,qt1050"
12 - reg: The I2C address of the device
13 - interrupts: The sink for the touchpad's IRQ output,
14 see ../interrupt-controller/interrupts.txt
17 - wakeup-source: touch keys can be used as a wakeup source
19 Each button (key) is represented as a sub-node:
25 - linux,code: Keycode to emit.
26 - reg: The key number. Valid values: 0, 1, 2, 3, 4.
28 Optional subnode-properties:
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css.c1 // SPDX-License-Identifier: GPL-2.0
88 /* Name of the sp program: should not be built-in */
116 * struct sh_css_stream_seed - a stream seed, to save and restore the
143 * sustain power-down: MMU base, IRQ type, env for routines, binary loaded FW
152 struct ia_css_env driver_env; /* driver-supplied env copy */
198 * - true, if all "ia_css_pipe" instances in the target "ia_css_stream"
200 * - false, otherwise.
366 if (pipe->shading_table) in sh_css_pipe_free_shading_table()
367 ia_css_shading_table_free(pipe->shading_table); in sh_css_pipe_free_shading_table()
368 pipe->shading_table = NULL; in sh_css_pipe_free_shading_table()
[all …]
H A Dsh_css_mipi.c1 // SPDX-License-Identifier: GPL-2.0
37 * - A line is multiple of 4 bytes = 1 word.
38 * - Each frame has SOF and EOF (each 1 word).
39 * - Each line has format header and optionally SOL and EOL (each 1 word).
40 * - Odd and even lines of YUV420 format are different in bites per pixel size.
41 * - Custom size of embedded data.
42 * -- Interleaved frames are not taken into account.
43 * -- Lines are multiples of 8B, and not necessary of (custom 3B, or 7B
72 * in the non-continuous use scenario. in ia_css_mipi_frame_calculate_size()
96 * in the non-continuous use scenario. in ia_css_mipi_frame_calculate_size()
[all …]
/openbmc/linux/drivers/iio/adc/
H A Dqcom-spmi-rradc.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2016-2017, 2019, The Linux Foundation. All rights reserved.
28 #include <soc/qcom/qcom-spmi-pmic.h>
30 #define DRIVER_NAME "qcom-spmi-rradc"
219 * struct rradc_channel - rradc channel data
263 dev_err(chip->dev, in rradc_read()
266 return -EINVAL; in rradc_read()
270 ret = regmap_bulk_read(chip->regmap, chip->base + addr, buf, in rradc_read()
273 dev_err(chip->dev, "rr_adc reg 0x%x failed :%d\n", addr, in rradc_read()
278 ret = regmap_bulk_read(chip->regmap, chip->base + addr, in rradc_read()
[all …]
/openbmc/linux/Documentation/core-api/
H A Dlibrs.rst2 Reed-Solomon Library Programming Interface
10 The generic Reed-Solomon Library provides encoding, decoding and error
13 Reed-Solomon codes are used in communication and storage applications to
30 ------------
54 --------
56 The encoder calculates the Reed-Solomon code over the given data length
60 The expanded data can be inverted on the fly by providing a non-zero
63 Reed-Solomon code for all 0x00 is all 0x00. The code is inverted before
68 no support for encoding continuous bitstreams with a symbol size != 8 at
83 --------
[all …]

12345678910>>...12