Home
last modified time | relevance | path

Searched +full:rx +full:- +full:input +full:- +full:m (Results 1 – 25 of 496) sorted by relevance

12345678910>>...20

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/
Dnvidia,tegra234-mgbe.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/nvidia,tegra234-mgbe.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Tegra234 MGBE Multi-Gigabit Ethernet Controller
10 - Thierry Reding <treding@nvidia.com>
11 - Jon Hunter <jonathanh@nvidia.com>
15 const: nvidia,tegra234-mgbe
20 reg-names:
22 - const: hypervisor
[all …]
/kernel/linux/linux-6.6/sound/soc/atmel/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "SoC Audio for the Atmel System-on-Chip"
6 Say Y or M if you want to add support for codecs attached to
30 Say Y or M if you want to add support for Atmel SSC interface
31 in PDC mode configured using audio-graph-card in device-tree.
39 Say Y or M if you want to add support for Atmel SSC interface
40 in DMA mode configured using audio-graph-card in device-tree.
43 tristate "SoC Audio support for WM8731-based At91sam9g20 evaluation board"
49 Say Y if you want to add support for SoC audio on WM8731-based
63 tristate "SoC Audio support for WM8731-based at91sam9x5 board"
[all …]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
Ddebug.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /* Copyright(c) 2018-2019 Realtek Corporation
21 int (*cb_read)(struct seq_file *m, void *v);
51 static int rtw_debugfs_single_show(struct seq_file *m, void *v) in rtw_debugfs_single_show() argument
53 struct rtw_debugfs_priv *debugfs_priv = m->private; in rtw_debugfs_single_show()
55 return debugfs_priv->cb_read(m, v); in rtw_debugfs_single_show()
62 struct rtw_debugfs_priv *debugfs_priv = filp->private_data; in rtw_debugfs_common_write()
64 return debugfs_priv->cb_write(filp, buffer, count, loff); in rtw_debugfs_common_write()
71 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_single_write()
72 struct rtw_debugfs_priv *debugfs_priv = seqpriv->private; in rtw_debugfs_single_write()
[all …]
/kernel/linux/linux-5.10/sound/soc/atmel/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "SoC Audio for the Atmel System-on-Chip"
6 Say Y or M if you want to add support for codecs attached to
30 Say Y or M if you want to add support for Atmel SSC interface
31 in PDC mode configured using audio-graph-card in device-tree.
39 Say Y or M if you want to add support for Atmel SSC interface
40 in DMA mode configured using audio-graph-card in device-tree.
43 tristate "SoC Audio support for WM8731-based At91sam9g20 evaluation board"
49 Say Y if you want to add support for SoC audio on WM8731-based
63 tristate "SoC Audio support for WM8731-based at91sam9x5 board"
[all …]
/kernel/linux/linux-6.6/tools/spi/
Dspidev_test.c1 // SPDX-License-Identifier: GPL-2.0-only
8 * Cross-compile with cross-gcc -I/path/to/cross-kernel/include
71 while (length-- > 0) { in hex_dump()
91 * Unescape - process hexadecimal escape character
92 * converts shell input "\x23" -> 0x23
106 pabort("malformed input string"); in unescape()
118 static void transfer(int fd, uint8_t const *tx, uint8_t const *rx, size_t len) in transfer() argument
124 .rx_buf = (unsigned long)rx, in transfer()
162 ret = write(out_fd, rx, len); in transfer()
170 hex_dump(rx, len, 32, "RX"); in transfer()
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Drockchip,i2s-tdm.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/rockchip,i2s-tdm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
15 - Nicolas Frattaroli <frattaroli.nicolas@gmail.com>
18 - $ref: dai-common.yaml#
23 - rockchip,px30-i2s-tdm
24 - rockchip,rk1808-i2s-tdm
25 - rockchip,rk3308-i2s-tdm
26 - rockchip,rk3568-i2s-tdm
[all …]
/kernel/linux/linux-5.10/sound/firewire/fireworks/
Dfireworks_proc.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * fireworks_proc.c - a part of driver for Fireworks based devices
5 * Copyright (c) 2009-2010 Clemens Ladisch
6 * Copyright (c) 2013-2014 Takashi Sakamoto
12 get_phys_name(struct snd_efw_phys_grp *grp, bool input) in get_phys_name() argument
19 if (grp->type < ARRAY_SIZE(ch_type)) in get_phys_name()
20 return ch_type[grp->type]; in get_phys_name()
21 else if (input) in get_phys_name()
22 return "Input"; in get_phys_name()
30 struct snd_efw *efw = entry->private_data; in proc_read_hwinfo()
[all …]
/kernel/linux/linux-6.6/sound/firewire/fireworks/
Dfireworks_proc.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * fireworks_proc.c - a part of driver for Fireworks based devices
5 * Copyright (c) 2009-2010 Clemens Ladisch
6 * Copyright (c) 2013-2014 Takashi Sakamoto
12 get_phys_name(struct snd_efw_phys_grp *grp, bool input) in get_phys_name() argument
19 if (grp->type < ARRAY_SIZE(ch_type)) in get_phys_name()
20 return ch_type[grp->type]; in get_phys_name()
21 else if (input) in get_phys_name()
22 return "Input"; in get_phys_name()
30 struct snd_efw *efw = entry->private_data; in proc_read_hwinfo()
[all …]
/kernel/linux/linux-5.10/drivers/usb/storage/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
15 floppy drives, USB hard disks, USB tape drives, USB CD-ROMs,
24 To compile this driver as a module, choose M here: the
25 module will be called usb-storage.
38 Say Y here to include additional code to support the power-saving function
41 If this driver is compiled as a module, it will be named ums-realtek.
54 If this driver is compiled as a module, it will be named ums-datafab.
62 If this driver is compiled as a module, it will be named ums-freecom.
65 tristate "ISD-200 USB/ATA Bridge support"
68 on the In-Systems Design ISD-200 USB/ATA bridge.
[all …]
/kernel/linux/linux-6.6/drivers/usb/storage/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
15 floppy drives, USB hard disks, USB tape drives, USB CD-ROMs,
24 To compile this driver as a module, choose M here: the
25 module will be called usb-storage.
38 Say Y here to include additional code to support the power-saving function
41 If this driver is compiled as a module, it will be named ums-realtek.
54 If this driver is compiled as a module, it will be named ums-datafab.
62 If this driver is compiled as a module, it will be named ums-freecom.
65 tristate "ISD-200 USB/ATA Bridge support"
68 on the In-Systems Design ISD-200 USB/ATA bridge.
[all …]
/kernel/linux/linux-6.6/sound/soc/tegra/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "SoC Audio for the Tegra System-on-Chip"
10 Say Y or M here if you want support for SoC audio on Tegra.
19 Say Y or M if you want to add support for codecs attached to the
26 Say Y or M if you want to add support for the Tegra20 DAS module.
34 Say Y or M if you want to add support for codecs attached to the
41 Say Y or M if you want to add support for the Tegra20 SPDIF interface.
48 Say Y or M if you want to add support for the Tegra30 AHUB module.
56 Say Y or M if you want to add support for codecs attached to the
67 Say Y or M if you want to add support for Tegra210 AHUB module.
[all …]
/kernel/linux/linux-5.10/sound/soc/tegra/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "SoC Audio for the Tegra System-on-Chip"
10 Say Y or M here if you want support for SoC audio on Tegra.
18 Say Y or M if you want to add support for codecs attached to the
26 Say Y or M if you want to add support for the Tegra20 DAS module.
35 Say Y or M if you want to add support for codecs attached to the
42 default m
44 Say Y or M if you want to add support for the Tegra20 SPDIF interface.
52 Say Y or M if you want to add support for the Tegra30 AHUB module.
61 Say Y or M if you want to add support for codecs attached to the
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
Ddebug.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /* Copyright(c) 2018-2019 Realtek Corporation
18 int (*cb_read)(struct seq_file *m, void *v);
40 static int rtw_debugfs_single_show(struct seq_file *m, void *v) in rtw_debugfs_single_show() argument
42 struct rtw_debugfs_priv *debugfs_priv = m->private; in rtw_debugfs_single_show()
44 return debugfs_priv->cb_read(m, v); in rtw_debugfs_single_show()
51 struct rtw_debugfs_priv *debugfs_priv = filp->private_data; in rtw_debugfs_common_write()
53 return debugfs_priv->cb_write(filp, buffer, count, loff); in rtw_debugfs_common_write()
60 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_single_write()
61 struct rtw_debugfs_priv *debugfs_priv = seqpriv->private; in rtw_debugfs_single_write()
[all …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/st/
Dstm32mp15xx-dhcom-drc02.dtsi1 // SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
6 #include <dt-bindings/input/input.h>
7 #include <dt-bindings/pwm/pwm.h>
20 * GPIO line, however the STM32 UART driver assumes RX happens
22 * line. Hence, the RX is always enabled here.
24 rs485-rx-en-hog {
25 gpio-hog;
27 output-low;
28 line-name = "rs485-rx-en";
33 gpio-line-names = "", "", "", "",
[all …]
/kernel/linux/linux-6.6/drivers/net/wan/
Dhd64570.h1 /* SPDX-License-Identifier: GPL-2.0 */
5 /* SCA HD64570 register definitions - all addresses for mode 0 (8086 MPU)
20 #define WCRM 0x05 /* Wait Control M */
42 /* MSCI channel (port) 0 registers - offset 0x20
43 MSCI channel (port) 1 registers - offset 0x40 */
48 #define TRBL 0x00 /* TX/RX buffer L */
49 #define TRBH 0x01 /* TX/RX buffer H */
68 #define RXS 0x16 /* RX Clock Source */
72 #define RRC 0x1A /* RX Ready Control */
77 /* Timer channel 0 (port 0 RX) registers - offset 0x60
[all …]
/kernel/linux/linux-5.10/drivers/net/wan/
Dhd64570.h1 /* SPDX-License-Identifier: GPL-2.0 */
5 /* SCA HD64570 register definitions - all addresses for mode 0 (8086 MPU)
20 #define WCRM 0x05 /* Wait Control M */
42 /* MSCI channel (port) 0 registers - offset 0x20
43 MSCI channel (port) 1 registers - offset 0x40 */
48 #define TRBL 0x00 /* TX/RX buffer L */
49 #define TRBH 0x01 /* TX/RX buffer H */
68 #define RXS 0x16 /* RX Clock Source */
72 #define RRC 0x1A /* RX Ready Control */
77 /* Timer channel 0 (port 0 RX) registers - offset 0x60
[all …]
Dhd64572.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * hd64572.h Description of the Hitachi HD64572 (SCA-II), valid for
8 * Copyright: (c) 2000-2001 Cyclades Corp.
15 * PC300 initial CVS version (3.4.0-pre1)
33 #define WCRM 0x25 /* Wait Control Register M */
47 #define DRX_REG(reg, chan) (reg + 0x40*chan) /* DMA Rx */
49 #define TRX_REG(reg, chan) (reg + 0x20*chan) /* Timer Rx */
52 #define IR0_DRX(val, chan) ((val)<<(8*(chan))) /* Int DMA Rx */
65 #define RXS 0x13c /* RX clock source */
67 #define EXS 0x13e /* External clock input selection */
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/firmware/
Dfsl,scu.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Dong Aisheng <aisheng.dong@nxp.com>
13 The System Controller Firmware (SCFW) is a low-level system function
14 which runs on a dedicated Cortex-M core to provide power, clock, and
17 The AP communicates with the SC using a multi-ported MU module found
26 const: fsl,imx-scu
28 clock-controller:
31 $ref: /schemas/clock/fsl,scu-clk.yaml
[all …]
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/
Dsaa7134-tvaudio.c1 // SPDX-License-Identifier: GPL-2.0-or-later
7 * (c) 2001-03 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]
11 #include "saa7134-reg.h"
22 /* ------------------------------------------------------------------ */
37 … clock tick fine tuning for cards with audio crystal that's slightly off (range [-1024 .. 1024])");
49 /* ------------------------------------------------------------------ */
78 .name = "PAL-B/G FM-stereo",
84 .name = "PAL-D/K1 FM-stereo",
90 .name = "PAL-D/K2 FM-stereo",
96 .name = "PAL-D/K3 FM-stereo",
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
Dsaa7134-tvaudio.c1 // SPDX-License-Identifier: GPL-2.0-or-later
7 * (c) 2001-03 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]
11 #include "saa7134-reg.h"
22 /* ------------------------------------------------------------------ */
37 … clock tick fine tuning for cards with audio crystal that's slightly off (range [-1024 .. 1024])");
49 /* ------------------------------------------------------------------ */
78 .name = "PAL-B/G FM-stereo",
84 .name = "PAL-D/K1 FM-stereo",
90 .name = "PAL-D/K2 FM-stereo",
96 .name = "PAL-D/K3 FM-stereo",
[all …]
/kernel/linux/linux-5.10/drivers/iio/resolver/
Dad2s1200.c1 // SPDX-License-Identifier: GPL-2.0-only
6 * Copyright (c) 2018-2018 David Veenstra <davidjulianveenstra@gmail.com>
7 * Copyright (c) 2010-2010 Analog Devices Inc.
26 /* input clock on serial interface */
32 * struct ad2s1200_state - driver instance specific data.
33 * @lock: protects both the GPIO pins and the rx buffer.
37 * @rx: buffer for spi transfers.
44 __be16 rx ____cacheline_aligned;
51 long m) in ad2s1200_read_raw() argument
56 switch (m) { in ad2s1200_read_raw()
[all …]
/kernel/linux/linux-6.6/drivers/iio/resolver/
Dad2s1200.c1 // SPDX-License-Identifier: GPL-2.0-only
6 * Copyright (c) 2018-2018 David Veenstra <davidjulianveenstra@gmail.com>
7 * Copyright (c) 2010-2010 Analog Devices Inc.
26 /* input clock on serial interface */
32 * struct ad2s1200_state - driver instance specific data.
33 * @lock: protects both the GPIO pins and the rx buffer.
37 * @rx: buffer for spi transfers.
44 __be16 rx __aligned(IIO_DMA_MINALIGN);
51 long m) in ad2s1200_read_raw() argument
56 switch (m) { in ad2s1200_read_raw()
[all …]
/kernel/linux/linux-5.10/arch/s390/kernel/
Ddiag.c1 // SPDX-License-Identifier: GPL-2.0
38 [DIAG_STAT_X204] = { .code = 0x204, .name = "Logical-CPU Utilization" },
40 [DIAG_STAT_X224] = { .code = 0x224, .name = "EBCDIC-Name Table" },
42 [DIAG_STAT_X258] = { .code = 0x258, .name = "Page-Reference Services" },
47 [DIAG_STAT_X304] = { .code = 0x304, .name = "Partition-Resource Service" },
48 [DIAG_STAT_X308] = { .code = 0x308, .name = "List-Directed IPL" },
56 static int show_diag_stat(struct seq_file *m, void *v) in show_diag_stat() argument
59 unsigned long n = (unsigned long) v - 1; in show_diag_stat()
64 seq_puts(m, " "); in show_diag_stat()
69 prec--; in show_diag_stat()
[all …]
/kernel/linux/linux-6.6/drivers/net/hamradio/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
11 input and speaker output).
17 To compile this driver as a module, choose M here: the module
27 microphone input and speaker output). This protocol can be used as
35 To compile this driver as a module, choose M here: the module
56 and the AX25-HOWTO, available from
60 To compile this driver as a module, choose M here: the module
75 bool "support for TRX that feedback the tx signal to rx"
91 ser12 design in full-duplex mode. In addition, it allows the
94 driver, "BAYCOM ser12 half-duplex driver for AX.25" is the old
[all …]
/kernel/linux/linux-6.6/drivers/input/touchscreen/
Dads7846.c1 // SPDX-License-Identifier: GPL-2.0-only
10 * - corgi_ts.c
11 * Copyright (C) 2004-2005 Richard Purdie
12 * - omap_ts.[hc], ads7846.h, ts_osk.c
22 #include <linux/input.h>
23 #include <linux/input/touchscreen.h>
39 * Support for ads7843 tested on Atmel at91sam926x-EK.
53 * note. The strength of filtering can be set in the board-* specific
76 * driver is used with DMA-based SPI controllers (like atmel_spi) on
77 * systems where main memory is not DMA-coherent (most non-x86 boards).
[all …]

12345678910>>...20