Home
last modified time | relevance | path

Searched +full:open +full:- +full:dice (Results 1 – 15 of 15) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/reserved-memory/
Dgoogle,open-dice.yaml1 # 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 <[email protected]>
19 - $ref: reserved-memory.yaml
23 const: google,open-dice
[all …]
/linux-6.14.4/sound/firewire/dice/
Ddice-midi.c1 // 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 …]
Ddice-pcm.c1 // 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-[email protected]>
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 …]
/linux-6.14.4/drivers/misc/
Dopen-dice.c1 // 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 …]
DMakefile1 # 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 …]
DKconfig1 # 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/>
112 UFS. Provides interface for in-kernel security controllers to access
199 called smpro-errmon.
209 called smpro-misc.
212 tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support"
[all …]
/linux-6.14.4/Documentation/accounting/
Dpsi.rst4 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 …]
/linux-6.14.4/drivers/of/
Dplatform.c1 // SPDX-License-Identifier: GPL-2.0+
16 #include <linux/dma-mapping.h>
28 * of_find_device_by_node - Find the platform_device associated with a node
47 BUG_ON(ofdev->dev.of_node == NULL); in of_device_add()
51 ofdev->name = dev_name(&ofdev->dev); in of_device_add()
52 ofdev->id = PLATFORM_DEVID_NONE; in of_device_add()
59 set_dev_node(&ofdev->dev, of_node_to_nid(ofdev->dev.of_node)); in of_device_add()
61 return device_add(&ofdev->dev); in of_device_add()
66 device_initialize(&pdev->dev); in of_device_register()
73 device_unregister(&ofdev->dev); in of_device_unregister()
[all …]
/linux-6.14.4/Documentation/translations/it_IT/process/
Dsubmitting-patches.rst1 .. 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 ------------------------------
110 l'identificativo SHA-1. Per cortesia, aggiungete anche la breve riga
120 dell'identificativo SHA-1. Il repositorio del kernel ha *molti* oggetti e
[all …]
Dmaintainer-pgp-guide.rst1 .. 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 …]
/linux-6.14.4/Documentation/translations/sp_SP/process/
Dcoding-style.rst1 .. 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 …]
/linux-6.14.4/Documentation/translations/it_IT/kernel-hacking/
Dhacking.rst1 .. 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 …]
/linux-6.14.4/tools/perf/trace/beauty/include/uapi/sound/
Dasound.h1 /* 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 <[email protected]>,
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 …]
/linux-6.14.4/include/uapi/sound/
Dasound.h1 /* 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 <[email protected]>,
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 …]
/linux-6.14.4/drivers/usb/gadget/function/
Df_fs.c1 // 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
18 #include <linux/dma-buf.h>
19 #include <linux/dma-fence.h>
20 #include <linux/dma-resv.h>
47 #define FUNCTIONFS_MAGIC 0xa647361 /* Chosen by a honest dice roll ;) */
65 /* Called with ffs->mutex held; take over ownership of data. */
100 cmpxchg(&ffs->setup_state, FFS_SETUP_CANCELLED, FFS_NO_SETUP); in ffs_setup_state_clear_cancelled()
128 struct usb_ep *ep; /* P: ffs->eps_lock */
[all …]