Searched +full:ati +full:- +full:exclude (Results 1 – 10 of 10) sorted by relevance
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/ |
| D | iqs626a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 13 The Azoteq IQS626A is a 14-channel capacitive touch controller that features 14 additional Hall-effect and inductive sensing capabilities. 19 - $ref: touchscreen/touchscreen.yaml# 31 "#address-cells": 34 "#size-cells": 37 azoteq,suspend-mode: [all …]
|
| /kernel/linux/linux-5.10/sound/pci/ |
| D | atiixp_modem.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * ALSA driver for ATI IXP 150/200/250 AC97 modem controllers 24 MODULE_DESCRIPTION("ATI IXP MC97 controller"); 26 MODULE_SUPPORTED_DEVICE("{{ATI,IXP150/200/250}}"); 28 static int index = -2; /* Exclude the first card */ 33 MODULE_PARM_DESC(index, "Index value for ATI IXP controller."); 35 MODULE_PARM_DESC(id, "ID string for ATI IXP controller."); 215 int ac97_pcm_type; /* index # of ac97_pcm to access, -1 = not used */ 219 * ATI IXP chip 251 { PCI_VDEVICE(ATI, 0x434d), 0 }, /* SB200 */ [all …]
|
| D | bt87x.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * bt87x.c - Brooktree Bt878/Bt879 driver for ALSA 29 static int index[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = -2}; /* Exclude the first card */ 72 #define CTL_PKTP_4 (0 << 2) /* packet mode FIFO trigger point - 4 DWORDs */ 95 #define CTL_A_PWRDN (1 << 26) /* analog audio power-down */ 133 #define MAX_RISC_SIZE ((1 + 255 + (PAGE_ALIGN(255 * 4092) / PAGE_SIZE - 1) + 1 + 1) * 8) 205 return readl(chip->mmio + reg); in snd_bt87x_readl() 210 writel(value, chip->mmio + reg); in snd_bt87x_writel() 219 if (chip->dma_risc.area == NULL) { in snd_bt87x_create_risc() 220 if (snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, &chip->pci->dev, in snd_bt87x_create_risc() [all …]
|
| /kernel/linux/linux-6.6/sound/pci/ |
| D | atiixp_modem.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * ALSA driver for ATI IXP 150/200/250 AC97 modem controllers 24 MODULE_DESCRIPTION("ATI IXP MC97 controller"); 27 static int index = -2; /* Exclude the first card */ 32 MODULE_PARM_DESC(index, "Index value for ATI IXP controller."); 34 MODULE_PARM_DESC(id, "ID string for ATI IXP controller."); 214 int ac97_pcm_type; /* index # of ac97_pcm to access, -1 = not used */ 218 * ATI IXP chip 250 { PCI_VDEVICE(ATI, 0x434d), 0 }, /* SB200 */ 251 { PCI_VDEVICE(ATI, 0x4378), 0 }, /* SB400 */ [all …]
|
| D | bt87x.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * bt87x.c - Brooktree Bt878/Bt879 driver for ALSA 27 static int index[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = -2}; /* Exclude the first card */ 70 #define CTL_PKTP_4 (0 << 2) /* packet mode FIFO trigger point - 4 DWORDs */ 93 #define CTL_A_PWRDN (1 << 26) /* analog audio power-down */ 131 #define MAX_RISC_SIZE ((1 + 255 + (PAGE_ALIGN(255 * 4092) / PAGE_SIZE - 1) + 1 + 1) * 8) 203 return readl(chip->mmio + reg); in snd_bt87x_readl() 208 writel(value, chip->mmio + reg); in snd_bt87x_writel() 217 if (chip->dma_risc.area == NULL) { in snd_bt87x_create_risc() 218 if (snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, &chip->pci->dev, in snd_bt87x_create_risc() [all …]
|
| /kernel/linux/linux-6.6/drivers/input/misc/ |
| D | iqs626a.c | 1 // SPDX-License-Identifier: GPL-2.0+ 8 * inductive keys as well as Hall-effect switches, and one for a trackpad that 227 .name = "event-prox", 233 .name = "event-prox-alt", 240 .name = "event-touch", 246 .name = "event-touch-alt", 253 .name = "event-deep", 259 .name = "event-deep-alt", 367 .name = "ulp-0", 378 .name = "trackpad-3x2", [all …]
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/ |
| D | kernel-parameters.txt | 5 force -- enable ACPI if default was off 6 on -- enable ACPI but allow fallback to DT [arm64,riscv64] 7 off -- disable ACPI if default was on 8 noirq -- do not use ACPI for IRQ routing 9 strict -- Be less tolerant of platforms that are not 11 rsdt -- prefer RSDT over (default) XSDT 12 copy_dsdt -- copy DSDT to memory 26 If set to vendor, prefer vendor-specific driver 58 Documentation/firmware-guide/acpi/debug.rst for more information about 116 Format: <byte> or <bitmap-list> [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | kernel-parameters.txt | 5 force -- enable ACPI if default was off 6 on -- enable ACPI but allow fallback to DT [arm64] 7 off -- disable ACPI if default was on 8 noirq -- do not use ACPI for IRQ routing 9 strict -- Be less tolerant of platforms that are not 11 rsdt -- prefer RSDT over (default) XSDT 12 copy_dsdt -- copy DSDT to memory 26 If set to vendor, prefer vendor-specific driver 58 Documentation/firmware-guide/acpi/debug.rst for more information about 121 Disable auto-serialization of AML methods [all …]
|
| /kernel/linux/linux-6.6/drivers/pci/ |
| D | quirks.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * This file contains work-arounds for many known PCI hardware bugs. 5 * should be handled in arch-specific code. 20 #include <linux/isa-dma.h> /* isa_dma_bridge_buggy */ 91 int ret = -ENOTTY; in pcie_failed_link_retrain() 94 !pcie_cap_has_lnkctl2(dev) || !dev->link_active_reporting) in pcie_failed_link_retrain() 103 pci_info(dev, "broken device, retraining non-functional downstream link at 2.5GT/s\n"); in pcie_failed_link_retrain() 170 if ((f->class == (u32) (dev->class >> f->class_shift) || in pci_do_fixups() 171 f->class == (u32) PCI_ANY_ID) && in pci_do_fixups() 172 (f->vendor == dev->vendor || in pci_do_fixups() [all …]
|
| /kernel/linux/linux-5.10/drivers/pci/ |
| D | quirks.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * This file contains work-arounds for many known PCI hardware bugs. 5 * should be handled in arch-specific code. 64 if ((f->class == (u32) (dev->class >> f->class_shift) || in pci_do_fixups() 65 f->class == (u32) PCI_ANY_ID) && in pci_do_fixups() 66 (f->vendor == dev->vendor || in pci_do_fixups() 67 f->vendor == (u16) PCI_ANY_ID) && in pci_do_fixups() 68 (f->device == dev->device || in pci_do_fixups() 69 f->device == (u16) PCI_ANY_ID)) { in pci_do_fixups() 72 hook = offset_to_ptr(&f->hook_offset); in pci_do_fixups() [all …]
|