Home
last modified time | relevance | path

Searched +full:pci +full:- +full:based (Results 1 – 25 of 1063) sorted by relevance

12345678910>>...43

/Linux-v5.10/drivers/media/pci/mantis/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "Mantis/Hopper PCI bridge based devices"
4 depends on PCI && I2C && INPUT && RC_CORE
7 Support for PCI cards based on the Mantis and Hopper PCi bridge.
12 tristate "MANTIS based cards"
13 depends on MANTIS_CORE && DVB_CORE && PCI && I2C
25 Support for PCI cards based on the Mantis PCI bridge.
26 Say Y when you have a Mantis based DVB card and want to use it.
31 tristate "HOPPER based cards"
32 depends on MANTIS_CORE && DVB_CORE && PCI && I2C
[all …]
/Linux-v5.10/drivers/net/wireless/intersil/orinoco/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
4 depends on (PPC_PMAC || PCI || PCMCIA)
14 A driver for 802.11b wireless cards based on the "Hermes" or
17 - except for the Cisco/Aironet cards. Cards supported include the
21 MA401, LinkSys WPC-11, D-Link DWL-650, 3Com AirConnect, Intel
26 Hermes cards, PLX9052 based PCI adaptors or the Apple Airport below.
59 tristate "Apple Airport support (built-in)"
63 built into the Macintosh iBook and other recent PowerPC-based
65 a non-standard interface.
71 tristate "Hermes in PLX9052 based PCI adaptor support (Netgear MA301 etc.)"
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/pci/
Dbrcm,iproc-pcie.txt4 - compatible:
5 "brcm,iproc-pcie" for the first generation of PAXB based controller,
7 "brcm,iproc-pcie-paxb-v2" for the second generation of PAXB-based
9 "brcm,iproc-pcie-paxc" for the first generation of PAXC based
11 "brcm,iproc-pcie-paxc-v2" for the second generation of PAXC based
13 PAXB-based root complex is used for external endpoint devices. PAXC-based
15 - reg: base address and length of the PCIe controller I/O register space
16 - #interrupt-cells: set to <1>
17 - interrupt-map-mask and interrupt-map, standard PCI properties to define the
19 - linux,pci-domain: PCI domain ID. Should be unique for each host controller
[all …]
/Linux-v5.10/drivers/net/can/sja1000/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
10 tristate "EMS CPC-PCI, CPC-PCIe and CPC-104P Card"
11 depends on PCI
13 This driver is for the one, two or four channel CPC-PCI,
14 CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche
15 (http://www.ems-wuensche.de).
18 tristate "EMS CPC-CARD Card"
21 This driver is for the one or two channel CPC-CARD cards from
22 EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
26 depends on PCI
[all …]
Dplx_pci.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2008-2010 Pavel Cheblakov <P.B.Cheblakov@inp.nsk.su>
7 * Copyright (C) 2008 Markus Plessing <plessing@ems-wuensche.com>
8 * Copyright (C) 2008 Sebastian Haas <haas@ems-wuensche.com>
17 #include <linux/pci.h>
26 MODULE_DESCRIPTION("Socket-CAN driver for PLX90xx PCI-bridge cards with "
28 MODULE_SUPPORTED_DEVICE("Adlink PCI-7841/cPCI-7841, "
29 "Adlink PCI-7841/cPCI-7841 SE, "
30 "Marathon CAN-bus-PCI, "
31 "Marathon CAN-bus-PCIe, "
[all …]
/Linux-v5.10/drivers/mcb/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
13 FPGA based devices. It is used to identify MCB based IP-Cores within
21 tristate "PCI based MCB carrier"
23 depends on PCI
26 This is a MCB carrier on a PCI device. Both PCI attached on-board
30 If build as a module, the module is called mcb-pci.ko
33 tristate "LPC (non PCI) based MCB carrier"
37 This is a MCB carrier on a LPC or non PCI device.
39 If build as a module, the module is called mcb-lpc.ko
/Linux-v5.10/drivers/net/ethernet/chelsio/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
9 depends on PCI
22 depends on PCI
26 This driver supports Chelsio gigabit and 10-gigabit
37 Please send feedback to <linux-bugs@chelsio.com>.
46 Enables support for Chelsio's gigabit Ethernet PCI cards. If you
51 depends on PCI && INET
55 This driver supports Chelsio T3-based gigabit and 10Gb Ethernet
64 Please send feedback to <linux-bugs@chelsio.com>.
71 depends on PCI && (IPV6 || IPV6=n) && (TLS || TLS=n)
[all …]
/Linux-v5.10/Documentation/admin-guide/media/
Dpci-cardlist.rst1 .. SPDX-License-Identifier: GPL-2.0
3 PCI drivers
6 The PCI boards are identified by an identification called PCI ID. The PCI ID
9 - Vendor ID and device ID;
10 - Subsystem ID and Subsystem device ID;
12 The ``lspci -nn`` command allows identifying the vendor/device PCI IDs:
14 .. code-block:: none
15 :emphasize-lines: 3
17 $ lspci -nn
23 …02:02.0 Multimedia video controller [0400]: Conexant Systems, Inc. CX23418 Single-Chip MPEG-2 Enco…
[all …]
Dtechnisat.rst1 .. SPDX-License-Identifier: GPL-2.0
13 -----------------------------
19 .. code-block:: none
21 lspci -vvv for a PCI device (lsusb -vvv for an USB device) will show you for example:
29 -------------------
37 (except ``Simple tuner support`` for ATSC 3rd generation only -> see case 9 please).
41 - Main module part:
45 #) => ``Technisat/B2C2 Air/Sky/Cable2PC PCI`` (PCI card) or
50 - Frontend / Tuner / Demodulator module part:
55 - SkyStar DVB-S Revision 2.3:
[all …]
/Linux-v5.10/drivers/scsi/aic7xxx/
Daic7xxx_osm_pci.c2 * Linux driver attachment glue for PCI based controllers.
4 * Copyright (c) 2000-2001 Adaptec Inc.
18 * 3. Neither the names of the above-listed copyright holders nor the names
50 /* aic7850 based controllers */
52 /* aic7860 based controllers */
58 /* aic7870 based controllers */
65 /* aic7880 based controllers */
75 /* aic7890 based controllers */
83 /* aic7890 based controllers */
91 /* aic7892 based controllers */
[all …]
/Linux-v5.10/drivers/media/pci/ttpci/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
9 depends on DVB_CORE && PCI && I2C
22 Support for SAA7146 and AV7110 based DVB cards as produced
23 by Fujitsu-Siemens, Technotrend, Hauppauge and others.
55 tristate "SAA7146 DVB cards (aka Budget, Nova-PCI)"
56 depends on DVB_CORE && PCI && I2C
60 Support for simple SAA7146 based DVB cards
61 (so called Budget- or Nova-PCI cards) without onboard
81 Support for simple SAA7146 based DVB cards (so called Budget-
82 or Nova-PCI cards) without onboard MPEG2 decoder, and without
[all …]
/Linux-v5.10/Documentation/PCI/
Dmsi-howto.rst1 .. SPDX-License-Identifier: GPL-2.0
17 to change your driver to use MSI or MSI-X and some basic diagnostics to
27 The MSI capability was first specified in PCI 2.2 and was later enhanced
28 in PCI 3.0 to allow each interrupt to be masked individually. The MSI-X
29 capability was also introduced with PCI 3.0. It supports more interrupts
32 Devices may support both MSI and MSI-X, but only one can be enabled at
40 traditional pin-based interrupts.
42 Pin-based PCI interrupts are often shared amongst several devices.
47 When a device writes data to memory, then raises a pin-based interrupt,
49 arrived in memory (this becomes more likely with devices behind PCI-PCI
[all …]
/Linux-v5.10/arch/alpha/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
10 select DMA_OPS if PCI
12 select PCI_DOMAINS if PCI
13 select PCI_SYSCALL if PCI
24 select GENERIC_PCI_IOMAP if PCI
44 The Alpha is a 64-bit general-purpose processor designed and
46 now Hewlett-Packard. The Alpha Linux project has a home page at
97 Alcor/Alpha-XLT AS 600, AS 500, XL-300, XL-366
98 Alpha-XL XL-233, XL-266
108 LX164 AlphaPC164-LX
[all …]
/Linux-v5.10/drivers/pci/controller/dwc/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
3 menu "DesignWare PCI Core Support"
4 depends on PCI
34 host-specific features PCI_DRA7XX_HOST must be selected and in order
35 to enable device-specific features PCI_DRA7XX_EP must be selected.
49 host-specific features PCI_DRA7XX_HOST must be selected and in order
50 to enable device-specific features PCI_DRA7XX_EP must be selected.
57 bool "Platform bus based DesignWare PCIe Controller - Host mode"
58 depends on PCI && PCI_MSI_IRQ_DOMAIN
66 host-specific features PCIE_DW_PLAT_HOST must be selected and in
[all …]
/Linux-v5.10/drivers/net/wireless/realtek/rtl818x/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
6 tristate "Realtek 8180/8185/8187SE PCI support"
7 depends on MAC80211 && PCI
10 This is a driver for RTL8180, RTL8185 and RTL8187SE based cards.
11 These are PCI based chips found in cards such as:
14 A-Link WL54PC
19 Dlink DWL-610
20 Dlink DWL-510
22 Level-One WPC-0101
24 VCTnet PC-11B1
[all …]
/Linux-v5.10/drivers/net/ethernet/8390/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
24 Say Y here if you intend to attach an Asix AX88190-based PCMCIA
25 (PC-card) Fast Ethernet card to your computer. These cards are
55 This driver is for the Individual Computers X-Surf 100 Ethernet
56 card (based on the Asix AX88796 chip). If you have such a card,
73 tristate "I-cubed EtherH/ANT EtherM support"
81 tristate "Macintosh NS 8390 based ethernet cards"
85 If you want to include a driver to support Nubus or LC-PDS
89 tristate "ColdFire NS8390 based Ethernet support"
93 This driver is for Ethernet devices using an NS8390-compatible
[all …]
/Linux-v5.10/drivers/net/wireless/intersil/p54/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
8 This is common code for isl38xx/stlc45xx based modules.
9 This module does nothing by itself - the USB/PCI/SPI front-ends
22 This driver is for USB isl38xx based wireless cards.
30 tristate "Prism54 PCI support"
31 depends on P54_COMMON && PCI
33 This driver is for PCI isl38xx based wireless cards.
47 This driver is for stlc4550 or stlc4560 based wireless chips
57 Unlike the PCI or USB devices, the SPI variants don't have
/Linux-v5.10/drivers/media/pci/bt8xx/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
4 depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L2
18 Support for BT848 based frame grabber/overlay boards. This includes
20 <file:Documentation/admin-guide/media/bttv.rst> for more information.
26 tristate "DVB/ATSC Support for bt878 based TV cards"
27 depends on DVB_CORE && PCI && I2C && VIDEO_BT848
37 Support for PCI cards based on the Bt8xx PCI bridge. Examples are
43 only compressed MPEG data over the PCI bus, so you need
/Linux-v5.10/drivers/net/ethernet/amd/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
10 SUN3X || SBUS || PCI || ZORRO || (ISA && ISA_DMA_API) || \
35 tristate "AMD 8111 (new PCI LANCE) support"
36 depends on PCI
40 If you have an AMD 8111-based PCI LANCE ethernet card,
57 tristate "AMD PCnet32 PCI support"
58 depends on PCI
62 If you have a PCnet32 or PCnetPCI based network (Ethernet) card,
83 If you wish to compile a kernel for the EBSA-110, then you should
90 Say Y to include support for several Atari Ethernet adapters based
[all …]
/Linux-v5.10/drivers/isdn/hardware/mISDN/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
8 tristate "Support for HFC PCI cards"
10 depends on PCI
13 HFC PCI chip.
16 tristate "Support for HFC multiport cards (HFC-4S/8S/E1)"
17 depends on PCI || CPM1
23 * HFC-4S (4 S/T interfaces on one chip)
24 * HFC-8S (8 S/T interfaces on one chip)
25 * HFC-E1 (E1 interface for 2Mbit ISDN)
37 tristate "Support for HFC-S USB based TAs"
[all …]
/Linux-v5.10/drivers/scsi/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
24 If you want to use a SCSI hard disk, SCSI tape drive, SCSI CD-ROM or
65 comment "SCSI support type (disk, tape, CD-ROM)"
76 the IOMEGA ZIP drive, say Y and read the SCSI-HOWTO,
77 the Disk-HOWTO and the Multi-Disk-HOWTO, available from
79 CD-ROMs.
95 SCSI-HOWTO, available from
98 for SCSI CD-ROMs.
109 by SCSI, FireWire, USB or ATAPI, say Y and read the SCSI-HOWTO
110 and the CDROM-HOWTO at <http://www.tldp.org/docs.html#howto>.
[all …]
/Linux-v5.10/drivers/net/ethernet/dec/tulip/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
7 bool "DEC - Tulip devices"
8 depends on (PCI || EISA || CARDBUS)
10 This selects the "Tulip" family of EISA/PCI network cards.
15 tristate "Early DECchip Tulip (dc2104x) PCI support"
16 depends on PCI
20 cards and also works with cards based on the DECchip
21 21040 (Tulip series) chips. Some LinkSys PCI cards are
22 of this type. (If your card is NOT SMC EtherPower 10/100 PCI
43 tristate "DECchip Tulip (dc2114x) PCI support"
[all …]
/Linux-v5.10/drivers/staging/comedi/drivers/
D8255_pci.c1 // SPDX-License-Identifier: GPL-2.0+
3 * COMEDI driver for generic PCI based 8255 digital i/o boards
6 * Based on the tested adl_pci7296 driver written by:
11 * COMEDI - Linux Control and Measurement Device Interface
17 * Description: Generic PCI based 8255 Digital I/O boards
18 * Devices: [ADLink] PCI-7224 (adl_pci-7224), PCI-7248 (adl_pci-7248),
19 * PCI-7296 (adl_pci-7296),
20 * [Measurement Computing] PCI-DIO24 (cb_pci-dio24),
21 * PCI-DIO24H (cb_pci-dio24h), PCI-DIO48H (cb_pci-dio48h),
22 * PCI-DIO96H (cb_pci-dio96h),
[all …]
/Linux-v5.10/drivers/virtio/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
22 tristate "PCI driver for virtio devices"
23 depends on PCI
26 This driver provides support for virtio based paravirtual device
27 drivers over PCI. This requires that your VMM has appropriate PCI
28 virtio backends. Most QEMU based VMMs should support these devices
38 Virtio PCI Card 0.9.X Draft (circa 2014) and older device support.
42 If disabled, you get a slightly smaller, non-transitional driver,
57 This driver provides support for virtio based paravirtual
70 This driver provides access to virtio-pmem devices, storage devices
[all …]
/Linux-v5.10/drivers/net/ethernet/sis/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
9 depends on PCI
21 tristate "SiS 900/7016 PCI Fast Ethernet Adapter support"
22 depends on PCI
26 This is a driver for the Fast Ethernet PCI network cards based on
38 depends on PCI
42 Say Y here if you have a SiS 190 PCI Fast Ethernet adapter or
43 a SiS 191 PCI Gigabit Ethernet adapter. Both are expected to
44 appear in lan on motherboard designs which are based on SiS 965

12345678910>>...43