Home
last modified time | relevance | path

Searched +full:async +full:- +full:enum (Results 1 – 25 of 776) sorted by relevance

12345678910>>...32

/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dsprd,gpio-eic.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/gpio/sprd,gpio-eic.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Orson Zhai <orsonzhai@gmail.com>
12 - Baolin Wang <baolin.wang7@gmail.com>
13 - Chunyan Zhang <zhang.lyra@gmail.com>
19 controller contains 4 sub-modules, i.e. EIC-debounce, EIC-latch, EIC-async and
20 EIC-sync. But the PMIC EIC controller contains only one EIC-debounce sub-
23 The EIC-debounce sub-module provides up to 8 source input signal
[all …]
/openbmc/linux/include/media/
H A Dv4l2-async.h1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2012-2013, Guennadi Liakhovetski <g.liakhovetski@gmx.de>
22 * enum v4l2_async_match_type - type of asynchronous subdevice logic to be used
28 * This enum is used by the asynchronous connection logic to define the
31 enum v4l2_async_match_type {
37 * struct v4l2_async_match_desc - async connection match information
54 enum v4l2_async_match_type type;
65 * struct v4l2_async_connection - sub-device connection descriptor, as known to
68 * @match: struct of match type and per-bus type matching data sets
69 * @notifier: the async notifier the connection is related to
[all …]
/openbmc/linux/drivers/media/platform/renesas/rcar-vin/
H A Drcar-vin.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Driver for Renesas R-Car VIN
6 * Copyright (C) 2011-2013 Renesas Solutions Corp.
10 * Based on the soc-camera rcar_vin driver
18 #include <media/v4l2-async.h>
19 #include <media/v4l2-ctrls.h>
20 #include <media/v4l2-dev.h>
21 #include <media/v4l2-device.h>
22 #include <media/v4l2-fwnode.h>
23 #include <media/videobuf2-v4l2.h>
[all …]
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dmediatek,smi-common.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/memory-controllers/mediatek,smi-common.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Yong Wu <yong.wu@mediatek.com>
24 base). Besides that, the smi async clock should be prepared and enabled for
31 - enum:
32 - mediatek,mt2701-smi-common
33 - mediatek,mt2712-smi-common
34 - mediatek,mt6779-smi-common
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_tx.c1 // SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB
24 return nfrags + DIV_ROUND_UP(sync_len, MLX5E_SW2HW_MTU(params, params->sw_mtu)); in mlx5e_ktls_dumps_num_wqes()
47 MLX5_SET(tisc, tisc, pd, mdev->mlx5e_res.hw_objs.pdn); in mlx5e_ktls_set_tisc()
48 MLX5_SET(tisc, tisc, transport_domain, mdev->mlx5e_res.hw_objs.td.tdn); in mlx5e_ktls_set_tisc()
154 mlx5_cmd_init_async_ctx(mdev, &bulk_async->async_ctx); in mlx5e_bulk_async_init()
157 bulk_async->arr[i].async_ctx = &bulk_async->async_ctx; in mlx5e_bulk_async_init()
164 mlx5_cmd_cleanup_async_ctx(&bulk_async->async_ctx); in mlx5e_bulk_async_cleanup()
170 struct mlx5e_async_ctx *async = in create_tis_callback() local
172 struct mlx5e_ktls_offload_context_tx *priv_tx = async->priv_tx; in create_tis_callback()
175 async->err = status; in create_tis_callback()
[all …]
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-async.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright 2013-2017 IBM Corp.
22 enum opal_async_token_state {
31 enum opal_async_token_state state;
44 int i, token = -EBUSY; in __opal_async_get_token()
72 return -ERESTARTSYS; in opal_async_get_token_interruptible()
90 return -EINVAL; in __opal_async_release_token()
132 return -EINVAL; in opal_async_wait_response()
137 return -EINVAL; in opal_async_wait_response()
164 return -EINVAL; in opal_async_wait_response_interruptible()
[all …]
/openbmc/qemu/include/ui/
H A Dspice-display.h27 #include "ui/qemu-pixman.h"
32 # include "ui/egl-helpers.h"
33 # include "ui/egl-context.h"
45 * Internal enum to differentiate between options for
53 typedef enum qxl_async_io {
58 enum {
108 /* cursor (without qxl): displaychangelistener -> spice server */
114 /* cursor (with qxl): qxl local renderer -> displaychangelistener */
172 qxl_async_io async);
177 qxl_async_io async);
[all …]
/openbmc/linux/mm/kasan/
H A Dhw_tags.c1 // SPDX-License-Identifier: GPL-2.0
3 * This file contains core hardware tag-based KASAN code.
22 enum kasan_arg {
28 enum kasan_arg_mode {
35 enum kasan_arg_vmalloc {
41 static enum kasan_arg kasan_arg __ro_after_init;
42 static enum kasan_arg_mode kasan_arg_mode __ro_after_init;
43 static enum kasan_arg_vmalloc kasan_arg_vmalloc __initdata;
56 enum kasan_mode kasan_mode __ro_after_init;
84 return -EINVAL; in early_kasan_flag()
[all …]
/openbmc/webui-vue/src/store/modules/Settings/
H A DPowerPolicyStore.js21 async getPowerRestorePolicies({ commit }) {
24 .then(async (response) => {
35 let powerPoliciesData = PowerRestorePolicyTypes.enum.map(
39 )} - ${
54 async getPowerRestoreCurrentPolicy({ commit }) {
62 async setPowerRestorePolicy({ dispatch }, powerPolicy) {
/openbmc/linux/drivers/media/platform/sunxi/sun4i-csi/
H A Dsun4i_csi.h1 /* SPDX-License-Identifier: GPL-2.0+ */
4 * Copyright (C) 2016-2019 Bootlin
12 #include <media/media-device.h>
13 #include <media/v4l2-async.h>
14 #include <media/v4l2-dev.h>
15 #include <media/v4l2-device.h>
16 #include <media/v4l2-fwnode.h>
17 #include <media/videobuf2-core.h>
58 enum csi_input {
64 enum csi_output_raw {
[all …]
/openbmc/linux/drivers/comedi/drivers/
H A Dni_labpc_common.c1 // SPDX-License-Identifier: GPL-2.0+
7 * Copyright (C) 2001-2003 Frank Mori Hess <fmhess@users.sourceforge.net>
23 enum scan_mode {
83 return inb(dev->iobase + reg); in labpc_inb()
89 outb(byte, dev->iobase + reg); in labpc_outb()
94 return readb(dev->mmio + reg); in labpc_readb()
100 writeb(byte, dev->mmio + reg); in labpc_writeb()
105 struct labpc_private *devpriv = dev->private; in labpc_cancel()
108 spin_lock_irqsave(&dev->spinlock, flags); in labpc_cancel()
109 devpriv->cmd2 &= ~(CMD2_SWTRIG | CMD2_HWTRIG | CMD2_PRETRIG); in labpc_cancel()
[all …]
H A Dadl_pci9111.c1 // SPDX-License-Identifier: GPL-2.0+
4 * Hardware driver for PCI9111 ADLink cards: PCI-9111HR
5 * Copyright (C) 2002-2005 Emmanuel Pacaud <emmanuel.pacaud@univ-poitiers.fr>
10 * Description: Adlink PCI-9111HR
11 * Devices: [ADLink] PCI-9111HR (adl_pci9111)
12 * Author: Emmanuel Pacaud <emmanuel.pacaud@univ-poitiers.fr>
18 * - ai_insn read
19 * - ao_insn read/write
20 * - di_insn read
21 * - do_insn read/write
[all …]
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c1 // SPDX-License-Identifier: GPL-2.0-only
6 * formerly was located in v4l2-of.c.
11 * Copyright (C) 2012 - 2013 Samsung Electronics Co., Ltd.
27 #include <media/v4l2-async.h>
28 #include <media/v4l2-fwnode.h>
29 #include <media/v4l2-subdev.h>
31 #include "v4l2-subdev-priv.h"
34 enum v4l2_fwnode_bus_type fwnode_bus_type;
35 enum v4l2_mbus_type mbus_type;
45 "MIPI CSI-2 C-PHY",
[all …]
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h1 /* SPDX-License-Identifier: GPL-2.0 */
5 #include <linux/usb/ehci-dbgp.h>
14 * To facilitate the strongest possible byte-order checking from "sparse"
33 /* fotg210_hcd->lock guards shared data against other CPUs:
34 * fotg210_hcd: async, unlink, periodic (and shadow), ...
49 enum fotg210_rh_state {
59 * ehci-timer.c) in parallel with this list.
61 enum fotg210_hrtimer_event {
62 FOTG210_HRTIMER_POLL_ASS, /* Poll for async schedule off */
67 FOTG210_HRTIMER_ASYNC_UNLINKS, /* Unlink empty async QHs */
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_migrate.c1 // SPDX-License-Identifier: MIT
3 * Copyright © 2020-2021 Intel Corporation
19 unsigned int i, count = obj->base.size / sizeof(u32); in igt_fill_check_buffer()
20 enum i915_map_type map_type = in igt_fill_check_buffer()
37 err = -EINVAL; in igt_fill_check_buffer()
46 static int igt_create_migrate(struct intel_gt *gt, enum intel_region_id src, in igt_create_migrate()
47 enum intel_region_id dst) in igt_create_migrate()
49 struct drm_i915_private *i915 = gt->i915; in igt_create_migrate()
50 struct intel_memory_region *src_mr = i915->mm.regions[src]; in igt_create_migrate()
51 struct intel_memory_region *dst_mr = i915->mm.regions[dst]; in igt_create_migrate()
[all …]
/openbmc/linux/drivers/android/
H A Dbinder_alloc.h1 /* SPDX-License-Identifier: GPL-2.0-only */
22 * struct binder_buffer - buffer used for binder transactions
23 * @entry: entry alloc->buffers
28 * @async_transaction: %true if buffer is in use for an async txn
29 * @oneway_spam_suspect: %true if total async allocate size just exceed
64 * struct binder_lru_page - page object used for binder shrinker
76 * struct binder_alloc - per-binder proc state for binder allocator
80 * @mm: copy of task->mm (invariant after open)
81 * @buffer: base of per-proc address space mapped via mmap
86 * @free_async_space: VA space available for async buffers. This is
[all …]
/openbmc/linux/drivers/leds/
H A Dleds-powernv.c1 // SPDX-License-Identifier: GPL-2.0-or-later
29 {-1, NULL},
68 return -1; in powernv_get_led_type()
77 enum led_brightness value) in powernv_led_set()
83 struct device *dev = powernv_led->cdev.dev; in powernv_led_set()
84 struct powernv_led_common *powernv_led_common = powernv_led->common; in powernv_led_set()
87 max_type = powernv_led_common->max_led_type; in powernv_led_set()
88 led_mask = OPAL_SLOT_LED_STATE_ON << powernv_led->led_type; in powernv_led_set()
92 /* OPAL async call */ in powernv_led_set()
95 if (token != -ERESTARTSYS) in powernv_led_set()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/iommu/
H A Dmediatek,iommu.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Yong Wu <yong.wu@mediatek.com>
16 ARM Short-Descriptor translation table format for address translation.
24 +--------+
26 gals0-rx gals1-rx (Global Async Local Sync rx)
29 gals0-tx gals1-tx (Global Async Local Sync tx)
31 +--------+
35 +----------------+-------
[all …]
/openbmc/linux/drivers/comedi/
H A Dcomedi_buf.c1 // SPDX-License-Identifier: GPL-2.0+
5 * COMEDI - Linux Control and Measurement Device Interface
6 * Copyright (C) 1997-2000 David A. Schleef <ds@schleef.org>
28 if (bm->page_list) { in comedi_buf_map_kref_release()
29 if (bm->dma_dir != DMA_NONE) { in comedi_buf_map_kref_release()
34 buf = &bm->page_list[0]; in comedi_buf_map_kref_release()
35 dma_free_coherent(bm->dma_hw_dev, in comedi_buf_map_kref_release()
36 PAGE_SIZE * bm->n_pages, in comedi_buf_map_kref_release()
37 buf->virt_addr, buf->dma_addr); in comedi_buf_map_kref_release()
39 for (i = 0; i < bm->n_pages; i++) { in comedi_buf_map_kref_release()
[all …]
/openbmc/qemu/replay/
H A Dreplay-internal.h5 * replay-internal.h
7 * Copyright (c) 2010-2015 Institute for System Programming
11 * See the COPYING file in the top-level directory.
17 typedef enum ReplayAsyncEventKind {
34 enum ReplayEvents {
41 /* for async events */
43 EVENT_ASYNC_LAST = EVENT_ASYNC + REPLAY_ASYNC_COUNT - 1,
61 EVENT_CLOCK_LAST = EVENT_CLOCK + REPLAY_CLOCK_COUNT - 1,
65 EVENT_CHECKPOINT_LAST = EVENT_CHECKPOINT + CHECKPOINT_COUNT - 1,
72 * typedef ReplayState - global tracking Replay state
[all …]
/openbmc/qemu/python/qemu/qmp/
H A Dprotocol.py2 Generic Asynchronous Message-based Protocol Support
14 # pylint: disable=too-many-lines
18 from enum import Enum
51 _TaskFN = Callable[[], Awaitable[None]] # aka ``async def func() -> None``
58 class Runstate(Enum):
79 :param error_message: Human-readable string describing the error.
80 :param exc: The root-cause exception.
84 #: Human-readable error string
89 def __str__(self) -> str:
105 :param error_message: Human-readable string describing the state violation.
[all …]
/openbmc/linux/fs/btrfs/
H A Dfree-space-cache.h1 /* SPDX-License-Identifier: GPL-2.0 */
19 enum btrfs_trim_state {
33 enum btrfs_trim_state trim_state;
39 return (info->trim_state == BTRFS_TRIM_STATE_TRIMMED); in btrfs_free_space_trimmed()
45 return (info->trim_state == BTRFS_TRIM_STATE_TRIMMING); in btrfs_free_space_trimming_bitmap()
58 enum {
125 u64 size, enum btrfs_trim_state trim_state);
155 bool async);
158 u64 maxlen, bool async);
/openbmc/linux/include/uapi/linux/android/
H A Dbinder.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
31 enum {
41 enum {
63 * struct binder_object_header - header shared by all binder metadata objects.
74 * driver takes care of re-writing the structure type and data as it moves
92 * struct binder_fd_object - describes a filedescriptor to be fixed up.
97 * @cookie: opaque data, used by user-space
110 /* struct binder_buffer_object - object describing a userspace buffer
138 enum {
142 /* struct binder_fd_array_object - object describing an array of fds in a buffer
[all …]
/openbmc/linux/drivers/scsi/snic/
H A Dsnic_fwint.h1 /* SPDX-License-Identifier: GPL-2.0-only */
13 enum snic_io_type {
40 }; /* end of enum snic_io_type */
46 enum snic_io_status {
78 }; /* end of enum snic_io_status */
81 * snic_io_hdr : host <--> firmware
103 hdr->type = typ; in snic_io_hdr_enc()
104 hdr->status = status; in snic_io_hdr_enc()
105 hdr->protocol = 0; in snic_io_hdr_enc()
106 hdr->hid = cpu_to_le32(hid); in snic_io_hdr_enc()
[all …]
/openbmc/linux/include/linux/
H A Dio_uring_types.h95 * ring_entries - 1)
168 /* inline/task_work completion list, under ->uring_lock */
197 /* const or read-mostly hot data */
217 enum task_work_notify_mode notify_method;
260 * ->iopoll_list is protected by the ctx->uring_lock for
284 * task_work and async notification delivery cacheline. Expected to
307 /* IRQ completion list, under ->completion_lock */
329 /* deferred free list, protected by ->uring_lock */
341 /* protected by ->uring_lock */
363 /* io-wq management, e.g. thread count */
[all …]

12345678910>>...32