Searched +full:oasis +full:- +full:open (Results 1 – 10 of 10) sorted by relevance
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/virtio/ |
| D | mmio.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jean-Philippe Brucker <jean-philippe@linaro.org> 13 See https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=virtio for 23 dma-coherent: true 28 '#iommu-cells': 29 description: Required when the node corresponds to a virtio-iommu device. 36 wakeup-source: 41 - compatible [all …]
|
| /kernel/linux/linux-6.6/Documentation/driver-api/virtio/ |
| D | virtio.rst | 1 .. SPDX-License-Identifier: GPL-2.0 12 Virtio is an open standard that defines a protocol for communication 24 Device - Driver communication: virtqueues 29 using a specific transport method -- PCI, MMIO or CCW -- that is 40 .. kernel-doc:: include/uapi/linux/virtio_ring.h 56 .. kernel-doc:: include/linux/virtio.h 63 a virtqueue during the virtqueue setup process (transport-specific). 65 .. kernel-doc:: drivers/virtio/virtio_ring.c 73 transport-specific drivers like `virtio-pci` and `virtio-mmio`. Then 78 the hypervisor defines it. Taking the `QEMU virtio-console [all …]
|
| D | writing_virtio_drivers.rst | 1 .. SPDX-License-Identifier: GPL-2.0 39 struct virtio_dummy_dev *dev = vq->vdev->priv; 43 while ((buf = virtqueue_get_buf(dev->vq, &len)) != NULL) { 55 return -ENOMEM; 58 dev->vq = virtio_find_single_vq(vdev, virtio_dummy_recv_cb, "input"); 59 if (IS_ERR(dev->vq)) { 61 return PTR_ERR(dev->vq); 64 vdev->priv = dev; 74 struct virtio_dummy_dev *dev = vdev->priv; 78 * vdev->config->reset(vdev) [all …]
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/ |
| D | vduse.rst | 2 VDUSE - "vDPA Device in Userspace" 9 possible to implement software-emulated vDPA devices in userspace. And 21 ---------------------------- 49 .. code-block:: c 59 return -ENOMEM; 92 return -1; 96 --------------- 104 add per-virtqueue configuration such as the max size of virtqueue to the device. 111 .. code-block:: c 121 return -1; [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/ |
| D | vendor-prefixes.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/vendor-prefixes.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rob Herring <robh@kernel.org> 19 "^(at25|bm|devbus|dmacap|dsa|exynos|fsi[ab]|gpio-fan|gpio-key|gpio|gpmc|hdmi|i2c-gpio),.*": true 21 "^(pinctrl-single|#pinctrl-single|PowerPC),.*": true 22 "^(pl022|pxa-mmc|rcar_sound|rotary-encoder|s5m8767|sdhci),.*": true 23 "^(simple-audio-card|st-plgpio|st-spics|ts),.*": true 48 "^active-semi,.*": [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/ |
| D | vendor-prefixes.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/vendor-prefixes.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rob Herring <robh@kernel.org> 19 "^(at25|devbus|dmacap|dsa|exynos|fsi[ab]|gpio-fan|gpio|gpmc|hdmi|i2c-gpio),.*": true 21 "^(pinctrl-single|#pinctrl-single|PowerPC),.*": true 22 "^(pl022|pxa-mmc|rcar_sound|rotary-encoder|s5m8767|sdhci),.*": true 23 "^(simple-audio-card|st-plgpio|st-spics|ts),.*": true 38 "^active-semi,.*": [all …]
|
| /kernel/linux/linux-5.10/scripts/ |
| D | kernel-doc | 2 # SPDX-License-Identifier: GPL-2.0 10 ## Copyright (C) 2005-2012 Randy Dunlap ## 19 # 18/01/2001 - Cleanups 22 # -- huggie@earth.li 24 # 27/06/2001 - Allowed whitespace after initial "/**" and 26 # -- Christian Kreibich <ck@whoop.org> 29 # - add perldoc documentation 30 # - Look more closely at some of the scarier bits :) 32 # 26/05/2001 - Support for separate source and object trees. 36 # 23/09/2001 - Added support for typedefs, structs, enums and unions [all …]
|
| /kernel/linux/linux-6.6/scripts/ |
| D | kernel-doc | 2 # SPDX-License-Identifier: GPL-2.0 10 ## Copyright (C) 2005-2012 Randy Dunlap ## 22 kernel-doc - Print formatted kernel documentation to stdout 26 …kernel-doc [-h] [-v] [-Werror] [-Wall] [-Wreturn] [-Wshort-description] [-Wcontents-before-section… 27 [ -man | 28 -rst [-sphinx-version VERSION] [-enable-lineno] | 29 -none 32 -export | 33 -internal | 34 [-function NAME] ... | [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
| D | mcdi_pcol.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 4 * Copyright 2009-2018 Solarflare Communications Inc. 5 * Copyright 2019-2020 Xilinx Inc. 13 /* Power-on reset state */ 35 /* The 'doorbell' addresses are hard-wired to alert the MC when written */ 38 /* The rest of these are firmware-defined */ 46 /* Values to be written to the per-port status dword in shared 71 * | | \--- Response 72 * | \------- Error 73 * \------------------------------ Resync (always set) [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
| D | mcdi_pcol.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 4 * Copyright 2009-2018 Solarflare Communications Inc. 5 * Copyright 2019-2020 Xilinx Inc. 13 /* Power-on reset state */ 35 /* The 'doorbell' addresses are hard-wired to alert the MC when written */ 38 /* The rest of these are firmware-defined */ 46 /* Values to be written to the per-port status dword in shared 71 * | | \--- Response 72 * | \------- Error 73 * \------------------------------ Resync (always set) [all …]
|