/linux-6.8/Documentation/devicetree/bindings/display/ |
D | xylon,logicvc-display.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/display/xylon,logicvc-display.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Paul Kocialkowski <paul.kocialkowski@bootlin.com> 14 The Xylon LogiCVC is a display controller that supports multiple layers. 16 with Xilinx Zynq-7000 SoCs and Xilinx FPGAs. 20 synthesis time. As a result, many of the device-tree bindings are meant to 24 Layers are declared in the "layers" sub-node and have dedicated configuration. 32 - xylon,logicvc-3.02.a-display [all …]
|
/linux-6.8/drivers/gpu/drm/logicvc/ |
D | logicvc_of.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Copyright (C) 2019-2022 Bootlin 14 { "lvds-4bits", LOGICVC_DISPLAY_INTERFACE_LVDS_4BITS }, 15 { "lvds-3bits", LOGICVC_DISPLAY_INTERFACE_LVDS_3BITS }, 40 .name = "xylon,display-interface", 48 .name = "xylon,display-colorspace", 56 .name = "xylon,display-depth", 60 .name = "xylon,row-stride", 67 .name = "xylon,background-layer", 71 .name = "xylon,layers-configurable", [all …]
|
/linux-6.8/Documentation/mm/damon/ |
D | design.rst | 1 .. SPDX-License-Identifier: GPL-2.0 13 The monitoring-related information including the monitoring request 14 specification and DAMON-based operation schemes are stored in a data structure 23 DAMON subsystem is configured with three layers including 25 - Operations Set: Implements fundamental operations for DAMON that depends on 26 the given monitoring target address-space and available set of 28 - Core: Implements core logics including monitoring overhead/accurach control 29 and access-aware system operations on top of the operations set layer, and 30 - Modules: Implements kernel modules for various purposes that provides 34 Configurable Operations Set [all …]
|
/linux-6.8/drivers/net/wireless/ath/ath6kl/ |
D | hif.h | 2 * Copyright (c) 2004-2011 Atheros Communications Inc. 42 #define HIF_MBOX_END_ADDR (HTC_MAILBOX_NUM_MAX * HIF_MBOX_WIDTH - 1) 55 /* mode to enable special 4-bit interrupt assertion without clock */ 92 * emode - This indicates the whether the command is to be executed in a 93 * blocking or non-blocking fashion (HIF_SYNCHRONOUS/ 107 * dmode - An interface may support different kinds of commands based on 112 * configurable at compile time using the HIF_BLOCK_SIZE and is 121 * amode - This indicates if the address has to be incremented on ATH6KL 191 /* bounce buffer for upper layers to copy to/from */
|
/linux-6.8/Documentation/process/ |
D | 4.Coding.rst | 6 While there is much to be said for a solid and community-oriented design 19 --------- 25 :ref:`Documentation/process/coding-style.rst <codingstyle>`. For much of 38 strangely-formatted code. 43 giving up a degree of control in a number of ways - including control over 49 as a way of getting their name into the kernel changelogs - or both. But 59 80-column limit, for example), just do it. 61 Note that you can also use the ``clang-format`` tool to help you with 62 these rules, to quickly re-format parts of your code automatically, 66 See the file :ref:`Documentation/process/clang-format.rst <clangformat>` [all …]
|
/linux-6.8/Documentation/core-api/ |
D | genericirq.rst | 7 :Copyright: |copy| 2005-2010: Thomas Gleixner 8 :Copyright: |copy| 2005-2006: Ingo Molnar 29 __do_IRQ() super-handler, which is able to deal with every type of 36 - Level type 38 - Edge type 40 - Simple type 44 - Fast EOI type 46 In the SMP world of the __do_IRQ() super-handler another type was 49 - Per CPU type 51 This split implementation of high-level IRQ handlers allows us to [all …]
|
/linux-6.8/include/linux/ |
D | scmi_protocol.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 * Copyright (C) 2018-2021 ARM Ltd. 21 * struct scmi_revision_info - version information structure 30 * @impl_ver: A vendor-specific implementation version. 32 * @sub_vendor_id: A sub-vendor identifier(Null terminated ASCII string) 76 * struct scmi_clk_proto_ops - represents the various operations provided 121 * struct scmi_perf_proto_ops - represents the various operations provided 171 * struct scmi_power_proto_ops - represents the various operations provided 184 #define SCMI_POWER_STATE_ID_MASK (BIT(28) - 1) 197 * struct scmi_sensor_reading - represent a timestamped read [all …]
|
/linux-6.8/Documentation/admin-guide/pm/ |
D | cpufreq.rst | 1 .. SPDX-License-Identifier: GPL-2.0 20 Operating Performance Points or P-states (in ACPI terminology). As a rule, 24 time (or the more power is drawn) by the CPU in the given P-state. Therefore 29 as possible and then there is no reason to use any P-states different from the 30 highest one (i.e. the highest-performance frequency/voltage configuration 38 put into different P-states. 41 capacity, so as to decide which P-states to put the CPUs into. Of course, since 52 (CPU Frequency scaling) subsystem that consists of three layers of code: the 64 information on the available P-states (or P-state ranges in some cases) and 65 access platform-specific hardware interfaces to change CPU P-states as requested [all …]
|
/linux-6.8/drivers/gpu/drm/xlnx/ |
D | zynqmp_dp.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2017 - 2020 Xilinx, Inc. 8 * - Hyun Woo Kwon <hyun.kwon@xilinx.com> 9 * - Laurent Pinchart <laurent.pinchart@ideasonboard.com> 241 * struct zynqmp_dp_link_config - Common link config between source and sink 251 * struct zynqmp_dp_mode - Configured mode of DisplayPort 265 * struct zynqmp_dp_config - Configuration of DisplayPort from DTS 277 * struct zynqmp_dp - Xilinx DisplayPort core 328 writel(val, dp->iomem + offset); in zynqmp_dp_write() 333 return readl(dp->iomem + offset); in zynqmp_dp_read() [all …]
|
/linux-6.8/net/ipv4/ |
D | icmp.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 46 * the rates sysctl configurable. 48 * - IP option length was accounted wrongly 49 * - ICMP header length was not accounted 56 * - Should use skb_pull() instead of all the manual checking. 57 * This would also greatly simply some upper layer error handlers. --AK 204 if (unlikely(!spin_trylock(&sk->sk_lock.slock))) { in icmp_xmit_lock() 217 spin_unlock(&sk->sk_lock.slock); in icmp_xmit_unlock() 232 * icmp_global_allow - Are we allowed to send one more ICMP message ? 248 delta = min_t(u32, now - READ_ONCE(icmp_global.stamp), HZ); in icmp_global_allow() [all …]
|
/linux-6.8/Documentation/networking/device_drivers/can/ctu/ |
D | ctucanfd-driver.rst | 1 .. SPDX-License-Identifier: GPL-2.0-or-later 10 ------------------------ 19 `Vivado integration <https://gitlab.fel.cvut.cz/canbus/zynq/zynq-can-sja1000-top>`_ 20 and Intel Cyclone V 5CSEMA4U23C6 based DE0-Nano-SoC Terasic board 21 `QSys integration <https://gitlab.fel.cvut.cz/canbus/intel-soc-ctucanfd>`_ 23 `PCIe integration <https://gitlab.fel.cvut.cz/canbus/pcie-ctucanfd>`_ of the core. 33 version of emulation support can be cloned from ctu-canfd branch of QEMU local 34 development `repository <https://gitlab.fel.cvut.cz/canbus/qemu-canbus>`_. 38 --------------- 59 it allows for device hot-plug. [all …]
|
/linux-6.8/drivers/net/ipa/ |
D | ipa_main.c | 1 // SPDX-License-Identifier: GPL-2.0 3 /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. 4 * Copyright (C) 2018-2023 Linaro Ltd. 53 * currently supported. Despite that, some resources--including routing 54 * tables and filter tables--are defined in this driver because they must 57 * There are two distinct layers that implement the IPA hardware, and this 60 * well-defined communication layer between the AP subsystem and the IPA 103 * ipa_setup() - Set up IPA hardware 117 struct device *dev = &ipa->pdev->dev; in ipa_setup() 120 ret = gsi_setup(&ipa->gsi); in ipa_setup() [all …]
|
/linux-6.8/drivers/net/ethernet/realtek/ |
D | atp.c | 6 Written 1993-2000 by Donald Becker. 16 National Security Agency. Copyright 1994-2000 retained by the original 17 author, Donald Becker. The timer-based reset code was supplied in 1995 37 /* The user-configurable values. 58 This file is a device driver for the RealTek (aka AT-Lan-Tec) pocket 59 ethernet adapter. This is a common low-cost OEM pocket ethernet 64 Vincent Bono of AT-Lan-Tec. Ever try to figure out how a complicated 66 description is written based on guesses and writing lots of special-purpose 84 The station address is stored in a standard bit-serial EEPROM which must be 87 using it.) Unlike built-in devices, a pocket adapter can temporarily lose [all …]
|
/linux-6.8/fs/smb/client/ |
D | transport.c | 1 // SPDX-License-Identifier: LGPL-2.1 38 if (mid->mid_state == MID_RESPONSE_RECEIVED) in cifs_wake_up_task() 39 mid->mid_state = MID_RESPONSE_READY; in cifs_wake_up_task() 40 wake_up_process(mid->callback_data); in cifs_wake_up_task() 55 kref_init(&temp->refcount); in alloc_mid() 56 temp->mid = get_mid(smb_buffer); in alloc_mid() 57 temp->pid = current->pid; in alloc_mid() 58 temp->command = cpu_to_le16(smb_buffer->Command); in alloc_mid() 59 cifs_dbg(FYI, "For smb_command %d\n", smb_buffer->Command); in alloc_mid() 62 temp->when_alloc = jiffies; in alloc_mid() [all …]
|
/linux-6.8/drivers/block/drbd/ |
D | drbd_int.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 7 Copyright (C) 2001-2008, LINBIT Information Technologies GmbH. 8 Copyright (C) 1999-2008, Philipp Reisner <philipp.reisner@linbit.com>. 9 Copyright (C) 2002-2008, Lars Ellenberg <lars.ellenberg@linbit.com>. 29 #include <linux/backing-dev.h> 63 #define ID_SYNCER (-1ULL) 125 /* statistics; index: (h->command == P_BITMAP) */ 143 c->word_offset = c->bit_offset >> 6; in bm_xfer_ctx_bit_to_word_offset() 145 c->word_offset = c->bit_offset >> 5; in bm_xfer_ctx_bit_to_word_offset() 146 c->word_offset &= ~(1UL); in bm_xfer_ctx_bit_to_word_offset() [all …]
|
/linux-6.8/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-codec.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _codec-controls: 24 .. _mpeg-control-id: 27 ----------------- 35 .. _v4l2-mpeg-stream-type: 40 enum v4l2_mpeg_stream_type - 41 The MPEG-1, -2 or -4 output stream type. One cannot assume anything 48 .. flat-table:: 49 :header-rows: 0 50 :stub-columns: 0 [all …]
|
/linux-6.8/drivers/video/fbdev/ |
D | atmel_lcdfb.c | 13 #include <linux/dma-mapping.h> 69 #define lcdc_readl(sinfo, reg) __raw_readl((sinfo)->mmio+(reg)) 70 #define lcdc_writel(sinfo, reg, val) __raw_writel((val), (sinfo)->mmio+(reg)) 72 /* configurable parameters */ 107 /* some bl->props field just changed */ 140 if (sinfo->backlight) in init_backlight() 146 bl = backlight_device_register("backlight", &sinfo->pdev->dev, sinfo, in init_backlight() 149 dev_err(&sinfo->pdev->dev, "error %ld on backlight register\n", in init_backlight() 153 sinfo->backlight = bl; in init_backlight() 155 bl->props.power = FB_BLANK_UNBLANK; in init_backlight() [all …]
|
/linux-6.8/drivers/net/ethernet/packetengines/ |
D | hamachi.c | 1 /* hamachi.c: A Packet Engines GNIC-II Gigabit Ethernet driver for Linux. */ 3 Written 1998-2000 by Donald Becker. 18 This driver is for the Packet Engines GNIC-II PCI Gigabit Ethernet 23 [link no longer provides useful info -jgarzik] 34 /* A few user-configurable values. */ 42 /* Default values selected by testing on a dual processor PIII-450 */ 53 /* Set the copy breakpoint for the copy-only-tiny-frames scheme. 54 -Setting to > 1518 causes all frames to be copied 55 -Setting to 0 disables copies 69 - The lower 4 bits are reserved for the media type. [all …]
|
/linux-6.8/net/ |
D | socket.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 20 * mode above the protocol layers. 25 * Jeff Uphoff : Made max number of sockets command-line 26 * configurable. 47 * protocol-independent 55 #include <linux/bpf-cgroup.h> 139 struct socket *sock = f->private_data; in sock_show_fdinfo() 140 const struct proto_ops *ops = READ_ONCE(sock->ops); in sock_show_fdinfo() 142 if (ops->show_fdinfo) in sock_show_fdinfo() 143 ops->show_fdinfo(m, sock); in sock_show_fdinfo() [all …]
|
/linux-6.8/include/net/ |
D | mac80211.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * mac80211 <-> driver interface 5 * Copyright 2002-2005, Devicescape Software, Inc. 6 * Copyright 2006-2007 Jiri Benc <jbenc@suse.cz> 7 * Copyright 2007-2010 Johannes Berg <johannes@sipsolutions.net> 8 * Copyright 2013-2014 Intel Mobile Communications GmbH 9 * Copyright (C) 2015 - 2017 Intel Deutschland GmbH 10 * Copyright (C) 2018 - 2023 Intel Corporation 31 * only partial functionality in hard- or firmware. This document 32 * defines the interface between mac80211 and low-level hardware [all …]
|
/linux-6.8/drivers/firewire/ |
D | ohci.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (C) 2003-2006 Kristian Hoegsberg <krh@bitplanet.net> 13 #include <linux/dma-mapping.h> 15 #include <linux/firewire-constants.h> 44 #define ohci_info(ohci, f, args...) dev_info(ohci->card.device, f, ##args) 45 #define ohci_notice(ohci, f, args...) dev_notice(ohci->card.device, f, ##args) 46 #define ohci_err(ohci, f, args...) dev_err(ohci->card.device, f, ##args) 106 * A buffer that contains a block of DMA-able coherent memory used for 126 * List of page-sized buffers for storing DMA descriptors. 293 return !!(ohci->quirks & QUIRK_REBOOT_BY_CYCLE_TIMER_READ); in has_reboot_by_cycle_timer_read_quirk() [all …]
|
/linux-6.8/drivers/net/ethernet/sfc/ |
D | mcdi_pcol.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 4 * Copyright 2009-2018 Solarflare Communications Inc. 5 * Copyright 2019-2020 Xilinx Inc. 13 /* Power-on reset state */ 35 /* The 'doorbell' addresses are hard-wired to alert the MC when written */ 38 /* The rest of these are firmware-defined */ 46 /* Values to be written to the per-port status dword in shared 71 * | | \--- Response 72 * | \------- Error 73 * \------------------------------ Resync (always set) [all …]
|
/linux-6.8/drivers/scsi/lpfc/ |
D | lpfc_attr.c | 4 * Copyright (C) 2017-2023 Broadcom. All Rights Reserved. The term * 6 * Copyright (C) 2004-2016 Emulex. All rights reserved. * 9 * Portions Copyright (C) 2004-2005 Christoph Hellwig * 17 * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE * 72 " trunk - link was \"low\" speed", 74 " existing trunk - link was \"middle\" speed", 76 " trunk - link was \"high\" speed", 77 "Attached to non-trunking port - F_Port", 78 "Attached to non-trunking port - N_Port", 80 "non-FLOGI frame received", [all …]
|
/linux-6.8/drivers/net/ethernet/cadence/ |
D | macb_main.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2004-2006 Atmel Corporation 10 #include <linux/clk-provider.h> 25 #include <linux/dma-mapping.h> 40 #include <linux/firmware/xlnx-zynqmp.h> 57 * (bp)->rx_ring_size) 63 * (bp)->tx_ring_size) 66 #define MACB_TX_WAKEUP_THRESH(bp) (3 * (bp)->tx_ring_size / 4) 77 …MAX_TX_LEN ((unsigned int)((1 << MACB_TX_FRMLEN_SIZE) - 1) & ~((unsigned int)(MACB_TX_LEN_ALIGN -… 94 * 1 frame time (10 Mbits/s, full-duplex, ignoring collisions) [all …]
|
/linux-6.8/Documentation/admin-guide/ |
D | kernel-parameters.txt | 16 force -- enable ACPI if default was off 17 on -- enable ACPI but allow fallback to DT [arm64,riscv64] 18 off -- disable ACPI if default was on 19 noirq -- do not use ACPI for IRQ routing 20 strict -- Be less tolerant of platforms that are not 22 rsdt -- prefer RSDT over (default) XSDT 23 copy_dsdt -- copy DSDT to memory 37 If set to vendor, prefer vendor-specific driver 69 Documentation/firmware-guide/acpi/debug.rst for more information about 70 debug layers and levels. [all …]
|