/linux-6.8/Documentation/ABI/testing/ |
D | sysfs-firmware-lefi-boardinfo | 7 and BIOS version when there exists problems related with 10 The related structures are already defined in the interface 18 Board Info 20 Board Name : LEMOTE-LS3A4000-7A1000-1w-V01-pc 25 Version : Kunlun-A1901-V4.1.3-20200414093938 27 Release Date : 2020-04-14
|
D | sysfs-c2port | 13 The /sys/class/c2port/c2portX/ directory is related to X-th 37 access to the on-board flash of the connected micro. 45 the on-board flash block size of the connected micro. 52 the on-board flash blocks number of the connected micro. 59 the content of the on-board flash of the connected micro. 66 the "erase" command on the on-board flash of the connected
|
/linux-6.8/include/sound/ |
D | soc-acpi.h | 1 /* SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2013-15, Intel Corporation. All rights reserved. 22 /* codec name is used in DAIs is i2c-<HID>:00 with HID being 8 chars */ 61 * @acpi_ipc_irq_index: used for BYT-CR detection 64 * @dmic_num: number of SoC- or chipset-attached PDM digital microphones 66 * @link_mask: SoundWire links enabled on the board 68 * @i2s_link_mask: I2S/TDM links enabled on the board 93 * snd_soc_acpi_endpoint - endpoint descriptor 96 * @group_position: zero-based order (only when @aggregated is 1) 97 * @group_id: platform-unique group identifier (only when @aggregrated is 1) [all …]
|
/linux-6.8/arch/powerpc/platforms/52xx/ |
D | mpc5200_simple.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Support for 'mpc5200-simple-platform' compatible boards. 13 * - GPIO pins are configured by the firmware, 14 * - CDM configuration (clocking) is setup correctly by firmware, 15 * - if the 'fsl,has-wdt' property is present in one of the 16 * gpt nodes, then it is safe to use such gpt to reset the board, 17 * - PCI is supported if enabled in the kernel configuration 21 * are listed in a 'board' table. 41 /* Some mpc5200 & mpc5200b related configuration */ in mpc5200_simple_setup_arch() 46 static const char *board[] __initdata = { variable [all …]
|
D | lite5200.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Freescale Lite5200 board support 34 { .compatible = "fsl,mpc5200-cdm", }, 35 { .compatible = "mpc5200-cdm", }, 40 { .compatible = "fsl,mpc5200-gpio", }, 41 { .compatible = "mpc5200-gpio", }, 49 * new board port, do *NOT* duplicate this code. Fix your boot firmware 68 out_8(&cdm->ext_48mhz_en, 0x00); in lite5200_fix_clock_config() 69 out_8(&cdm->fd_enable, 0x01); in lite5200_fix_clock_config() 70 if (in_be32(&cdm->rstcfg) & 0x40) /* Assumes 33Mhz clock */ in lite5200_fix_clock_config() [all …]
|
/linux-6.8/sound/soc/intel/common/ |
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> 91 .drv_name = "cht-bsw-rt5672", 93 .board = "cht-bsw", 94 .sof_tplg_filename = "sof-byt-rt5670.tplg", 101 .board = "bytcr_rt5651", 102 .sof_tplg_filename = "sof-byt-rt5651.tplg", 146 .board = "bytcr_rt5640", [all …]
|
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> 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 84 /* Lenovo Yoga Tab 3 Pro YT3-X90, codec missing from DSDT */ 88 DMI_MATCH(DMI_PRODUCT_VERSION, "Blade3-10A-001"), [all …]
|
/linux-6.8/drivers/iio/pressure/ |
D | hsc030pa_i2c.c | 1 // SPDX-License-Identifier: GPL-2.0-only 7 …-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/bo… 8 …-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/bo… 22 struct i2c_client *client = to_i2c_client(data->dev); in hsc_i2c_recv() 26 msg.addr = client->addr; in hsc_i2c_recv() 27 msg.flags = client->flags | I2C_M_RD; in hsc_i2c_recv() 29 msg.buf = data->buffer; in hsc_i2c_recv() 31 ret = i2c_transfer(client->adapter, &msg, 1); in hsc_i2c_recv() 38 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) in hsc_i2c_probe() 39 return -EOPNOTSUPP; in hsc_i2c_probe() [all …]
|
/linux-6.8/Documentation/driver-api/ |
D | mtdnand.rst | 10 The generic NAND driver supports almost all NAND and AG-AND based chips 15 board drivers or filesystem drivers suitable for NAND devices. 31 -------------------------- 37 - [MTD Interface] 43 - [NAND Interface] 48 - [GENERIC] 53 - [DEFAULT] 55 Default functions provide hardware related functionality which is 57 replaced by the board driver if necessary. Those functions are called 58 via pointers in the NAND chip description structure. The board driver [all …]
|
/linux-6.8/include/linux/ |
D | fsl_devices.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 * Definitions for any platform device related flags or structures for 17 PHY CLK to become stable - 10ms*/ 30 * Each sub-arch has its own master list of unique devices and 31 * enumerates them by enum fsl_devices in a sub-arch specific header 36 * information that may be defined by the board or how the device 40 * - platform data structures: <driver>_platform_data 41 * - platform data device flags: FSL_<driver>_DEV_<FLAG> 42 * - platform data board flags: FSL_<driver>_BRD_<FLAG> 47 FSL_USB_VER_NONE = -1, [all …]
|
/linux-6.8/Documentation/devicetree/bindings/mips/img/ |
D | pistachio-marduk.txt | 1 Imagination Technologies' Pistachio SoC based Marduk Board 4 Compatible string must be "img,pistachio-marduk", "img,pistachio" 6 Hardware and other related documentation is available at
|
/linux-6.8/Documentation/devicetree/bindings/power/reset/ |
D | atmel,sama5d2-shdwc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/power/reset/atmel,sama5d2-shdwc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Claudiu Beznea <claudiu.beznea@microchip.com> 14 and VDDCORE and the wake-up detection on debounced input lines. 19 - items: 20 - const: microchip,sama7g5-shdwc 21 - const: syscon 22 - enum: [all …]
|
/linux-6.8/drivers/net/ethernet/qlogic/qed/ |
D | qed_sriov.h | 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 3 * Copyright (c) 2015-2017 QLogic Corporation 4 * Copyright (c) 2019-2020 Marvell International Ltd. 17 #define IS_VF(cdev) ((cdev)->b_is_vf) 18 #define IS_PF(cdev) (!((cdev)->b_is_vf)) 19 #define IS_PF_SRIOV(p_hwfn) (!!((p_hwfn)->cdev->p_iov_info)) 25 #define IS_PF_SRIOV_ALLOC(p_hwfn) (!!((p_hwfn)->pf_iov_info)) 45 /* These copies will later be reflected in the bulletin board, 78 * and which queue_base to use for Tx queues on a per-queue basis. 86 * Initialized only if SR-IOV cpabability is exposed in PCIe config space. [all …]
|
/linux-6.8/Documentation/ABI/stable/ |
D | sysfs-driver-mlxreg-io | 1 What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/asic_health 6 0 - health failed, 2 - health OK, 3 - ASIC in booting state. 10 What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/cpld1_version 11 What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/cpld2_version 20 What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/fan_dir 25 forward direction - relevant bit is set 0; 26 reversed direction - relevant bit is set 1. 30 What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/cpld3_version 35 on LED or Gearbox board. 39 What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/jtag_enable [all …]
|
/linux-6.8/Documentation/admin-guide/media/ |
D | faq.rst | 1 .. SPDX-License-Identifier: GPL-2.0 14 a lot of information related to the media subsystem. If you 28 is closed). The ``dvb-core`` module parameter ``dvb_shutdown_timeout`` 37 tools and are grouped together with the ``v4l-utils`` git repository: 39 https://git.linuxtv.org/v4l-utils.git/ 48 for example the ``dvbv5-scan`` tool. You can find more information 51 https://www.linuxtv.org/wiki/index.php/Dvbv5-scan 70 https://git.linuxtv.org/dtv-scan-tables.git 88 list with a tool like ``dvbv5-scan``. 90 Almost all modern Digital TV cards don't have built-in hardware [all …]
|
/linux-6.8/Documentation/process/ |
D | contribution-maturity-model.rst | 1 .. SPDX-License-Identifier: GPL-2.0 22 To that end, the Linux Foundation Technical Advisory Board (TAB) 56 * Software Engineers will be supported to attend Linux-related 67 * Contributing presentations or papers to Linux-related or academic 86 * The number of out-of-tree commits present in internal kernels. 96 * Software Engineers are supported in helping to organize Linux-related
|
D | researcher-guidelines.rst | 1 .. SPDX-License-Identifier: GPL-2.0 21 acceptable and non-acceptable practices when conducting such research. At 22 the very least, such research and related activities should follow 27 * `History of Research Ethics <https://www.unlv.edu/research/ORI-HSR/history-ethics>`_ 29 * `Developer and Researcher Views on the Ethics of Experiments on Open-Source Projects <https://arx… 33 any publicly-available artifact (including, but not limited to source 35 on developers must be distinctly opt-in. 55 one-way demand placed on busy developers with no corresponding benefit to 92 plenty of known bugs -- what's much more helpful is having vetted fixes. 95 * Documentation/process/development-process.rst [all …]
|
/linux-6.8/Documentation/spi/ |
D | spi-summary.rst | 5 02-Feb-2012 8 ------------ 17 clocking modes through which data is exchanged; mode-0 and mode-3 are most 32 - SPI may be used for request/response style device protocols, as with 35 - It may also be used to stream data in either direction (half duplex), 38 - Some devices may use eight bit words. Others may use different word 39 lengths, such as streams of 12-bit or 20-bit digital samples. 41 - Words are usually sent with their most significant bit (MSB) first, 44 - Sometimes SPI is used to daisy-chain devices, like shift registers. 51 SPI is only one of the names used by such four-wire protocols, and [all …]
|
/linux-6.8/arch/arc/plat-sim/ |
D | platform.c | 1 // SPDX-License-Identifier: GPL-2.0-only 11 /*----------------------- Machine Descriptions ------------------------------ 13 * Machine description is simply a set of platform/board specific callbacks 14 * This is not directly related to DeviceTree based dynamic device creation,
|
/linux-6.8/drivers/media/usb/cx231xx/ |
D | cx231xx.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 cx231xx.h - driver for Conexant Cx23100/101/102 USB video capture devices 21 #include <media/drv-intf/cx2341x.h> 23 #include <media/videobuf2-vmalloc.h> 24 #include <media/v4l2-device.h> 25 #include <media/v4l2-ctrls.h> 26 #include <media/v4l2-fh.h> 27 #include <media/rc-core.h> 28 #include <media/i2c/ir-kbd-i2c.h> 30 #include "cx231xx-reg.h" [all …]
|
/linux-6.8/Documentation/devicetree/bindings/thermal/ |
D | db8500-thermal.txt | 1 * ST-Ericsson DB8500 Thermal 5 - compatible : "stericsson,db8500-thermal"; 6 - reg : address range of the thermal sensor registers; 7 - interrupts : interrupts generated from PRCMU; 8 - interrupt-names : "IRQ_HOTMON_LOW" and "IRQ_HOTMON_HIGH"; 9 - num-trips : number of total trip points, this is required, set it 0 if none, 11 - tripN-temp : temperature of trip point N, should be in ascending order; 12 - tripN-type : type of trip point N, should be one of "active" "passive" "hot" 14 - tripN-cdev-num : number of the cooling devices which can be bound to trip 17 - tripN-cdev-nameM : name of the No. M cooling device of trip point N; [all …]
|
/linux-6.8/drivers/staging/rtl8723bs/hal/ |
D | HalBtcOutSrc.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. 79 /* The following is some board information */ 193 /* BT Coex related */ 364 struct btc_bt_info btInfo; /* some bt info referenced by non-bt module */ 376 /* io related */ 385 /* read/write bb related */ 389 /* read/write rf related */ 393 /* fill h2c related */ 395 /* normal get/set related */
|
/linux-6.8/Documentation/devicetree/bindings/mfd/ |
D | gateworks-gsc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/mfd/gateworks-gsc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 Gateworks product families that provides a set of system related features 12 such as the following (refer to the board hardware user manuals to see what 14 - Watchdog Timer 15 - GPIO 16 - Pushbutton controller 17 - Hardware monitor with ADC's for temperature and voltage rails and [all …]
|
/linux-6.8/Documentation/driver-api/gpio/ |
D | legacy.rst | 8 prefix, or the related __gpio_* prefix. 13 A "General Purpose Input/Output" (GPIO) is a flexible software-controlled 17 (BGA) packages. Board schematics show which external hardware connects to 18 which GPIOs. Drivers can be written generically, so that board setup code 21 System-on-Chip (SOC) processors heavily rely on GPIOs. In some cases, every 22 non-dedicated pin can be configured as a GPIO; and most chips have at least 27 Most PC southbridges have a few dozen GPIO-capable pins (with only the BIOS 32 - Output values are writable (high=1, low=0). Some chips also have 34 value might be driven ... supporting "wire-OR" and similar schemes 37 - Input values are likewise readable (1, 0). Some chips support readback [all …]
|
/linux-6.8/drivers/net/ethernet/qlogic/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 38 bool "QLOGIC QLCNIC 83XX family SR-IOV Support" 55 mode of DCB is supported. PG and PFC values are related only 64 board temperature in Converged Ethernet devices 90 bool "QLogic QED 25/40/100Gb SR-IOV support"
|