| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/reserved-memory/ |
| D | google,open-dice.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/reserved-memory/google,open-dice.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Open Profile for DICE 11 generated by the Open Profile for DICE protocol. 13 See https://pigweed.googlesource.com/open-dice/ 16 - David Brazdil <dbrazdil@google.com> 19 - $ref: reserved-memory.yaml 23 const: google,open-dice [all …]
|
| /kernel/linux/linux-6.6/sound/firewire/dice/ |
| D | dice-midi.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * dice_midi.c - a part of driver for Dice based devices 7 #include "dice.h" 11 struct snd_dice *dice = substream->rmidi->private_data; in midi_open() local 14 err = snd_dice_stream_lock_try(dice); in midi_open() 18 mutex_lock(&dice->mutex); in midi_open() 20 err = snd_dice_stream_reserve_duplex(dice, 0, 0, 0); in midi_open() 22 ++dice->substreams_counter; in midi_open() 23 err = snd_dice_stream_start_duplex(dice); in midi_open() 25 --dice->substreams_counter; in midi_open() [all …]
|
| D | dice-pcm.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * dice_pcm.c - a part of driver for DICE based devices 6 * Copyright (c) 2014 Takashi Sakamoto <o-takashi@sakamocchi.jp> 9 #include "dice.h" 14 struct snd_pcm_substream *substream = rule->private; in dice_rate_constraint() 15 struct snd_dice *dice = substream->private_data; in dice_rate_constraint() local 16 unsigned int index = substream->pcm->device; in dice_rate_constraint() 29 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) in dice_rate_constraint() 30 pcm_channels = dice->tx_pcm_chs[index]; in dice_rate_constraint() 32 pcm_channels = dice->rx_pcm_chs[index]; in dice_rate_constraint() [all …]
|
| /kernel/linux/linux-5.10/sound/firewire/dice/ |
| D | dice-midi.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * dice_midi.c - a part of driver for Dice based devices 7 #include "dice.h" 11 struct snd_dice *dice = substream->rmidi->private_data; in midi_open() local 14 err = snd_dice_stream_lock_try(dice); in midi_open() 18 mutex_lock(&dice->mutex); in midi_open() 20 err = snd_dice_stream_reserve_duplex(dice, 0, 0, 0); in midi_open() 22 ++dice->substreams_counter; in midi_open() 23 err = snd_dice_stream_start_duplex(dice); in midi_open() 25 --dice->substreams_counter; in midi_open() [all …]
|
| D | dice-pcm.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * dice_pcm.c - a part of driver for DICE based devices 6 * Copyright (c) 2014 Takashi Sakamoto <o-takashi@sakamocchi.jp> 9 #include "dice.h" 14 struct snd_pcm_substream *substream = rule->private; in dice_rate_constraint() 15 struct snd_dice *dice = substream->private_data; in dice_rate_constraint() local 16 unsigned int index = substream->pcm->device; in dice_rate_constraint() 29 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) in dice_rate_constraint() 30 pcm_channels = dice->tx_pcm_chs[index]; in dice_rate_constraint() 32 pcm_channels = dice->rx_pcm_chs[index]; in dice_rate_constraint() [all …]
|
| /kernel/linux/linux-6.6/drivers/misc/ |
| D | open-dice.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2021 - Google LLC 6 * Driver for Open Profile for DICE. 9 * generated by the Open Profile for DICE measured boot protocol. The memory 15 * fd = open("/dev/open-dice0", O_RDWR); 29 #define DRIVER_NAME "open-dice" 40 return container_of(filp->private_data, struct open_dice_drvdata, misc); in to_open_dice_drvdata() 47 mutex_lock(&drvdata->lock); in open_dice_wipe() 48 kaddr = devm_memremap(drvdata->misc.this_device, drvdata->rmem->base, in open_dice_wipe() 49 drvdata->rmem->size, MEMREMAP_WC); in open_dice_wipe() [all …]
|
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 6 obj-$(CONFIG_IBM_ASM) += ibmasm/ 7 obj-$(CONFIG_IBMVMC) += ibmvmc.o 8 obj-$(CONFIG_AD525X_DPOT) += ad525x_dpot.o 9 obj-$(CONFIG_AD525X_DPOT_I2C) += ad525x_dpot-i2c.o 10 obj-$(CONFIG_AD525X_DPOT_SPI) += ad525x_dpot-spi.o 11 obj-$(CONFIG_ATMEL_SSC) += atmel-ssc.o 12 obj-$(CONFIG_DUMMY_IRQ) += dummy-irq.o 13 obj-$(CONFIG_ICS932S401) += ics932s401.o 14 obj-$(CONFIG_LKDTM) += lkdtm/ [all …]
|
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 27 See Documentation/misc-devices/ad525x_dpot.rst for the 40 module will be called ad525x_dpot-i2c. 51 module will be called ad525x_dpot-spi. 65 This option enables device driver support for in-band access to the 78 website <https://www-03.ibm.com/systems/info/x86servers/serverproven/compat/us/> 189 called smpro-errmon. 199 called smpro-misc. 202 tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support" 209 than the generic PIT, and are suitable for use as high-res timers. [all …]
|
| /kernel/linux/linux-6.6/Documentation/accounting/ |
| D | psi.rst | 4 PSI - Pressure Stall Information 14 either play it safe and under-utilize their hardware resources, or 15 roll the dice and frequently suffer the disruptions resulting from 23 scarcity aids users in sizing workloads to hardware--or provisioning 38 respective file in /proc/pressure/ -- cpu, memory, and io. 48 The "full" line indicates the share of time in which all non-idle 77 To register a trigger user has to open psi interface file under 79 desired threshold and time window. The open file descriptor should be 93 therefore for each trigger a separate open() syscall should be made even 116 Notifications to the userspace are rate-limited to one per tracking window. [all …]
|
| /kernel/linux/linux-5.10/Documentation/accounting/ |
| D | psi.rst | 4 PSI - Pressure Stall Information 14 either play it safe and under-utilize their hardware resources, or 15 roll the dice and frequently suffer the disruptions resulting from 23 scarcity aids users in sizing workloads to hardware--or provisioning 38 respective file in /proc/pressure/ -- cpu, memory, and io. 52 The "full" line indicates the share of time in which all non-idle 78 To register a trigger user has to open psi interface file under 80 desired threshold and time window. The open file descriptor should be 94 therefore for each trigger a separate open() syscall should be made even 113 Notifications to the userspace are rate-limited to one per tracking window. [all …]
|
| /kernel/linux/linux-6.6/Documentation/translations/it_IT/process/ |
| D | submitting-patches.rst | 1 .. include:: ../disclaimer-ita.rst 3 :Original: :ref:`Documentation/process/submitting-patches.rst <submittingpatches>` 19 Documentation/translations/it_IT/process/development-process.rst. Leggete anche 20 Documentation/translations/it_IT/process/submit-checklist.rst per una lista di 23 Documentation/translations/it_IT/process/submitting-patches.rst. 31 :ref:`Documentation/translations/it_IT/process/maintainer-handbooks.rst <it_maintainer_handbooks_ma… 34 --------------------------- 52 ------------------------------ 120 sufficiente usare il campo ``Message-Id``, presente nell'intestazione del 133 l'identificativo SHA-1. Per cortesia, aggiungete anche la breve riga [all …]
|
| D | maintainer-pgp-guide.rst | 1 .. include:: ../disclaimer-ita.rst 3 :Original: :ref:`Documentation/process/maintainer-pgp-guide.rst <pgpguide>` 21 .. _`Protecting Code Integrity`: https://github.com/lfit/itpol/blob/master/protecting-code-integrit… 33 - repositori distribuiti di sorgenti (git) 34 - rilasci periodici di istantanee (archivi tar) 42 - i repositori git forniscono firme PGP per ogni tag 43 - gli archivi tar hanno firme separate per ogni archivio 48 ----------------------------------------------------- 72 ---------------------------- 78 $ gpg --version | head -n1 [all …]
|
| /kernel/linux/linux-6.6/drivers/of/ |
| D | platform.c | 1 // SPDX-License-Identifier: GPL-2.0+ 16 #include <linux/dma-mapping.h> 27 { .compatible = "simple-bus", }, 28 { .compatible = "simple-mfd", }, 31 { .compatible = "arm,amba-bus", }, 37 * of_find_device_by_node - Find the platform_device associated with a node 56 BUG_ON(ofdev->dev.of_node == NULL); in of_device_add() 60 ofdev->name = dev_name(&ofdev->dev); in of_device_add() 61 ofdev->id = PLATFORM_DEVID_NONE; in of_device_add() 68 set_dev_node(&ofdev->dev, of_node_to_nid(ofdev->dev.of_node)); in of_device_add() [all …]
|
| /kernel/linux/linux-5.10/Documentation/translations/it_IT/process/ |
| D | submitting-patches.rst | 1 .. include:: ../disclaimer-ita.rst 3 :Original: :ref:`Documentation/process/submitting-patches.rst <submittingpatches>` 20 Leggete anche :ref:`Documentation/translations/it_IT/process/submit-checklist.rst <it_submitcheckli… 22 inviando un driver, allora leggete anche :ref:`Documentation/translations/it_IT/process/submitting-… 24 Documentation/devicetree/bindings/submitting-patches.rst. 33 ------------------------------ 52 1) ``diff -up`` 53 --------------- 55 Se dovete produrre le vostre patch a mano, usate ``diff -up`` o ``diff -uprN`` 61 crearla nel formato "unified diff", come l'argomento ``-u`` di [all …]
|
| D | maintainer-pgp-guide.rst | 1 .. include:: ../disclaimer-ita.rst 3 :Original: :ref:`Documentation/process/maintainer-pgp-guide.rst <pgpguide>` 21 .. _`Protecting Code Integrity`: https://github.com/lfit/itpol/blob/master/protecting-code-integrit… 33 - repositori distribuiti di sorgenti (git) 34 - rilasci periodici di istantanee (archivi tar) 42 - i repositori git forniscono firme PGP per ogni tag 43 - gli archivi tar hanno firme separate per ogni archivio 48 ----------------------------------------------------- 72 -------------- 75 verificare che stia utilizzando la versione 2.x e non la serie 1.4 -- [all …]
|
| /kernel/linux/linux-6.6/Documentation/translations/sp_SP/process/ |
| D | coding-style.rst | 1 .. include:: ../disclaimer-sp.rst 3 :Original: :ref:`Documentation/process/coding-style.rst <submittingpatches>` 24 ----------- 49 sangría`` (``double-indenting``) en etiquetas ``case``. Por ejemplo: 51 .. code-block:: c 73 .. code-block:: c 80 .. code-block:: c 87 .. code-block:: c 106 ------------------------------------ 129 ---------------------------------- [all …]
|
| /kernel/linux/linux-5.10/Documentation/translations/it_IT/kernel-hacking/ |
| D | hacking.rst | 1 .. include:: ../disclaimer-ita.rst 4 :ref:`Documentation/kernel-hacking/hacking.rst <kernel_hacking_hack>` 6 :Original: :ref:`Documentation/kernel-hacking/hacking.rst <kernel_hacking_hack>` 38 - non associata ad alcun processo, servendo un'interruzione hardware; 40 - non associata ad alcun processo, servendo un softirq o tasklet; 42 - in esecuzione nello spazio kernel, associata ad un processo 45 - in esecuzione di un processo nello spazio utente; 58 --------------- 81 --------------------------------- 102 --------------------------------------------------- [all …]
|
| /kernel/linux/linux-6.6/Documentation/translations/it_IT/kernel-hacking/ |
| D | hacking.rst | 1 .. include:: ../disclaimer-ita.rst 4 :ref:`Documentation/kernel-hacking/hacking.rst <kernel_hacking_hack>` 6 :Original: :ref:`Documentation/kernel-hacking/hacking.rst <kernel_hacking_hack>` 38 - non associata ad alcun processo, servendo un'interruzione hardware; 40 - non associata ad alcun processo, servendo un softirq o tasklet; 42 - in esecuzione nello spazio kernel, associata ad un processo 45 - in esecuzione di un processo nello spazio utente; 58 --------------- 81 --------------------------------- 102 --------------------------------------------------- [all …]
|
| /kernel/linux/linux-5.10/include/uapi/sound/ |
| D | asound.h | 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 3 * Advanced Linux Sound Architecture - ALSA - Driver 4 * Copyright (c) 1994-2003 by Jaroslav Kysela <perex@perex.cz>, 5 * Abramo Bagnara <abramo@alsa-project.org> 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 68 * CEA-861 Audio InfoFrame. Used in HDMI and DisplayPort * 77 unsigned char db5_dminh_lsv; /* downmix inhibit & level-shit values */ 82 * Section for driver hardware dependent interface - /dev/snd/hw? * 105 SNDRV_HWDEP_IFACE_HDA, /* HD-audio */ 107 SNDRV_HWDEP_IFACE_FW_DICE, /* TC DICE FireWire device */ [all …]
|
| /kernel/linux/linux-5.10/tools/include/uapi/sound/ |
| D | asound.h | 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 3 * Advanced Linux Sound Architecture - ALSA - Driver 4 * Copyright (c) 1994-2003 by Jaroslav Kysela <perex@perex.cz>, 5 * Abramo Bagnara <abramo@alsa-project.org> 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 68 * CEA-861 Audio InfoFrame. Used in HDMI and DisplayPort * 77 unsigned char db5_dminh_lsv; /* downmix inhibit & level-shit values */ 82 * Section for driver hardware dependent interface - /dev/snd/hw? * 105 SNDRV_HWDEP_IFACE_HDA, /* HD-audio */ 107 SNDRV_HWDEP_IFACE_FW_DICE, /* TC DICE FireWire device */ [all …]
|
| /kernel/linux/linux-6.6/include/uapi/sound/ |
| D | asound.h | 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 3 * Advanced Linux Sound Architecture - ALSA - Driver 4 * Copyright (c) 1994-2003 by Jaroslav Kysela <perex@perex.cz>, 5 * Abramo Bagnara <abramo@alsa-project.org> 54 * CEA-861 Audio InfoFrame. Used in HDMI and DisplayPort * 63 unsigned char db5_dminh_lsv; /* downmix inhibit & level-shit values */ 68 * Section for driver hardware dependent interface - /dev/snd/hw? * 91 SNDRV_HWDEP_IFACE_HDA, /* HD-audio */ 93 SNDRV_HWDEP_IFACE_FW_DICE, /* TC DICE FireWire device */ 118 unsigned int version; /* R: driver-specific version */ [all …]
|
| /kernel/linux/linux-6.6/tools/include/uapi/sound/ |
| D | asound.h | 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 3 * Advanced Linux Sound Architecture - ALSA - Driver 4 * Copyright (c) 1994-2003 by Jaroslav Kysela <perex@perex.cz>, 5 * Abramo Bagnara <abramo@alsa-project.org> 54 * CEA-861 Audio InfoFrame. Used in HDMI and DisplayPort * 63 unsigned char db5_dminh_lsv; /* downmix inhibit & level-shit values */ 68 * Section for driver hardware dependent interface - /dev/snd/hw? * 91 SNDRV_HWDEP_IFACE_HDA, /* HD-audio */ 93 SNDRV_HWDEP_IFACE_FW_DICE, /* TC DICE FireWire device */ 118 unsigned int version; /* R: driver-specific version */ [all …]
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
| D | f_generic.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * f_fs.c -- user mode file system API for USB composite function controllers 9 * Copyright (C) 2003-2004 David Brownell 24 #include <linux/dma-mapping.h> 32 #define FUNCTIONFS_MAGIC 0xa647361 /* Chosen by a honest dice roll ;) */ 41 /* Called with ffs->mutex held; take over ownership of data. */ 69 cmpxchg(&ffs->setup_state, FFS_SETUP_CANCELLED, FFS_NO_SETUP); in ffs_setup_state_clear_cancelled() 91 struct usb_ep *ep; /* P: ffs->eps_lock */ 92 struct usb_request *req; /* P: epfile->mutex */ 99 int status; /* P: epfile->mutex */ [all …]
|
| /kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
| D | f_fs.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * f_fs.c -- user mode file system API for USB composite function controllers 9 * Copyright (C) 2003-2004 David Brownell 44 #define FUNCTIONFS_MAGIC 0xa647361 /* Chosen by a honest dice roll ;) */ 57 /* Called with ffs->mutex held; take over ownership of data. */ 91 cmpxchg(&ffs->setup_state, FFS_SETUP_CANCELLED, FFS_NO_SETUP); in ffs_setup_state_clear_cancelled() 118 struct usb_ep *ep; /* P: ffs->eps_lock */ 119 struct usb_request *req; /* P: epfile->mutex */ 128 /* Protects ep->ep and ep->req. */ 132 struct ffs_ep *ep; /* P: ffs->eps_lock */ [all …]
|
| D | f_generic.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * f_fs.c -- user mode file system API for USB composite function controllers 9 * Copyright (C) 2003-2004 David Brownell 24 #include <linux/dma-mapping.h> 32 #define FUNCTIONFS_MAGIC 0xa647361 /* Chosen by a honest dice roll ;) */ 42 /* Called with ffs->mutex held; take over ownership of data. */ 70 cmpxchg(&ffs->setup_state, FFS_SETUP_CANCELLED, FFS_NO_SETUP); in ffs_setup_state_clear_cancelled() 92 struct usb_ep *ep; /* P: ffs->eps_lock */ 93 struct usb_request *req; /* P: epfile->mutex */ 100 int status; /* P: epfile->mutex */ [all …]
|