Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iio/temperature/
Dltc2983.c1 // SPDX-License-Identifier: GPL-2.0
3 * Analog Devices LTC2983 Multi-Sensor Digital Temperature Measurement System
46 (((chan - 1) * 4) + LTC2983_CHAN_ASSIGN_START_REG)
48 (((chan - 1) * 4) + LTC2983_TEMP_RES_START_REG)
116 /* cold junction for thermocouples and rsense for rtd's and thermistor's */
235 struct ltc2983_custom_sensor *custom; member
242 struct ltc2983_custom_sensor *custom; member
251 struct ltc2983_custom_sensor *custom; member
278 * instance a resolution of 2^-10 means we have 10 fractional bits.
292 s64 __res = -(s32)val; in __convert_to_raw_sign()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/iio/temperature/
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 Multi-sensor Temperature system
10 - Nuno Sá <nuno.sa@analog.com>
13 Analog Devices LTC2983 Multi-Sensor Digital Temperature Measurement System
14 https://www.analog.com/media/en/technical-documentation/data-sheets/2983fc.pdf
19 - adi,ltc2983
27 adi,mux-delay-config-us:
38 adi,filter-notch-freq:
[all …]
/Linux-v6.1/sound/soc/generic/
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 …]
/Linux-v6.1/include/sound/
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()
49 * The DAI supports packed transfers, eg 2 16-bit samples in a 32-bit word.
59 * struct snd_dmaengine_dai_dma_data - DAI DMA configuration data
65 * @filter_data: Custom DMA channel filter data, this will usually be used when
67 * @chan_name: Custom channel name to use when requesting DMA channel.
114 * struct snd_dmaengine_pcm_config - Configuration data for dmaengine based PCM
126 * @chan_names: If set, these custom DMA channel names will be requested at
[all …]
/Linux-v6.1/Documentation/
Dconf.py1 # -*- coding: utf-8 -*-
4 # sphinx-quickstart on Fri Feb 12 13:51:46 2016.
21 # ------
41 # -- General configuration ------------------------------------------------
47 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
158 #source_encoding = 'utf-8-sig'
205 # non-false value, then it is used:
218 # If true, '()' will be appended to :func: etc. cross-reference text.
244 # -- Options for HTML output ----------------------------------------------
262 # Add any paths that contain custom static files (such as style sheets) here,
[all …]
/Linux-v6.1/sound/soc/
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 (dapm->card && dapm->card->instantiated) in dapm_assert_locked()
153 lockdep_assert_held(&dapm->card->dapm_mutex); in dapm_assert_locked()
185 return !list_empty(&w->dirty); in dapm_dirty_widget()
190 dapm_assert_locked(w->dapm); in dapm_mark_dirty()
[all …]
/Linux-v6.1/sound/soc/stm/
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 …]
/Linux-v6.1/Documentation/doc-guide/
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 …]
/Linux-v6.1/drivers/media/i2c/
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 …]