Home
last modified time | relevance | path

Searched +full:custom +full:- +full:rtd (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/iio/temperature/
H A Dadi,ltc2983.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices LTC2983, LTC2986, LTM2985 Multi-sensor Temperature system
10 - Nuno Sá <nuno.sa@analog.com>
13 Analog Devices LTC2983, LTC2984, LTC2986, LTM2985 Multi-Sensor Digital
16 https://www.analog.com/media/en/technical-documentation/data-sheets/2983fc.pdf
17 https://www.analog.com/media/en/technical-documentation/data-sheets/2984fb.pdf
18 https://www.analog.com/media/en/technical-documentation/data-sheets/29861fa.pdf
19 https://www.analog.com/media/en/technical-documentation/data-sheets/ltm2985.pdf
[all …]
/openbmc/linux/drivers/iio/temperature/
H A Dltc2983.c1 // SPDX-License-Identifier: GPL-2.0
3 * Analog Devices LTC2983 Multi-Sensor Digital Temperature Measurement System
57 (((chan - 1) * 4) + LTC2983_CHAN_ASSIGN_START_REG)
59 (((chan - 1) * 4) + LTC2983_TEMP_RES_START_REG)
127 /* cold junction for thermocouples and rsense for rtd's and thermistor's */
259 struct ltc2983_custom_sensor *custom; member
266 struct ltc2983_custom_sensor *custom; member
275 struct ltc2983_custom_sensor *custom; member
300 struct ltc2983_custom_sensor *custom; member
308 * instance a resolution of 2^-10 means we have 10 fractional bits.
[all …]
/openbmc/linux/sound/soc/generic/
H A Daudio-graph-card2-custom-sample.c1 // SPDX-License-Identifier: GPL-2.0
3 // audio-graph-card2-custom-sample.c
14 * Custom driver can have own priv
20 /* custom driver's own params */
33 dev_info(dev, "custom probe\n"); in custom_card_probe()
35 custom_priv->custom_params = 1; in custom_card_probe()
45 /* You can custom before parsing */ in custom_hook_pre()
56 /* You can custom after parsing */ in custom_hook_post()
61 card->probe = custom_card_probe; in custom_hook_post()
73 * You can custom Normal parsing in custom_normal()
[all …]
/openbmc/linux/include/sound/
H A Ddmaengine_pcm.h1 /* SPDX-License-Identifier: GPL-2.0+
4 * Author: Lars-Peter Clausen <lars@metafoo.de>
15 * snd_pcm_substream_to_dma_direction - Get dma_transfer_direction for a PCM
24 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in snd_pcm_substream_to_dma_direction()
50 * The DAI supports packed transfers, eg 2 16-bit samples in a 32-bit word.
60 * struct snd_dmaengine_dai_dma_data - DAI DMA configuration data
66 * @filter_data: Custom DMA channel filter data, this will usually be used when
68 * @chan_name: Custom channel name to use when requesting DMA channel.
115 * struct snd_dmaengine_pcm_config - Configuration data for dmaengine based PCM
127 * @chan_names: If set, these custom DMA channel names will be requested at
[all …]
/openbmc/linux/Documentation/
H A Dconf.py1 # -*- coding: utf-8 -*-
4 # sphinx-quickstart on Fri Feb 12 13:51:46 2016.
21 # ------
47 # -- General configuration ------------------------------------------------
53 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
168 #source_encoding = 'utf-8-sig'
210 # command-line options and find it for ourselves.
221 return c_version + '-' + c_release
233 # non-false value, then it is used:
246 # If true, '()' will be appended to :func: etc. cross-reference text.
[all …]
/openbmc/openbmc/poky/bitbake/doc/sphinx-static/
H A Dtheme_overrides.css2 SPDX-License-Identifier: CC-BY-2.0-UK
6 font-family: Verdana, Sans, sans-serif;
12 font-family: Arial, Sans;
18 font-size: 2em;
19 text-align: left;
27 font-size: 1.8em;
28 padding-left: 20%;
29 font-weight: normal;
30 font-style: italic;
36 font-size: 1.5em;
[all …]
/openbmc/openbmc/poky/documentation/sphinx-static/
H A Dtheme_overrides.css2 SPDX-License-Identifier: CC-BY-SA-2.0-UK
6 font-family: Verdana, Sans, sans-serif;
12 font-family: Arial, Sans;
18 font-size: 2em;
19 text-align: left;
27 font-size: 1.8em;
28 padding-left: 20%;
29 font-weight: normal;
30 font-style: italic;
36 font-size: 1.5em;
[all …]
/openbmc/linux/sound/soc/
H A Dsoc-dapm.c1 // SPDX-License-Identifier: GPL-2.0+
3 // soc-dapm.c -- ALSA SoC Dynamic Audio Power Management
12 // o Platform power domain - can support external components i.e. amps and
15 // o Jack insertion power event initiation - e.g. hp insertion will enable
42 #define DAPM_UPDATE_STAT(widget, val) widget->dapm->card->dapm_stats.val++;
67 /* dapm power sequences - make this per codec in the future */
152 if (snd_soc_card_is_instantiated(dapm->card)) in dapm_assert_locked()
185 return !list_empty(&w->dirty); in dapm_dirty_widget()
190 dapm_assert_locked(w->dapm); in dapm_mark_dirty()
193 dev_vdbg(w->dapm->dev, "Marking %s dirty due to %s\n", in dapm_mark_dirty()
[all …]
/openbmc/u-boot/Documentation/
H A Dconf.py1 # -*- coding: utf-8 -*-
3 # The U-Boot documentation build configuration file, created by
4 # sphinx-quickstart on Fri Feb 12 13:51:46 2016.
29 # -- General configuration ------------------------------------------------
35 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
54 #source_encoding = 'utf-8-sig'
60 project = 'Das U-Boot'
61 copyright = 'The U-Boot development community'
62 author = 'The U-Boot development community'
101 # non-false value, then it is used:
[all …]
/openbmc/linux/sound/soc/stm/
H A Dstm32_sai_sub.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (C) 2016, STMicroelectronics - All Rights Reserved
10 #include <linux/clk-provider.h>
41 #define STM_SAI_IS_PLAYBACK(ip) ((ip)->dir == SNDRV_PCM_STREAM_PLAYBACK)
42 #define STM_SAI_IS_CAPTURE(ip) ((ip)->dir == SNDRV_PCM_STREAM_CAPTURE)
47 #define STM_SAI_IS_SUB_A(x) ((x)->id == STM_SAI_A_ID)
53 #define STM_SAI_PROTOCOL_IS_SPDIF(ip) ((ip)->spdif)
54 #define STM_SAI_HAS_SPDIF(x) ((x)->pdata->conf.has_spdif_pdm)
55 #define STM_SAI_HAS_PDM(x) ((x)->pdata->conf.has_spdif_pdm)
56 #define STM_SAI_HAS_EXT_SYNC(x) (!STM_SAI_IS_F4(sai->pdata))
[all …]
/openbmc/linux/Documentation/doc-guide/
H A Dsphinx.rst12 .. _Sphinx: http://www.sphinx-doc.org/
16 documentation comments, or kernel-doc comments, from source files. Usually these
18 kernel-doc comments have some special structure and formatting, but beyond that
34 :ref:`sphinx-pre-install` for further details.
42 Sphinx inside a virtual environment, using ``virtualenv-3``
47 #) It is recommended to use the RTD theme for html output. Depending
55 (sphinx_2.4.4) $ pip install -r Documentation/sphinx/requirements.txt
63 ------------
75 --------------------
86 ------------------------
[all …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.3.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
4 --------------------------------
9 - Linux kernel 6.5 and 6.1, gcc 13, glibc 2.38, LLVM 17, and over 300 other recipe upgrades
11 - The autobuilder's shared-state artefacts are now available over the `jsDelivr
15 - New variables:
17 - :term:`CVE_CHECK_STATUSMAP`, :term:`CVE_STATUS`, :term:`CVE_STATUS_GROUPS`,
20 - :term:`FILE_LAYERNAME`: bitbake now sets this to the name of the layer
23 - :term:`FIT_ADDRESS_CELLS` and :term:`UBOOT_FIT_ADDRESS_CELLS`.
26 - :term:`KERNEL_DTBDEST`: directory where to install DTB files.
28 - :term:`KERNEL_DTBVENDORED`: whether to keep vendor subdirectories.
[all …]
H A Drelease-notes-4.1.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
4 ---------------------------------
10 - Linux kernel 5.19, glibc 2.36 and ~260 other recipe upgrades
12 - ``make`` 4.0 is now the minimum make version required on the build host.
14 :term:`buildtools` tarball, and additionally a new :term:`buildtools-make` tarball
17 :ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`.
19 - New layer setup tooling:
21 - New ``scripts/oe-setup-layers`` standalone script to restore the layer
23 - New ``bitbake-layers create-layers-setup`` command to save the
25 - New ``bitbake-layers save-build-conf`` command to save the active build
[all …]
H A Drelease-notes-4.2.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
4 ----------------------------------
9 - Linux kernel 6.1, glibc 2.37 and ~350 other recipe upgrades
11 - Python 3.8+ and GCC 8.0+ are now the minimum required versions on the build host.
15 - BitBake in this release now supports a new ``addpylib`` directive to enable
17 see :ref:`bitbake-user-manual/bitbake-user-manual-metadata:extending python library code`.
24 - BitBake has seen multiple internal changes that may improve
27 - BitBake's Cooker server is now multithreaded.
29 - Ctrl+C can now be used to interrupt some long-running operations
32 - BitBake's cache has been extended to include more hash
[all …]
/openbmc/linux/drivers/media/i2c/
H A Dtda1997x.c1 // SPDX-License-Identifier: GPL-2.0
16 #include <linux/v4l2-dv-timings.h>
19 #include <media/v4l2-ctrls.h>
20 #include <media/v4l2-device.h>
21 #include <media/v4l2-dv-timings.h>
22 #include <media/v4l2-event.h>
23 #include <media/v4l2-fwnode.h>
31 #include <dt-bindings/media/tda1997x.h>
40 MODULE_PARM_DESC(debug, "debug level (0-2)");
46 "OBA", /* One-Bit Audio */
[all …]
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.c1 // SPDX-License-Identifier: GPL-2.0
3 * core.c - DesignWare USB3 DRD Controller Core file
5 * Copyright (C) 2010-2011 Texas Instruments Incorporated - https://www.ti.com
24 #include <linux/dma-mapping.h>
46 * dwc3_get_dr_mode - Validates and sets dr_mode
52 struct device *dev = dwc->dev; in dwc3_get_dr_mode()
55 if (dwc->dr_mode == USB_DR_MODE_UNKNOWN) in dwc3_get_dr_mode()
56 dwc->dr_mode = USB_DR_MODE_OTG; in dwc3_get_dr_mode()
58 mode = dwc->dr_mode; in dwc3_get_dr_mode()
59 hw_mode = DWC3_GHWPARAMS0_MODE(dwc->hwparams.hwparams0); in dwc3_get_dr_mode()
[all …]
/openbmc/linux/
H A Dopengrok1.0.log1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c'
2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms)
3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa
[all...]
H A Dopengrok2.0.log1 2024-12-28 20:05:26.116-0600 FINEST t586 Statistics.logIt: Added: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/rtnetlink.sh' (ShAnalyzer) (took 79 ms)
2 2024-12-28 20:05:26.112-0600 FINER t592 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/qemu',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/qemu/chardev/spice.c'
3 2024-12-28 20:05:26.116-0600 FINEST t592 Statistics.logIt: Added: '/openbmc/qemu/chardev/spice.c' (CAnalyzer) (took 33 ms)
4 2024-1
[all...]