Home
last modified time | relevance | path

Searched +full:9 +full:- +full:series (Results 1 – 25 of 462) sorted by relevance

12345678910>>...19

/linux-6.12.1/Documentation/devicetree/bindings/clock/
Drenesas,9series.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/renesas,9series.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas 9-series I2C PCIe clock generators
10 The Renesas 9-series are I2C PCIe clock generators providing
16 - 9FGV0241:
17 0 -- DIF0
18 1 -- DIF1
19 - 9FGV0441:
[all …]
/linux-6.12.1/drivers/clk/
Dclk-renesas-pcie.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Driver for Renesas 9-series PCIe clock generator driver
5 * The following series can be supported:
6 * - 9FGV/9DBV/9DMV/9FGL/9DML/9QXL/9SQ
8 * - 9FGV0241
9 * - 9FGV0441
10 * - 9FGV0841
15 #include <linux/clk-provider.h>
56 /* Structure to describe features of a particular 9-series model */
74 * Renesas 9-series i2c regmap
[all …]
DKconfig1 # SPDX-License-Identifier: GPL-2.0
40 Supports the clocking subsystem of the WM831x/2x series of
59 Low-Noise JESD204B Compliant Clock Jitter Cleaner With Dual Loop PLLs
88 These multi-function devices have two fixed-rate oscillators, clocked at 32KHz each.
98 multi-function device has one fixed-rate oscillator, clocked
129 be pre-programmed to support other configurations and features not yet
178 This driver supports TI CDCE706 programmable 3-PLL clock synthesizer.
196 For example, the CDCE925 contains two PLLs with spread-spectrum
206 tristate "Clock driver for CS2000 Fractional-N Clock Synthesizer & Clock Multiplier"
277 The G4 and G5 series, including the ast2400 and ast2500, are supported
[all …]
/linux-6.12.1/drivers/comedi/drivers/
Dni_stc.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Register descriptions for NI DAQ-STC chip
5 * COMEDI - Linux Control and Measurement Device Interface
6 * Copyright (C) 1998-9 David A. Schleef <ds@schleef.org>
11 * DAQ-STC Technical Reference Manual
21 * Registers in the National Instruments DAQ-STC chip
31 #define NISTC_INTA_ACK_AI_START1 BIT(9)
51 #define NISTC_INTB_ACK_AO_START1 BIT(9)
75 #define NISTC_AI_CMD2_SI_SW_ON_SC_TC BIT(9)
90 #define NISTC_AO_CMD2_UI_SW_ON_BC_TC BIT(9)
[all …]
/linux-6.12.1/drivers/eisa/
Deisa.ids6 # Marc Zyngier <maz@wild-wind.fr.eu.org>
10 ABP0510 "Advansys ABP-510 ISA SCSI Host Adapter"
11 ABP0540 "Advansys ABP-540/542 ISA SCSI Host Adapter"
12 ABP7401 "AdvanSys ABP-740/742 EISA Single Channel SCSI Host Adapter"
13 ABP7501 "AdvanSys ABP-750/752 EISA Dual Channel SCSI Host Adapter"
14 ACC1200 "ACCTON EtherCombo-32 Ethernet Adapter"
15 ACC120A "ACCTON EtherCombo-32 Ethernet Adapter"
25 ACE7010 "ACME Multi-Function Board"
39 ACR1711 "AcerFrame 1000 486/33 SYSTEM-2"
41 ACR3211 "AcerFrame 3000MP 486 SYSTEM-1"
[all …]
/linux-6.12.1/drivers/scsi/
Dmyrs.h1 /* SPDX-License-Identifier: GPL-2.0 */
5 * This driver supports the newer, SCSI-based firmware interface only.
10 * Copyright 1998-2001 by Leonard N. Zubkoff <lnz@dandelion.com>
109 } __packed mem_type:5; /* Byte 0 Bits 0-4 */
172 unsigned short bus_speed_mhz; /* Bytes 4-5 */
176 unsigned char rsvd3[7]; /* Bytes 9-15 */
177 unsigned char bus_name[16]; /* Bytes 16-31 */
178 unsigned char ctlr_name[16]; /* Bytes 32-47 */
179 unsigned char rsvd4[16]; /* Bytes 48-63 */
191 unsigned char rsvd5[3]; /* Bytes 73-75 */
[all …]
Dmyrb.h1 /* SPDX-License-Identifier: GPL-2.0 */
8 * Copyright 1998-2001 by Leonard N. Zubkoff <lnz@dandelion.com>
24 #define MYRB_BLKSIZE_BITS 9
164 unsigned int rsvd1:24; /* Bytes 1-3 */
165 unsigned int ldev_sizes[32]; /* Bytes 4-131 */
166 unsigned short flash_age; /* Bytes 132-133 */
170 unsigned char rsvd2:6; /* Byte 134 Bits 2-7 */
189 unsigned short ev_seq; /* Bytes 142-143 */
191 unsigned int rsvd5:24; /* Bytes 145-147 */
196 unsigned char rsvd7:3; /* Byte 151 Bits 0-2 */
[all …]
/linux-6.12.1/drivers/net/wireless/ath/ath5k/
Ddesc.h2 * Copyright (c) 2004-2008 Reyk Floeter <reyk@openbsd.org>
3 * Copyright (c) 2006-2008 Nick Kossifidis <mickflemm@gmail.com>
24 * struct ath5k_hw_rx_ctl - Common hardware RX control descriptor
38 * struct ath5k_hw_rx_status - Common hardware RX status descriptor
71 #define AR5K_5210_RX_DESC_STATUS1_KEY_INDEX_S 9
97 #define AR5K_5212_RX_DESC_STATUS1_KEY_INDEX_S 9
105 * enum ath5k_phy_error_code - PHY Error codes
151 * struct ath5k_hw_2w_tx_ctl - 5210/5211 hardware 2-word TX control descriptor
168 #define AR5K_2W_TX_DESC_CTL0_VEOL_5211 0x00800000 /* [5211] virtual end-of-list */
173 (ah->ah_version == AR5K_AR5210 ? \
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/
Dxilinx-xadc.txt3 This binding document describes the bindings for the Xilinx 7 Series XADC as well
6 The Xilinx XADC is an ADC that can be found in the Series 7 FPGAs from Xilinx.
10 on all series 7 platforms and is a softmacro with a AXI interface. This binding
22 - compatible: Should be one of
23 * "xlnx,zynq-xadc-1.00.a": When using the ZYNQ device
25 * "xlnx,axi-xadc-1.00.a": When using the axi-xadc pcore to
27 * "xlnx,system-management-wiz-1.3": When using the
30 - reg: Address and length of the register set for the device
31 - interrupts: Interrupt for the XADC control interface.
32 - clocks: When using the ZYNQ this must be the ZYNQ PCAP clock,
[all …]
/linux-6.12.1/Documentation/admin-guide/media/
Dtuner-cardlist.rst1 .. SPDX-License-Identifier: GPL-2.0
18 9 Alps HSBH1
34 25 LG PAL_I+FM (TAPC-I001D)
35 26 LG PAL_I (TAPC-I701D)
46 37 LG PAL (newer TAPC series)
48 39 LG NTSC (newer TAPC series)
49 40 HITACHI V7-J180AT
56 47 LG NTSC (TAPE series)
60 51 Philips PAL/SECAM_D (FM 1256 I-H3)
67 58 Ymec TVision TVF-8531MF/8831MF/8731MF
[all …]
/linux-6.12.1/drivers/leds/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
56 See Documentation/ABI/testing/sysfs-class-led for details.
65 This option enables support for on-chip LED drivers found on Marvell
72 This option enables support for the AN30259A 3-channel
76 will be called leds-an30259a.
86 If you're looking for APU2/3, use the pcengines-apu2 driver.
90 module will be called leds-apu.
112 - AW20036 (3x12) 36 LEDs
113 - AW20054 (6x9) 54 LEDs
114 - AW20072 (6x12) 72 LEDs
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/input/touchscreen/
Dhynitron,cstxxx.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Hynitron cstxxx series touchscreen controller
10 Bindings for Hynitron cstxxx series multi-touch touchscreen
14 - Chris Morgan <macromorgan@hotmail.com>
17 - $ref: touchscreen.yaml#
22 - hynitron,cst340
30 reset-gpios:
33 touchscreen-size-x: true
[all …]
Dcypress,tt21000.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
9 description: The Cypress TT21000 series (also known as "CYTTSP5" after
10 the marketing name Cypress TrueTouch Standard Product series 5).
13 - Alistair Francis <alistair@alistair23.me>
16 - $ref: touchscreen.yaml#
25 '#address-cells':
28 '#size-cells':
34 vdd-supply:
[all …]
/linux-6.12.1/Documentation/scsi/
Dsmartpqi.rst1 .. SPDX-License-Identifier: GPL-2.0
4 SMARTPQI - Microchip Smart Storage SCSI driver
12 The smartpqi driver will replace the aacraid driver for Adaptec Series 9
13 controllers. Customers running an older kernel (Pre-4.9) using an Adaptec
14 Series 9 controller will have to configure the smartpqi driver or their
22 - http://www.t10.org/drafts.htm
23 - http://www.t10.org/members/w_pqi2.htm
33 ------------------------
34 - /sys/class/scsi_host/host*/rescan
35 - /sys/class/scsi_host/host*/driver_version
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dfsl,spdif.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Shengjiu Wang <shengjiu.wang@nxp.com>
20 - fsl,imx35-spdif
21 - fsl,vf610-spdif
22 - fsl,imx6sx-spdif
23 - fsl,imx8qm-spdif
24 - fsl,imx8qxp-spdif
25 - fsl,imx8mq-spdif
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/soc/imx/
Dimx8m-soc.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/soc/imx/imx8m-soc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP i.MX8M Series SoC
10 - Alice Guo <alice.guo@nxp.com>
13 NXP i.MX8M series SoCs contain fuse entries from which SoC Unique ID can be
21 - fsl,imx8mm
22 - fsl,imx8mn
23 - fsl,imx8mp
[all …]
/linux-6.12.1/drivers/media/rc/keymaps/
Drc-behold.c1 // SPDX-License-Identifier: GPL-2.0+
2 // behold.h - Keytable for behold Remote Controller
4 // keymap imported from ir-keymaps.c
8 #include <media/rc-map.h>
15 * Keytable is used by BeholdTV 60x series, M6 series at
17 * The "ascii-art picture" below (in comments, first row
38 * 7 8 9 *
138 MODULE_DESCRIPTION("BeholdTV 60x series remote controller keytable");
/linux-6.12.1/arch/arm/boot/dts/samsung/
Dexynos5.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 * Samsung's Exynos5 SoC series common device tree source
5 * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
8 * Samsung's Exynos5 SoC series device nodes are listed in this file. Particular
9 * SoCs from Exynos5 series can include this file and provide values for SoCs
13 #include <dt-bindings/interrupt-controller/arm-gic.h>
14 #include <dt-bindings/interrupt-controller/irq.h>
17 interrupt-parent = <&gic>;
18 #address-cells = <1>;
19 #size-cells = <1>;
[all …]
/linux-6.12.1/Documentation/maintainer/
Drebasing-and-merging.rst1 .. SPDX-License-Identifier: GPL-2.0
8 Git source-code management system. Git is a powerful tool with a lot of
25 "Rebasing" is the process of changing the history of a series of commits
30 - Changing the parent (starting) commit upon which a series of patches is
36 - Changing the history of a set of patches by fixing (or deleting) broken
48 - History that has been exposed to the world beyond your private system
54 That said, there are always exceptions. Some trees (linux-next being
61 - Do not rebase a branch that contains history created by others. If you
67 - Do not reparent a tree without a good reason to do so. Just being on a
71 - If you must reparent a repository, do not pick some random kernel commit
[all …]
/linux-6.12.1/drivers/video/fbdev/sis/
Dinitdef.h6 * Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria
23 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
56 #define IS_SIS330 (SiS_Pr->ChipType == SIS_330)
57 #define IS_SIS550 (SiS_Pr->ChipType == SIS_550)
58 #define IS_SIS650 (SiS_Pr->ChipType == SIS_650) /* All versions, incl 651, M65x */
59 #define IS_SIS740 (SiS_Pr->ChipType == SIS_740)
60 #define IS_SIS651 (SiS_Pr->SiS_SysFlags & (SF_Is651 | SF_Is652))
61 #define IS_SISM650 (SiS_Pr->SiS_SysFlags & (SF_IsM650 | SF_IsM652 | SF_IsM653))
63 #define IS_SIS661 (SiS_Pr->ChipType == SIS_661)
64 #define IS_SIS741 (SiS_Pr->ChipType == SIS_741)
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Dqcom,spmi-pmic.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/mfd/qcom,spmi-pmic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm SPMI PMICs multi-function device
10 Some Qualcomm PMICs used with the Snapdragon series SoCs are interfaced
13 16-bit SPMI peripheral address space into 256 smaller fixed-size regions, 256 bytes
14 each. A function can consume one or more of these fixed-size register regions.
16 The Qualcomm SPMI series includes the PM8941, PM8841, PMA8084, PM8998 and other
24 - Stephen Boyd <sboyd@kernel.org>
[all …]
/linux-6.12.1/Documentation/admin-guide/auxdisplay/
Dcfag12864b.rst7 :Date: 2006-10-27
19 ---------------------
25 ---------------------
28 :Device Name: Crystalfontz 12864b LCD Series
45 ---------
47 The cfag12864b LCD Series don't have official wiring.
55 Strobe ( 1)------------------------------(17) Enable
56 Data 0 ( 2)------------------------------( 4) Data 0
57 Data 1 ( 3)------------------------------( 5) Data 1
58 Data 2 ( 4)------------------------------( 6) Data 2
[all …]
/linux-6.12.1/drivers/media/i2c/
Dks0127.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 * for the Matrox Marvel G200,G400 and Rainbow Runner-G series
23 #define KS_INPUT_SVIDEO_2 9
/linux-6.12.1/Documentation/devicetree/bindings/pci/
Dintel,ixp4xx-pci.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pci/intel,ixp4xx-pci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
12 description: PCI host controller found in the Intel IXP4xx SoC series.
15 - $ref: /schemas/pci/pci-host-bridge.yaml#
20 - enum:
21 - intel,ixp42x-pci
22 - intel,ixp43x-pci
[all …]
/linux-6.12.1/Documentation/driver-api/mei/
Dnfc.rst1 .. SPDX-License-Identifier: GPL-2.0
4 -------
6 Some Intel 8 and 9 Series chipsets support NFC devices connected behind
12 .. kernel-render:: DOT
17 cl_nfc -> me_cl_nfc;
18 "drivers/nfc/mei_phy" -> cl_nfc [lhead=bus];
19 "drivers/nfc/microread/mei" -> cl_nfc;
20 "drivers/nfc/microread/mei" -> "drivers/nfc/mei_phy";
21 "drivers/nfc/pn544/mei" -> cl_nfc;
22 "drivers/nfc/pn544/mei" -> "drivers/nfc/mei_phy";
[all …]

12345678910>>...19