| /kernel/linux/linux-5.10/sound/soc/intel/common/ |
| D | soc-acpi-intel-cht-match.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * soc-acpi-intel-cht-match.c - tables and support for CHT ACPI enumeration. 9 #include <sound/soc-acpi.h> 10 #include <sound/soc-acpi-intel-match.h> 16 static int cht_surface_quirk_cb(const struct dmi_system_id *id) in cht_surface_quirk_cb() argument 34 .id = "10EC5640", 35 .drv_name = "cht-bsw-rt5645", 37 .board = "cht-bsw", 38 .sof_fw_filename = "sof-cht.ri", 39 .sof_tplg_filename = "sof-cht-rt5645.tplg", [all …]
|
| D | soc-acpi-intel-byt-match.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * soc-acpi-intel-byt-match.c - tables and support for BYT ACPI enumeration. 9 #include <sound/soc-acpi.h> 10 #include <sound/soc-acpi-intel-match.h> 18 static int byt_thinkpad10_quirk_cb(const struct dmi_system_id *id) in byt_thinkpad10_quirk_cb() argument 24 static int byt_pov_p1006w_quirk_cb(const struct dmi_system_id *id) in byt_pov_p1006w_quirk_cb() argument 30 static int byt_aegex10_quirk_cb(const struct dmi_system_id *id) in byt_aegex10_quirk_cb() argument 71 /* Note 105b is Foxcon's USB/PCI vendor id */ 87 /* The Thinkapd 10 and Aegex 10 tablets have the same ID problem */ 89 .id = "10EC5640", [all …]
|
| /kernel/linux/linux-6.6/sound/soc/intel/avs/ |
| D | board_selection.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 // Copyright(c) 2021-2022 Intel Corporation. All rights reserved. 16 #include <sound/intel-nhlt.h> 17 #include <sound/soc-acpi.h> 18 #include <sound/soc-component.h> 23 MODULE_PARM_DESC(i2s_test, "Probe I2S test-board and skip all other I2S boards"); 57 if (mach->quirk_data == NULL) in dmi_match_quirk() 60 dmi_table = (struct dmi_system_id *)mach->quirk_data; in dmi_match_quirk() 72 /* supported I2S board codec configurations */ 75 .id = "INT343A", [all …]
|
| /kernel/linux/linux-6.6/sound/soc/intel/common/ |
| D | soc-acpi-intel-cht-match.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * soc-acpi-intel-cht-match.c - tables and support for CHT ACPI enumeration. 9 #include <sound/soc-acpi.h> 10 #include <sound/soc-acpi-intel-match.h> 16 static int cht_surface_quirk_cb(const struct dmi_system_id *id) in cht_surface_quirk_cb() argument 34 .id = "10EC5640", 35 .drv_name = "cht-bsw-rt5645", 37 .board = "cht-bsw", 38 .sof_tplg_filename = "sof-cht-rt5645.tplg", 79 * The Lenovo Yoga Tab 3 Pro YT3-X90, with Android factory OS has a buggy DSDT [all …]
|
| D | soc-acpi-intel-byt-match.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * soc-acpi-intel-byt-match.c - tables and support for BYT ACPI enumeration. 9 #include <sound/soc-acpi.h> 10 #include <sound/soc-acpi-intel-match.h> 17 static int byt_rt5672_quirk_cb(const struct dmi_system_id *id) in byt_rt5672_quirk_cb() argument 23 static int byt_pov_p1006w_quirk_cb(const struct dmi_system_id *id) in byt_pov_p1006w_quirk_cb() argument 64 /* Note 105b is Foxcon's USB/PCI vendor id */ 88 /* Various devices use an ACPI id of 10EC5640 while using a rt5672 codec */ 90 .id = "10EC5640", 91 .drv_name = "cht-bsw-rt5672", [all …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | zorro.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 3 * linux/zorro.h -- Amiga AutoConfig (Zorro) Bus Definitions 5 * Copyright (C) 1995--2003 Geert Uytterhoeven 19 * Each Zorro board has a 32-bit ID of the form 25 * mmmmmmmmmmmmmmmm 16-bit Manufacturer ID (assigned by CBM (sigh)) 26 * pppppppp 8-bit Product ID (assigned by manufacturer) 27 * eeeeeeee 8-bit Extended Product ID (currently only used 32 #define ZORRO_MANUF(id) ((id) >> 16) argument 33 #define ZORRO_PROD(id) (((id) >> 8) & 0xff) argument 34 #define ZORRO_EPC(id) ((id) & 0xff) argument [all …]
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | zorro.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 3 * linux/zorro.h -- Amiga AutoConfig (Zorro) Bus Definitions 5 * Copyright (C) 1995--2003 Geert Uytterhoeven 19 * Each Zorro board has a 32-bit ID of the form 25 * mmmmmmmmmmmmmmmm 16-bit Manufacturer ID (assigned by CBM (sigh)) 26 * pppppppp 8-bit Product ID (assigned by manufacturer) 27 * eeeeeeee 8-bit Extended Product ID (currently only used 32 #define ZORRO_MANUF(id) ((id) >> 16) argument 33 #define ZORRO_PROD(id) (((id) >> 8) & 0xff) argument 34 #define ZORRO_EPC(id) ((id) & 0xff) argument [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
| D | das1800.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Comedi driver for Keithley DAS-1700/DAS-1800 series boards 6 * COMEDI - Linux Control and Measurement Device Interface 14 * Devices: [Keithley Metrabyte] DAS-1701ST (das-1701st), 15 * DAS-1701ST-DA (das-1701st-da), DAS-1701/AO (das-1701ao), 16 * DAS-1702ST (das-1702st), DAS-1702ST-DA (das-1702st-da), 17 * DAS-1702HR (das-1702hr), DAS-1702HR-DA (das-1702hr-da), 18 * DAS-1702/AO (das-1702ao), DAS-1801ST (das-1801st), 19 * DAS-1801ST-DA (das-1801st-da), DAS-1801HC (das-1801hc), 20 * DAS-1801AO (das-1801ao), DAS-1802ST (das-1802st), [all …]
|
| D | ni_atmio.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Comedi driver for NI AT-MIO E series cards 5 * COMEDI - Linux Control and Measurement Device Interface 6 * Copyright (C) 1997-2001 David A. Schleef <ds@schleef.org> 11 * Description: National Instruments AT-MIO-E series 13 * Devices: [National Instruments] AT-MIO-16E-1 (ni_atmio), 14 * AT-MIO-16E-2, AT-MIO-16E-10, AT-MIO-16DE-10, AT-MIO-64E-3, 15 * AT-MIO-16XE-50, AT-MIO-16XE-10, AT-AI-16XE-10 20 * a supported board if the I/O base is left unspecified with comedi_config. 21 * However, many of the isapnp id numbers are unknown. If your board is not [all …]
|
| /kernel/linux/linux-6.6/drivers/comedi/drivers/ |
| D | das1800.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Comedi driver for Keithley DAS-1700/DAS-1800 series boards 6 * COMEDI - Linux Control and Measurement Device Interface 14 * Devices: [Keithley Metrabyte] DAS-1701ST (das-1701st), 15 * DAS-1701ST-DA (das-1701st-da), DAS-1701/AO (das-1701ao), 16 * DAS-1702ST (das-1702st), DAS-1702ST-DA (das-1702st-da), 17 * DAS-1702HR (das-1702hr), DAS-1702HR-DA (das-1702hr-da), 18 * DAS-1702/AO (das-1702ao), DAS-1801ST (das-1801st), 19 * DAS-1801ST-DA (das-1801st-da), DAS-1801HC (das-1801hc), 20 * DAS-1801AO (das-1801ao), DAS-1802ST (das-1802st), [all …]
|
| D | ni_atmio.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Comedi driver for NI AT-MIO E series cards 5 * COMEDI - Linux Control and Measurement Device Interface 6 * Copyright (C) 1997-2001 David A. Schleef <ds@schleef.org> 11 * Description: National Instruments AT-MIO-E series 13 * Devices: [National Instruments] AT-MIO-16E-1 (ni_atmio), 14 * AT-MIO-16E-2, AT-MIO-16E-10, AT-MIO-16DE-10, AT-MIO-64E-3, 15 * AT-MIO-16XE-50, AT-MIO-16XE-10, AT-AI-16XE-10 20 * a supported board if the I/O base is left unspecified with comedi_config. 21 * However, many of the isapnp id numbers are unknown. If your board is not [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
| D | core.c | 1 // SPDX-License-Identifier: ISC 3 * Copyright (c) 2005-2011 Atheros Communications Inc. 4 * Copyright (c) 2011-2017 Qualcomm Atheros, Inc. 5 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. 26 #include "wmi-ops.h" 53 MODULE_PARM_DESC(cryptmode, "Crypto mode: 0-hardware, 1-software"); 60 .id = QCA988X_HW_2_0_VERSION, 73 .board = QCA988X_HW_2_0_BOARD_DATA_FILE, 96 .id = QCA988X_HW_2_0_VERSION, 108 .board = QCA988X_HW_2_0_BOARD_DATA_FILE, [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
| D | core.c | 1 // SPDX-License-Identifier: ISC 3 * Copyright (c) 2005-2011 Atheros Communications Inc. 4 * Copyright (c) 2011-2017 Qualcomm Atheros, Inc. 5 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. 6 * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved. 16 #include <linux/nvmem-consumer.h> 28 #include "wmi-ops.h" 57 MODULE_PARM_DESC(cryptmode, "Crypto mode: 0-hardware, 1-software"); 65 .id = QCA988X_HW_2_0_VERSION, 78 .board = QCA988X_HW_2_0_BOARD_DATA_FILE, [all …]
|
| /kernel/linux/linux-5.10/drivers/parisc/ |
| D | eisa_enumerator.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * eisa_enumerator.c - provide support for EISA adapters in PA-RISC machines 36 * little-endian on the big-endian PAROSC */ 54 static void print_eisa_id(char *s, u_int32_t id) in print_eisa_id() argument 60 rev = id & 0xff; in print_eisa_id() 61 id >>= 8; in print_eisa_id() 62 device = id & 0xff; in print_eisa_id() 63 id >>= 8; in print_eisa_id() 65 vendor[2] = '@' + (id & 0x1f); in print_eisa_id() 66 id >>= 5; in print_eisa_id() [all …]
|
| /kernel/linux/linux-6.6/drivers/parisc/ |
| D | eisa_enumerator.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * eisa_enumerator.c - provide support for EISA adapters in PA-RISC machines 36 * little-endian on the big-endian PAROSC */ 54 static void print_eisa_id(char *s, u_int32_t id) in print_eisa_id() argument 60 rev = id & 0xff; in print_eisa_id() 61 id >>= 8; in print_eisa_id() 62 device = id & 0xff; in print_eisa_id() 63 id >>= 8; in print_eisa_id() 65 vendor[2] = '@' + (id & 0x1f); in print_eisa_id() 66 id >>= 5; in print_eisa_id() [all …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
| D | stargate2.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * linux/arch/arm/mach-pxa/stargate2.c 22 #include <linux/mtd/plat-ram.h> 25 #include <linux/platform_data/i2c-pxa.h> 36 #include <asm/mach-types.h> 45 #include <linux/platform_data/mmc-pxamci.h> 47 #include "pxa27x-udc.h" 80 /* 802.15.4 radio - driver out of mainline */ 92 /* SSP 3 - 802.15.4 radio */ 104 /* SSP 1 - to daughter boards */ [all …]
|
| /kernel/linux/linux-6.6/Documentation/networking/devlink/ |
| D | devlink-info.rst | 1 .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 7 The ``devlink-info`` mechanism enables device drivers to report device 10 The original motivation for the ``devlink-info`` API was twofold: 12 - making it possible to automate device and firmware management in a fleet 13 of machines in a vendor-independent fashion (see also 14 :ref:`Documentation/networking/devlink/devlink-flash.rst <devlink_flash>`); 15 - name the per component FW versions (as opposed to the crowded ethtool 18 ``devlink-info`` supports reporting multiple types of objects. Reporting driver 19 versions is generally discouraged - here, and via any other Linux API. 21 .. list-table:: List of top level info objects [all …]
|
| D | nfp.rst | 1 .. SPDX-License-Identifier: GPL-2.0 13 .. list-table:: Generic parameters implemented 15 * - Name 16 - Mode 17 * - ``fw_load_policy`` 18 - permanent 19 * - ``reset_dev_on_drv_probe`` 20 - permanent 27 .. list-table:: devlink info versions implemented 30 * - Name [all …]
|
| /kernel/linux/linux-5.10/Documentation/networking/devlink/ |
| D | devlink-info.rst | 1 .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 7 The ``devlink-info`` mechanism enables device drivers to report device 10 The original motivation for the ``devlink-info`` API was twofold: 12 - making it possible to automate device and firmware management in a fleet 13 of machines in a vendor-independent fashion (see also 14 :ref:`Documentation/networking/devlink/devlink-flash.rst <devlink_flash>`); 15 - name the per component FW versions (as opposed to the crowded ethtool 18 ``devlink-info`` supports reporting multiple types of objects. Reporting driver 19 versions is generally discouraged - here, and via any other Linux API. 21 .. list-table:: List of top level info objects [all …]
|
| D | nfp.rst | 1 .. SPDX-License-Identifier: GPL-2.0 13 .. list-table:: Generic parameters implemented 15 * - Name 16 - Mode 17 * - ``fw_load_policy`` 18 - permanent 19 * - ``reset_dev_on_drv_probe`` 20 - permanent 27 .. list-table:: devlink info versions implemented 30 * - Name [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/natsemi/ |
| D | macsonic.c | 1 // SPDX-License-Identifier: GPL-2.0 8 * a module again, and from the mac68k project, introduced more 32-bit cards 9 * and dhd's support for 16-bit cards. 21 * (C) 1995 by Andreas Busse (andy@waldorf-gmbh.de) 51 #include <linux/dma-mapping.h> 65 /* These should basically be bus-size and endian independent (since 68 #define SONIC_READ(reg) (nubus_readw(dev->base_addr + (reg * 4) \ 69 + lp->reg_offset)) 70 #define SONIC_WRITE(reg,val) (nubus_writew(val, dev->base_addr + (reg * 4) \ 71 + lp->reg_offset)) [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/natsemi/ |
| D | macsonic.c | 1 // SPDX-License-Identifier: GPL-2.0 8 * a module again, and from the mac68k project, introduced more 32-bit cards 9 * and dhd's support for 16-bit cards. 21 * (C) 1995 by Andreas Busse (andy@waldorf-gmbh.de) 51 #include <linux/dma-mapping.h> 65 /* These should basically be bus-size and endian independent (since 68 #define SONIC_READ(reg) (nubus_readw(dev->base_addr + (reg * 4) \ 69 + lp->reg_offset)) 70 #define SONIC_WRITE(reg,val) (nubus_writew(val, dev->base_addr + (reg * 4) \ 71 + lp->reg_offset)) [all …]
|
| /kernel/linux/linux-6.6/drivers/media/usb/go7007/ |
| D | go7007-usb.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2005-2006 Micronas USA Inc. 22 #include "go7007-priv.h" 29 /* #define GO7007_I2C_DEBUG */ /* for debugging the EZ-USB I2C adapter */ 36 * Pipes on EZ-USB interface: 37 * 0 snd - Control 38 * 0 rcv - Control 39 * 2 snd - Download firmware (control) 40 * 4 rcv - Read Interrupt (interrupt) 41 * 6 rcv - Read Video (bulk) [all …]
|
| /kernel/linux/linux-5.10/drivers/media/usb/go7007/ |
| D | go7007-usb.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2005-2006 Micronas USA Inc. 22 #include "go7007-priv.h" 29 /* #define GO7007_I2C_DEBUG */ /* for debugging the EZ-USB I2C adapter */ 36 * Pipes on EZ-USB interface: 37 * 0 snd - Control 38 * 0 rcv - Control 39 * 2 snd - Download firmware (control) 40 * 4 rcv - Read Interrupt (interrupt) 41 * 6 rcv - Read Video (bulk) [all …]
|
| /kernel/linux/linux-6.6/drivers/dio/ |
| D | dio.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Code to support devices on the DIO and DIO-II bus 9 * of the next unconfigured device found that matches the given device ID. 10 * Note that the deviceid parameter should be the encoded ID. 20 * Return a character string describing this board [might be "" if 22 * void dio_config_board(int scode) mark board as configured in the list 23 * void dio_unconfig_board(int scode) mark board as no longer configured 42 /* DIO-II range */ 43 { .name = "DIO-II mem", .start = 0x01000000, .end = 0x1fffffff } 52 /* We associate each numeric ID with an appropriate descriptive string [all …]
|